From 7152a12bf7d7d653251a3ebf28580f59f6149549 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sun, 25 Dec 2022 21:02:38 -0500 Subject: [PATCH] Added adxl345 settings. Added z_hop to safe_z_home. Disabled stealthchop. --- klipper-printer-sovol-sv06.cfg | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/klipper-printer-sovol-sv06.cfg b/klipper-printer-sovol-sv06.cfg index 0061f95..bc25656 100644 --- a/klipper-printer-sovol-sv06.cfg +++ b/klipper-printer-sovol-sv06.cfg @@ -16,6 +16,20 @@ serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 restart_method: command + +[adxl345] +cs_pin: rpi:None + +[resonance_tester] +accel_chip: adxl345 +probe_points: 110, 110, 20 + +# [input_shaper] +# shaper_freq_x = 114.6 +# shaper_type_x: mzv +# shaper_freq_y = 77 +# shaper_type_y: mzv + [printer] kinematics: cartesian max_velocity: 300 @@ -38,7 +52,7 @@ homing_retract_dist: 0 [tmc2209 stepper_x] uart_pin: PC1 run_current: 0.860 -stealthchop_threshold: 180 +stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -60,7 +74,7 @@ homing_retract_dist: 0 [tmc2209 stepper_y] uart_pin: PC0 run_current: 0.900 -stealthchop_threshold: 180 +stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -81,7 +95,7 @@ homing_speed: 4 [tmc2209 stepper_z] uart_pin: PA15 run_current: 1.000 -stealthchop_threshold: 40 +stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -114,7 +128,7 @@ max_temp: 260 [tmc2209 extruder] uart_pin: PC14 run_current: 0.550 -stealthchop_threshold: 60 +stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 uart_address: 3 @@ -144,8 +158,8 @@ samples_tolerance_retries: 5 [safe_z_home] home_xy_position: 85,135 -#z_hop: 10 -#z_hop_speed: 5 +z_hop: 10 +z_hop_speed: 5 [bed_mesh] speed: 120