26 lines
590 B
INI
26 lines
590 B
INI
[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.
|
|
|