Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. hareshPrajapati
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    hareshPrajapati

    @hareshPrajapati

    0
    Reputation
    5
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hareshPrajapati Unfollow Follow

    Latest posts made by hareshPrajapati

    • RE: Code for Endstop Pinout?

      @rl_at_berk good to know👍
      BTW, END_STOP_PINS are define in Duet_Pins.h line 67 ( for 9 axis )

      posted in Firmware installation
      hareshPrajapatiundefined
      hareshPrajapati
    • RE: Code for Endstop Pinout?

      @rl_at_berk You can read the state of each endstop that your printer supports by using the IoPort::ReadPin(endStopPins[axisOrExtruder]) function.

      posted in Firmware installation
      hareshPrajapatiundefined
      hareshPrajapati
    • RE: Files sorting by date ?

      @dc42

      Thank you for pointing out it.

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • RE: Files sorting by date ?

      @dc42 Currently M20 Provides only file names
      I know there were some methods for timestamps also.

      But all I need to know is that how we can sort those files using timestamp ?

      have you any idea ? how to implement it in paneldue firmware side?

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • Files sorting by date ?

      Is that any way to display Gcode files (sort by date) from sd card in PanelDue ?????

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • RE: Custom Font for my panel due

      @mfs12 thanks
      Yes I did it . Now its Working..!

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • RE: Custom Font for my panel due

      @dc42 Exactly , when I add glcd20x30 array into src > Fonts , binary becomes too large to fit in flash memory

      I also try to Optimized code by Setting basic compiler flags in CmakeLists.txt file
      have a look at :
      image1

      But still getting complier errors regarding to file size.

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • Custom Font for my panel due

      Hello,
      I am trying to add custom font with custom size for my paneldue , Currently there is only two font supported
      glcd19x21 and glcd38x32.
      I added some old fonts from 2.05.1 but there is a size issue while compiling.
      there is any possible way to add other fonts?

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • RE: Method for text input in paneldue UI

      @dc42
      I want to add 4 Text box for input
      1 for G/Mcode
      2 for X
      3 for Y
      4 for X
      Generally use for G0 or G1 command
      I want GUI something like
      guiImage
      I Hope you understand.
      thanks.

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati
    • Method for text input in paneldue UI

      I want to add text input from user .
      How to add it in paneldue UI?

      posted in PanelDue
      hareshPrajapatiundefined
      hareshPrajapati