printer: change Y position, 9x9 mesh, calibrate

This commit is contained in:
Konstantin Koslowski 2022-05-31 21:43:33 +02:00
parent 685139afc7
commit ee4f55f1eb
2 changed files with 23 additions and 21 deletions

View file

@ -105,8 +105,8 @@ microsteps: 32
full_steps_per_rotation: 400 # 200: 1.8 deg stepper, 400: 0.9 deg stepper full_steps_per_rotation: 400 # 200: 1.8 deg stepper, 400: 0.9 deg stepper
endstop_pin: PG9 endstop_pin: PG9
position_min: 0 position_min: 0
position_endstop: 308 position_endstop: 306
position_max: 310 position_max: 308
homing_speed: 30 # Max 100 homing_speed: 30 # Max 100
homing_retract_dist: 5 homing_retract_dist: 5
homing_positive_dir: true homing_positive_dir: true
@ -349,10 +349,10 @@ algorithm: bicubic
# relative_reference_index: 4 # relative_reference_index: 4
# probe_count: 5,5 # probe_count: 5,5
# relative_reference_index: 12 # relative_reference_index: 12
probe_count: 7,7 # probe_count: 7,7
relative_reference_index: 24 # relative_reference_index: 24
# probe_count: 9,9 probe_count: 9,9
# relative_reference_index: 40 relative_reference_index: 40
[quad_gantry_level] [quad_gantry_level]
speed: 150 speed: 150
@ -387,20 +387,22 @@ max_adjust: 10
#*# [bed_mesh default] #*# [bed_mesh default]
#*# version = 1 #*# version = 1
#*# points = #*# points =
#*# 0.053750, 0.030000, 0.036250, 0.028750, 0.031250, 0.055000, 0.053750 #*# 0.006250, 0.002500, -0.003750, -0.011250, -0.007500, -0.006250, 0.002500, 0.005000, 0.007500
#*# 0.031250, 0.011250, 0.022500, 0.008750, 0.012500, 0.037500, 0.026250 #*# 0.005000, -0.003750, 0.005000, -0.010000, -0.008750, 0.000000, -0.001250, 0.015000, 0.007500
#*# 0.008750, -0.012500, -0.002500, 0.008750, -0.008750, 0.001250, -0.005000 #*# 0.003750, -0.011250, -0.006250, -0.006250, -0.003750, -0.005000, -0.007500, 0.006250, 0.006250
#*# -0.000000, -0.011250, 0.008750, 0.000000, 0.002500, 0.006250, -0.007500 #*# -0.011250, -0.025000, -0.005000, -0.006250, -0.006250, 0.003750, -0.003750, -0.002500, -0.003750
#*# 0.012500, 0.001250, 0.005000, -0.006250, -0.003750, 0.006250, -0.006250 #*# -0.006250, -0.008750, -0.003750, 0.002500, 0.000000, 0.008750, 0.007500, 0.005000, -0.000000
#*# 0.002500, -0.005000, 0.001250, -0.002500, -0.000000, 0.008750, -0.000000 #*# -0.005000, -0.003750, -0.002500, -0.005000, -0.005000, 0.007500, 0.008750, 0.012500, 0.006250
#*# 0.035000, 0.026250, 0.026250, 0.031250, 0.026250, 0.040000, 0.025000 #*# -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
#*# tension = 0.2 #*# tension = 0.2
#*# min_x = 40.0 #*# min_x = 40.0
#*# algo = bicubic #*# algo = bicubic
#*# y_count = 7 #*# y_count = 9
#*# mesh_y_pps = 2 #*# mesh_y_pps = 2
#*# min_y = 70.0 #*# min_y = 70.0
#*# x_count = 7 #*# x_count = 9
#*# max_y = 289.96 #*# max_y = 290.0
#*# mesh_x_pps = 2 #*# mesh_x_pps = 2
#*# max_x = 259.96 #*# max_x = 260.0

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: 308 ; z Endstop y position variable_z_endstop_y: 306 ; 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
@ -15,7 +15,7 @@ variable_probe_dock_x: 53 ; x toolhead position before docking probe
variable_probe_dock_y: 250 ; y toolhead position before docking probe variable_probe_dock_y: 250 ; y toolhead position before docking probe
variable_probe_dock_z: 12 ; z toolhead position before docking probe (only for bed dock) variable_probe_dock_z: 12 ; z toolhead position before docking probe (only for bed dock)
variable_probe_undock_x: 110 ; x toolhead position after docking probe variable_probe_undock_x: 110 ; x toolhead position after docking probe
variable_probe_undock_y: 309 ; y toolhead position after docking probe variable_probe_undock_y: 307 ; y toolhead position after docking probe
variable_probe_undock_z: 12 ; z toolhead position after docking probe (only for bed dock) variable_probe_undock_z: 12 ; z toolhead position after docking probe (only for bed dock)
variable_probe_z_min: 12 ; z minimum height to avoid crash variable_probe_z_min: 12 ; z minimum height to avoid crash
variable_probe_travel_speed: 100 ; dock moves travel speed variable_probe_travel_speed: 100 ; dock moves travel speed
@ -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: 308 probe_nozzle_y: 306
# 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.66 switch_offset: 0.60
# 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.