v2.4: minor changes

This commit is contained in:
Konstantin Koslowski 2022-02-15 18:25:42 +01:00
parent f497c4a856
commit e20b2823d1
3 changed files with 12 additions and 11 deletions

View file

@ -4,7 +4,7 @@ ercf_calib_1 = 0.992410468168
ercf_calib_10 = 1.0
ercf_calib_11 = 1.0
ercf_calib_2 = 1.00044979689
ercf_calib_3 = 1.00044979689
ercf_calib_3 = 0.999550111824
ercf_calib_4 = 1.00044979689
ercf_calib_5 = 0.999550111824
ercf_calib_6 = 1.0

View file

@ -135,7 +135,7 @@ endstop_pin: PG10
## actual_position = measured_position_endstop - position_endstop
position_endstop: 0.5
position_max: 290
position_min: -5
position_min: -1
homing_speed: 8.0 # speed: mm/sec, feedrate: mm/min
homing_retract_speed: 10
second_homing_speed: 2
@ -324,6 +324,7 @@ pin: ^PG11
x_offset: 0
y_offset: 30
z_offset: 12
speed: 5.0
lift_speed: 20
samples: 3
samples_result: median
@ -387,13 +388,13 @@ max_adjust: 10
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.003750, -0.005000, 0.001250, 0.000000, 0.000000, 0.025000, 0.020000
#*# 0.007500, -0.005000, 0.003750, -0.008750, -0.003750, 0.018750, 0.007500
#*# -0.007500, -0.027500, -0.005000, -0.013750, -0.010000, 0.000000, -0.003750
#*# 0.005000, -0.001250, 0.006250, 0.000000, 0.000000, 0.010000, 0.001250
#*# 0.003750, -0.000000, 0.003750, -0.002500, -0.000000, 0.013750, 0.001250
#*# 0.008750, 0.005000, 0.008750, 0.006250, 0.007500, 0.018750, 0.007500
#*# 0.035000, 0.027500, 0.032500, 0.037500, 0.038750, 0.055000, 0.042500
#*# -0.005000, -0.018750, -0.012500, -0.015000, -0.015000, 0.002500, 0.002500
#*# 0.008750, -0.006250, 0.000000, -0.012500, -0.008750, 0.015000, 0.007500
#*# -0.005000, -0.020000, -0.006250, -0.011250, -0.007500, 0.007500, 0.005000
#*# 0.007500, -0.006250, 0.010000, 0.000000, 0.005000, 0.018750, 0.011250
#*# 0.006250, -0.006250, 0.006250, 0.011250, 0.015000, 0.025000, 0.018750
#*# 0.003750, -0.005000, 0.001250, -0.001250, 0.003750, 0.017500, 0.008750
#*# 0.026250, 0.018750, 0.016250, 0.020000, 0.025000, 0.032500, 0.025000
#*# tension = 0.2
#*# min_x = 40.0
#*# algo = bicubic

View file

@ -7,7 +7,7 @@ description: Helper: Contains User defined printer variables
variable_z_endstop_x: 94.5 ; z Endstop x position inside right profile
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.5 ; 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_home_accel: 1000 ; reduced ACCEL for homing
##### Mag Probe #####
@ -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.55
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.