From 152687fa734505fb8c1d8edda99bebed22d088eb Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Mon, 1 Aug 2022 10:53:02 +0200 Subject: [PATCH] printer: calibrate --- printer.cfg | 18 +++++++++--------- z_calibration.cfg | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/printer.cfg b/printer.cfg index 414598a..0afdfa7 100644 --- a/printer.cfg +++ b/printer.cfg @@ -387,15 +387,15 @@ max_adjust: 10 #*# [bed_mesh default] #*# version = 1 #*# points = -#*# 0.006250, 0.002500, -0.003750, -0.011250, -0.007500, -0.006250, 0.002500, 0.005000, 0.007500 -#*# 0.005000, -0.003750, 0.005000, -0.010000, -0.008750, 0.000000, -0.001250, 0.015000, 0.007500 -#*# 0.003750, -0.011250, -0.006250, -0.006250, -0.003750, -0.005000, -0.007500, 0.006250, 0.006250 -#*# -0.011250, -0.025000, -0.005000, -0.006250, -0.006250, 0.003750, -0.003750, -0.002500, -0.003750 -#*# -0.006250, -0.008750, -0.003750, 0.002500, 0.000000, 0.008750, 0.007500, 0.005000, -0.000000 -#*# -0.005000, -0.003750, -0.002500, -0.005000, -0.005000, 0.007500, 0.008750, 0.012500, 0.006250 -#*# -0.021250, -0.026250, -0.027500, -0.017500, -0.013750, -0.007500, -0.007500, -0.006250, -0.010000 -#*# -0.005000, -0.007500, -0.007500, -0.007500, -0.006250, -0.003750, -0.001250, -0.001250, -0.002500 -#*# 0.005000, -0.002500, 0.001250, -0.006250, -0.000000, 0.003750, 0.006250, 0.015000, 0.003750 +#*# 0.005000, -0.007500, -0.010000, -0.020000, -0.020000, -0.023750, -0.007500, -0.010000, -0.010000 +#*# 0.016250, 0.000000, 0.007500, -0.013750, -0.025000, -0.017500, -0.027500, -0.012500, -0.036250 +#*# 0.015000, -0.003750, -0.003750, -0.006250, -0.007500, -0.015000, -0.022500, -0.013750, -0.017500 +#*# 0.012500, -0.003750, 0.002500, 0.000000, -0.001250, 0.000000, -0.026250, -0.032500, -0.042500 +#*# 0.016250, 0.005000, 0.007500, 0.008750, 0.000000, 0.010000, -0.001250, -0.007500, -0.022500 +#*# 0.028750, 0.020000, 0.015000, 0.010000, 0.002500, 0.006250, 0.005000, -0.002500, -0.021250 +#*# 0.021250, 0.011250, 0.003750, 0.005000, 0.002500, 0.003750, -0.000000, -0.003750, -0.021250 +#*# 0.040000, 0.032500, 0.025000, 0.020000, 0.015000, 0.013750, 0.011250, 0.008750, 0.001250 +#*# 0.065000, 0.046250, 0.057500, 0.027500, 0.033750, 0.032500, 0.033750, 0.035000, 0.015000 #*# tension = 0.2 #*# min_x = 40.0 #*# algo = bicubic diff --git a/z_calibration.cfg b/z_calibration.cfg index 2008b0c..06de692 100644 --- a/z_calibration.cfg +++ b/z_calibration.cfg @@ -5,7 +5,7 @@ description: Helper: Contains User defined printer variables ##### Homing and general movement ##### 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_xy_home_current: 0.6 ; reduced homing current for x and y 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 # Z endstop. 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 # on the Z endstop. probe_switch_x: 90 @@ -52,7 +52,7 @@ probe_bed_y: 150 # The trigger point offset of the used mag-probe switch. # This needs to be fined out manually. More on this later # 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. # If the offset exceeds this value, it will stop! # The default is 1.0 mm.