feat: pre-firmware update backup
This commit is contained in:
commit
350e5c46cc
8 changed files with 1204 additions and 0 deletions
26
Neptune4Pro/macros.cfg
Normal file
26
Neptune4Pro/macros.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
[screws_tilt_adjust]
|
||||
screw1: 52,21
|
||||
screw1_name: front left screw
|
||||
screw2: 222, 21
|
||||
screw2_name: front right screw
|
||||
screw3: 222, 191
|
||||
screw3_name: rear right screw
|
||||
screw4: 52, 191
|
||||
screw4_name: rear left screw
|
||||
horizontal_move_z: 10
|
||||
speed: 50
|
||||
screw_thread: CW-M3 #measure the diameter of your adjustment screw
|
||||
|
||||
[gcode_macro Z_LIGHTS]
|
||||
description: Turn LEDs on/off
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=FLASHLIGHT
|
||||
RUN_SHELL_COMMAND CMD=MODLELIGHT
|
||||
|
||||
[gcode_shell_command FLASHLIGHT]
|
||||
command: sh /home/mks/sled2.sh
|
||||
timeout: 5.
|
||||
[gcode_shell_command MODLELIGHT]
|
||||
command: sh /home/mks/sled1.sh
|
||||
timeout: 5.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue