Add LED control and several other macros

This commit is contained in:
2021-06-03 22:09:42 +00:00
parent b86b210c9b
commit b0288dccc5
90 changed files with 19723 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
;Moves print head to rear right position closest to pitch adjustment screw.
;
G90 ; Absolute positioning
G1 Z2 ; Lower bed for nozzle clearance
G1 X255 Y280 F12000 ; Move to rear right corner
G91 ; Relative positioning