M81 question
-
Hello
i would like to know if is possible to write code that when i trun off printer mz bed goes (to home) Z max before it turn off. With out using macros?
Greatings Matej
-
You can add that to your slicer end gcode.
G28 Z ( if your homez homes to zmax)
M400 (wait for moves to finish)
M81 power off -
Yeah that i clear to me.
i would like to know if is possible to do that by clicking on DWI off button for ATX power or not? -
Not easily. You could put those commands in a separate macro and execute them when you want. To change what the DWC buttons do is less easy. I can move this to the DWC wishlist as an idea for future extension.
-
That would be great if this will be possible to change
-
@Phaedrux What i need to do to change that now ?
-
@matej1006 said in M81 question:
@Phaedrux What i need to do to change that now ?
https://github.com/Duet3D/DuetWebControl
Hack at the code?
-
which program they use?
-
Duet Web Control is a fully-responsive HTML5-based web interface for RepRapFirmware which utilizes the Bootstrap framework, JQuery and a few other libraries to allow easy control of Duet-based 3D printer electronics.
It is designed to communicate with RepRapFirmware using WebSockets and RESTful HTTP requests. One goal of the core application is to keep things compact, so a good loading speed can be achieved even on slow networks. Another one is to communicate to the firmware using only AJAX calls, which either return JSON objects, plain texts or binary blobs.
-
awesome i think i found right code
-
This post is deleted! -
@dc42 Hello
me and @Phaedrux already talk about how could i change ATX OFF button,
i would like to add that when i press ATX OFF that my bed goes to Z max and then after reach Z max printer go to OFF.and if possible to add if printer is was not send to home yet then that is not possible to turn printer off with ATX OFF
Please help