
Add laser ON OFF custom menu in Marlin 1.6.6 for M42 P___ pin 44
thingiverse
How to Add Laser Turn ON Turn OFF Command for Marlin Microcode with G-Code M42 P44 Pin Marlin Version 1.1.6 Change Configuration_adv.h in Section #define CUSTOM_USER_MENUS #if ENABLED(CUSTOM_USER_MENUS) #define USER_SCRIPT_DONE "M117 User Script Done" // #define USER_SCRIPT_AUDIBLE_FEEDBACK // #define USER_SCRIPT_RETURN // Return to Status Screen after a Script #define USER_DESC_1 "Turn Laser Off" #define USER_GCODE_1 "M42 P44 S0" #define USER_DESC_2 "Turn Laser On" #define USER_GCODE_2 "M42 P44 S255" #define USER_DESC_3 "G1 X180 Y180 Z45" // Used for Laser Height Calibration #define USER_GCODE_3 "G1 X180.0 Y180.0 Z45.0" #define USER_DESC_4 "G1 X0 Y0 Z0" // Used for Laser Height Calibration #define USER_GCODE_4 "G1 X0.0 Y0.0 Z0.0" #define USER_DESC_5 "G1 X0 Y0" // Used for Laser Height Calibration #define USER_GCODE_5 "G1 X0 Y0" #endif
With this file you will be able to print Add laser ON OFF custom menu in Marlin 1.6.6 for M42 P___ pin 44 with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Add laser ON OFF custom menu in Marlin 1.6.6 for M42 P___ pin 44.