mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
New mesh. Added relative_reference_index to bed_mesh, adjusted safe_z_home accordingly.
This commit is contained in:
29
printer.cfg
29
printer.cfg
@@ -147,8 +147,8 @@ samples_tolerance: 0.01
|
||||
samples_tolerance_retries: 5
|
||||
|
||||
[safe_z_home]
|
||||
# home_xy_position: 0, 223 # NOTE 111.50,111.50
|
||||
home_xy_position: 84.50, 135 # X:84.500 Y:135.000
|
||||
home_xy_position: 195.0, 173.5
|
||||
# home_xy_position: 84.50, 135 # Probe is at the center of the bed
|
||||
speed: 100.0
|
||||
z_hop: 10
|
||||
z_hop_speed: 15
|
||||
@@ -161,8 +161,8 @@ probe_count: 5,5
|
||||
algorithm: bicubic
|
||||
fade_start: 1
|
||||
fade_end: 10
|
||||
fade_target: 0 # NOTE
|
||||
# relative_reference_index: 20 # NOTE
|
||||
# fade_target: 0 # NOTE
|
||||
relative_reference_index: 15
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/pi/printer_data/gcodes
|
||||
@@ -254,7 +254,7 @@ screw_thread: CCW-M4
|
||||
#*# algo = bicubic
|
||||
#*# tension = 0.2
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# [bed_mesh default-v1]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.017708, -0.023125, -0.023542, -0.037500, -0.088750
|
||||
@@ -262,6 +262,25 @@ screw_thread: CCW-M4
|
||||
#*# -0.072500, -0.066875, -0.056042, -0.050208, -0.093333
|
||||
#*# -0.075417, -0.074167, -0.051458, -0.054375, -0.095625
|
||||
#*# -0.030833, -0.014583, -0.000625, -0.013333, -0.051667
|
||||
#*# min_x = 27.0
|
||||
#*# max_x = 222.0
|
||||
#*# min_y = 5.0
|
||||
#*# max_y = 203.0
|
||||
#*# x_count = 5
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 2
|
||||
#*# mesh_y_pps = 2
|
||||
#*# algo = bicubic
|
||||
#*# tension = 0.2
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.094792, 0.076250, 0.085208, 0.068333, 0.012083
|
||||
#*# 0.077917, 0.054375, 0.067500, 0.060208, 0.003542
|
||||
#*# 0.038958, 0.037292, 0.043750, 0.049583, 0.006458
|
||||
#*# 0.028333, 0.030000, 0.042292, 0.040000, 0.000000
|
||||
#*# 0.068958, 0.078542, 0.091250, 0.076458, 0.033958
|
||||
#*# x_count = 5
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 2
|
||||
|
||||
Reference in New Issue
Block a user