mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Merge branch 'probe' into personal
This commit is contained in:
55
printer.cfg
55
printer.cfg
@@ -141,27 +141,27 @@ pin: PB1
|
||||
x_offset: 27
|
||||
y_offset: -20
|
||||
# z_offset: 0
|
||||
samples: 5
|
||||
samples: 3
|
||||
samples_result: median
|
||||
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 # NOTE PROBE is at the center of the bed
|
||||
speed: 100.0
|
||||
z_hop: 10
|
||||
z_hop_speed: 15
|
||||
|
||||
[bed_mesh]
|
||||
speed: 150
|
||||
speed: 175
|
||||
mesh_min: 27, 5
|
||||
mesh_max: 222, 203 # 196, 203
|
||||
mesh_max: 222, 203
|
||||
probe_count: 5,5
|
||||
algorithm: bicubic
|
||||
fade_start: 1
|
||||
fade_end: 10
|
||||
# NOTE fade_target: 0
|
||||
relative_reference_index: 20 # NOTE
|
||||
fade_target: 0
|
||||
# relative_reference_index: 15
|
||||
|
||||
[virtual_sdcard]
|
||||
path: /home/pi/printer_data/gcodes
|
||||
@@ -232,9 +232,9 @@ screw_thread: CCW-M4
|
||||
#*# pid_kd = 945.503
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = 1.550
|
||||
#*# z_offset = 1.520
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# [bed_mesh default-working]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# 0.210625, 0.309375, 0.357500, 0.312500, 0.247500
|
||||
@@ -242,25 +242,44 @@ screw_thread: CCW-M4
|
||||
#*# 0.184375, 0.328125, 0.420625, 0.428125, 0.378750
|
||||
#*# 0.086250, 0.257500, 0.386250, 0.418750, 0.392500
|
||||
#*# 0.000000, 0.211250, 0.363125, 0.420000, 0.420000
|
||||
#*# 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
|
||||
#*# min_x = 27.0
|
||||
#*# max_x = 222.0
|
||||
#*# min_y = 5.0
|
||||
#*# max_y = 203.0
|
||||
#*#
|
||||
#*# [bed_mesh default1]
|
||||
#*# [bed_mesh default-v1]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.290000, -0.178125, -0.134375, -0.185625, -0.292500
|
||||
#*# -0.275000, -0.152500, -0.086250, -0.121250, -0.213125
|
||||
#*# -0.301250, -0.151875, -0.066250, -0.077500, -0.137500
|
||||
#*# -0.393750, -0.231875, -0.118125, -0.110000, -0.125625
|
||||
#*# -0.500000, -0.297500, -0.160625, -0.113125, -0.076875
|
||||
#*# -0.017708, -0.023125, -0.023542, -0.037500, -0.088750
|
||||
#*# -0.034167, -0.051875, -0.035833, -0.037708, -0.091875
|
||||
#*# -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