First commit
This commit is contained in:
commit
7693c29676
102 changed files with 11831 additions and 0 deletions
25
files/screws-tilt-adjust/screws-tilt-adjust-k1.cfg
Normal file
25
files/screws-tilt-adjust/screws-tilt-adjust-k1.cfg
Normal file
|
@ -0,0 +1,25 @@
|
|||
########################################
|
||||
# Screws Tilt Adjust for K1
|
||||
########################################
|
||||
|
||||
[screws_tilt_adjust]
|
||||
screw1: 25,20
|
||||
screw1_name: front left screw
|
||||
screw2: 195,20
|
||||
screw2_name: front right screw
|
||||
screw3: 195,190
|
||||
screw3_name: rear right screw
|
||||
screw4: 25,190
|
||||
screw4_name: rear left screw
|
||||
speed: 100
|
||||
horizontal_move_z: 5
|
||||
screw_thread: CW-M4
|
||||
|
||||
|
||||
[gcode_macro SCREWS_CALIBRATION]
|
||||
description: Start Bed Screws Calibration
|
||||
gcode:
|
||||
{% if printer.toolhead.homed_axes != "xyz" %}
|
||||
G28
|
||||
{% endif %}
|
||||
SCREWS_TILT_CALCULATE
|
Loading…
Add table
Add a link
Reference in a new issue