@rl_at_berk good to know
BTW, END_STOP_PINS are define in Duet_Pins.h line 67 ( for 9 axis )
Latest posts made by hareshPrajapati
-
RE: Code for Endstop Pinout?
-
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. -
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?
-
Files sorting by date ?
Is that any way to display Gcode files (sort by date) from sd card in PanelDue ?????
-
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 memoryI also try to Optimized code by Setting
basic compiler flags
in CmakeLists.txt file
have a look at :
But still getting complier errors regarding to file size.
-
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 from2.05.1
but there is a size issue while compiling.
there is any possible way to add other fonts? -
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
I Hope you understand.
thanks. -
Method for text input in paneldue UI
I want to add text input from user .
How to add it in paneldue UI?