Update
This commit is contained in:
parent
32c970116f
commit
70268f003f
17 changed files with 1007 additions and 247 deletions
25
files/screws-tilt-adjust/screws-tilt-adjust-3ke.cfg
Normal file
25
files/screws-tilt-adjust/screws-tilt-adjust-3ke.cfg
Normal file
|
@ -0,0 +1,25 @@
|
|||
########################################
|
||||
# Screws Tilt Adjust for Ender-3 V3 KE
|
||||
########################################
|
||||
|
||||
[screws_tilt_adjust]
|
||||
screw1: 27.5, -0.5
|
||||
screw1_name: front left screw
|
||||
screw2: 196.5, -0.5
|
||||
screw2_name: front right screw
|
||||
screw3: 196.5, 169.5
|
||||
screw3_name: rear right screw
|
||||
screw4: 27.5, 169.5
|
||||
screw4_name: rear left screw
|
||||
horizontal_move_z: 5
|
||||
speed: 150
|
||||
screw_thread: CCW-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