Change ATX OFF button
-
I would like to change ATX OFF code that instead of turn printer off goes to Z max and goes to off
-
If you're referring to a hardwired button, then just add
G1 Zn
to the macro.If referring to DuetWebControl it'll require a change to the code. The smooth approach would probably be to change the firmware execute atxoff.g and atxon.g if they exist, as it would also work with just sending the g-code and not just though DuetWebControl
Workaround would be to create a macro and run that, but a little less accessible.
-
Where can i find this two macros
-
to expand on https://forum.duet3d.com/post/166154
hack the code
-
do i have that reprap or DWC code?
in reprap i didn't found any m81 or atxpower section