v2.4: updates to printer and z_calibration

This commit is contained in:
Konstantin Koslowski 2021-10-29 16:12:43 +02:00
parent 830ceb1e3f
commit b67abe3a17
2 changed files with 9 additions and 8 deletions

View file

@ -26,8 +26,9 @@
## [E in MOTOR6] - Extruder
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
##--------------------------------------------------------------------
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
#restart_method: command
# serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
serial: /dev/serial0
restart_method: command
##--------------------------------------------------------------------
@ -173,7 +174,7 @@ microsteps: 16
uart_pin: PF2
interpolate: true
run_current: 0.8
hold_current: 0.80
hold_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
@ -190,7 +191,7 @@ microsteps: 16
uart_pin: PE4
interpolate: true
run_current: 0.8
hold_current: 0.80
hold_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
@ -357,7 +358,7 @@ points:
250,40
speed: 100
horizontal_move_z: 15
retries: 5
retries: 8
retry_tolerance: 0.0075
max_adjust: 10

View file

@ -9,7 +9,7 @@ variable_z_endstop_y: 305 ; z Endstop y position
variable_z_hop: 15.0 ; z hop for moves e.g homing
variable_xy_home_current: 0.4 ; reduced homing current for x and y
variable_z_home_current: 0.3 ; reduced homing current for z
variable_home_accel: 1200 ; reduced ACCEL for homing
variable_home_accel: 1000 ; reduced ACCEL for homing
##### Mag Probe #####
variable_probe_dock_x: 148 ; x toolhead position before docking probe
variable_probe_dock_y: 285 ; y toolhead position before docking probe
@ -25,7 +25,7 @@ variable_respond_set_current: 0 ; default of RESPOND if not set in the cal
variable_respond_set_acc: 0 ; default of RESPOND if not set in the call
variable_respond_probe_action: 1 ; default of RESPOND if not set in the call
##### Park Position #####
variable_park_bed: [150,150,30] ; different park position
variable_park_bed: [280,280,30] ; different park position
gcode:
#####################################################################
@ -59,7 +59,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.7
switch_offset: 0.73
# The maximum allowed deviation of the calculated offset.
# If the offset exceeds this value, it will stop!
# The default is 1.0 mm.