mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-09 05:51:15 +00:00
Add screws_tilt_adjust, axis_twist_compensation sections.
This commit is contained in:
27
printer.cfg
27
printer.cfg
@@ -164,6 +164,11 @@ fade_start: 1
|
||||
fade_end: 10
|
||||
fade_target: 0
|
||||
|
||||
[axis_twist_compensation]
|
||||
calibrate_start_x: 27 # probe x coor at furthest left
|
||||
calibrate_end_x: 272 # probe x coor at furthest right ; (x.position_max - abs(x_offset) - 1)
|
||||
calibrate_y: 154
|
||||
|
||||
#####################################################################
|
||||
# Fans
|
||||
#####################################################################
|
||||
@@ -175,7 +180,7 @@ pin: PA0
|
||||
# Misc
|
||||
#####################################################################
|
||||
|
||||
# NOTE Apparently the screen is not Klipper friendly
|
||||
# NOTE The screen is not Klipper friendly
|
||||
# [display]
|
||||
# lcd_type: st7920
|
||||
# cs_pin: PB12
|
||||
@@ -184,6 +189,26 @@ pin: PA0
|
||||
# encoder_pins: ^PB14, ^PB10
|
||||
# click_pin: ^!PB2
|
||||
|
||||
[screws_tilt_adjust]
|
||||
screw1_name: front center left base
|
||||
screw1: 84, 136
|
||||
screw2_name: front left
|
||||
screw2: 5, 55
|
||||
screw3_name: front right
|
||||
screw3: 244, 55
|
||||
screw4_name: front center right
|
||||
screw4: 164, 136
|
||||
screw5_name: back center left
|
||||
screw5: 84, 216
|
||||
screw6_name: back center right
|
||||
screw6: 164, 216
|
||||
screw7_name: back left
|
||||
screw7: 5, 295
|
||||
screw8_name: back right
|
||||
screw8: 244, 295
|
||||
horizontal_move_z: 10
|
||||
screw_thread: CCW-M4
|
||||
|
||||
# NOTE The speaker will not work, since the screen doesn't
|
||||
# [output_pin beeper]
|
||||
# pin: PC6
|
||||
|
||||
Reference in New Issue
Block a user