printer: calibrate

This commit is contained in:
Konstantin Koslowski 2022-08-01 10:53:02 +02:00
parent 278cff5784
commit 152687fa73
2 changed files with 12 additions and 12 deletions

View file

@ -387,15 +387,15 @@ max_adjust: 10
#*# [bed_mesh default] #*# [bed_mesh default]
#*# version = 1 #*# version = 1
#*# points = #*# points =
#*# 0.006250, 0.002500, -0.003750, -0.011250, -0.007500, -0.006250, 0.002500, 0.005000, 0.007500 #*# 0.005000, -0.007500, -0.010000, -0.020000, -0.020000, -0.023750, -0.007500, -0.010000, -0.010000
#*# 0.005000, -0.003750, 0.005000, -0.010000, -0.008750, 0.000000, -0.001250, 0.015000, 0.007500 #*# 0.016250, 0.000000, 0.007500, -0.013750, -0.025000, -0.017500, -0.027500, -0.012500, -0.036250
#*# 0.003750, -0.011250, -0.006250, -0.006250, -0.003750, -0.005000, -0.007500, 0.006250, 0.006250 #*# 0.015000, -0.003750, -0.003750, -0.006250, -0.007500, -0.015000, -0.022500, -0.013750, -0.017500
#*# -0.011250, -0.025000, -0.005000, -0.006250, -0.006250, 0.003750, -0.003750, -0.002500, -0.003750 #*# 0.012500, -0.003750, 0.002500, 0.000000, -0.001250, 0.000000, -0.026250, -0.032500, -0.042500
#*# -0.006250, -0.008750, -0.003750, 0.002500, 0.000000, 0.008750, 0.007500, 0.005000, -0.000000 #*# 0.016250, 0.005000, 0.007500, 0.008750, 0.000000, 0.010000, -0.001250, -0.007500, -0.022500
#*# -0.005000, -0.003750, -0.002500, -0.005000, -0.005000, 0.007500, 0.008750, 0.012500, 0.006250 #*# 0.028750, 0.020000, 0.015000, 0.010000, 0.002500, 0.006250, 0.005000, -0.002500, -0.021250
#*# -0.021250, -0.026250, -0.027500, -0.017500, -0.013750, -0.007500, -0.007500, -0.006250, -0.010000 #*# 0.021250, 0.011250, 0.003750, 0.005000, 0.002500, 0.003750, -0.000000, -0.003750, -0.021250
#*# -0.005000, -0.007500, -0.007500, -0.007500, -0.006250, -0.003750, -0.001250, -0.001250, -0.002500 #*# 0.040000, 0.032500, 0.025000, 0.020000, 0.015000, 0.013750, 0.011250, 0.008750, 0.001250
#*# 0.005000, -0.002500, 0.001250, -0.006250, -0.000000, 0.003750, 0.006250, 0.015000, 0.003750 #*# 0.065000, 0.046250, 0.057500, 0.027500, 0.033750, 0.032500, 0.033750, 0.035000, 0.015000
#*# tension = 0.2 #*# tension = 0.2
#*# min_x = 40.0 #*# min_x = 40.0
#*# algo = bicubic #*# algo = bicubic

View file

@ -5,7 +5,7 @@
description: Helper: Contains User defined printer variables description: Helper: Contains User defined printer variables
##### Homing and general movement ##### ##### Homing and general movement #####
variable_z_endstop_x: 94 ; z Endstop x position inside right profile variable_z_endstop_x: 94 ; z Endstop x position inside right profile
variable_z_endstop_y: 306 ; z Endstop y position variable_z_endstop_y: 307 ; z Endstop y position
variable_z_hop: 12 ; z hop for moves e.g homing variable_z_hop: 12 ; z hop for moves e.g homing
variable_xy_home_current: 0.6 ; reduced homing current for x and y variable_xy_home_current: 0.6 ; reduced homing current for x and y
variable_z_home_current: 0.5 ; reduced homing current for z variable_z_home_current: 0.5 ; reduced homing current for z
@ -36,7 +36,7 @@ gcode:
# The X and Y coordinates (in mm) for clicking the nozzle on the # The X and Y coordinates (in mm) for clicking the nozzle on the
# Z endstop. # Z endstop.
probe_nozzle_x: 94 probe_nozzle_x: 94
probe_nozzle_y: 306 probe_nozzle_y: 307
# The X and Y coordinates (in mm) for clicking the probe's switch # The X and Y coordinates (in mm) for clicking the probe's switch
# on the Z endstop. # on the Z endstop.
probe_switch_x: 90 probe_switch_x: 90
@ -52,7 +52,7 @@ probe_bed_y: 150
# The trigger point offset of the used mag-probe switch. # The trigger point offset of the used mag-probe switch.
# This needs to be fined out manually. More on this later # This needs to be fined out manually. More on this later
# in this section. smaller switch_offset -> more distance to the build plate # in this section. smaller switch_offset -> more distance to the build plate
switch_offset: 0.60 switch_offset: 0.50
# The maximum allowed deviation of the calculated offset. # The maximum allowed deviation of the calculated offset.
# If the offset exceeds this value, it will stop! # If the offset exceeds this value, it will stop!
# The default is 1.0 mm. # The default is 1.0 mm.