feat: pre-firmware update backup

This commit is contained in:
aria 2025-05-26 18:35:44 +10:00
commit 350e5c46cc
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
8 changed files with 1204 additions and 0 deletions

26
Neptune4Pro/macros.cfg Normal file
View 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.