From b67abe3a1700094d9016da0d0b5148c6bc4a0566 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Fri, 29 Oct 2021 16:12:43 +0200 Subject: [PATCH] v2.4: updates to printer and z_calibration --- printer.cfg | 11 ++++++----- z_calibration.cfg | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/printer.cfg b/printer.cfg index 0a02957..7749743 100644 --- a/printer.cfg +++ b/printer.cfg @@ -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 diff --git a/z_calibration.cfg b/z_calibration.cfg index 3ac7d2e..416f33d 100644 --- a/z_calibration.cfg +++ b/z_calibration.cfg @@ -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.