List of Gcode Commands #401
-
Total Noob so forgive my ignorance. After hours of scouring the internet and the discussions here, I'm reluctantly asking this question. I'm trying to make macros in iosender to switch the Aux00, Aux01, Aux02, and Flood on an E5XMCS controller and can't find documentation any where. Any help would be appreciated. BTW, thank you very much TERJEIO for putting this together. One can't imagine the hours you have sunk into this project. Mike |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Assuming that your controller has pins for those, there are several M codes you would use. M7-9 controls flood and mist - To turn on flood, use M8 (off, M9). M7 for mist. M62-M65 controls Aux output. For example M64 P0 will turn on Aux00 immediately. M65 P0 will turn it off. |
Beta Was this translation helpful? Give feedback.
Assuming that your controller has pins for those, there are several M codes you would use.
M7-9 controls flood and mist - To turn on flood, use M8 (off, M9). M7 for mist.
M62-M65 controls Aux output. For example M64 P0 will turn on Aux00 immediately. M65 P0 will turn it off.