mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Added adxl345 settings. Added z_hop to safe_z_home. Disabled stealthchop.
This commit is contained in:
@@ -16,6 +16,20 @@
|
|||||||
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
||||||
restart_method: command
|
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]
|
[printer]
|
||||||
kinematics: cartesian
|
kinematics: cartesian
|
||||||
max_velocity: 300
|
max_velocity: 300
|
||||||
@@ -38,7 +52,7 @@ homing_retract_dist: 0
|
|||||||
[tmc2209 stepper_x]
|
[tmc2209 stepper_x]
|
||||||
uart_pin: PC1
|
uart_pin: PC1
|
||||||
run_current: 0.860
|
run_current: 0.860
|
||||||
stealthchop_threshold: 180
|
stealthchop_threshold: 0
|
||||||
interpolate: False
|
interpolate: False
|
||||||
sense_resistor: 0.150
|
sense_resistor: 0.150
|
||||||
uart_address: 3
|
uart_address: 3
|
||||||
@@ -60,7 +74,7 @@ homing_retract_dist: 0
|
|||||||
[tmc2209 stepper_y]
|
[tmc2209 stepper_y]
|
||||||
uart_pin: PC0
|
uart_pin: PC0
|
||||||
run_current: 0.900
|
run_current: 0.900
|
||||||
stealthchop_threshold: 180
|
stealthchop_threshold: 0
|
||||||
interpolate: False
|
interpolate: False
|
||||||
sense_resistor: 0.150
|
sense_resistor: 0.150
|
||||||
uart_address: 3
|
uart_address: 3
|
||||||
@@ -81,7 +95,7 @@ homing_speed: 4
|
|||||||
[tmc2209 stepper_z]
|
[tmc2209 stepper_z]
|
||||||
uart_pin: PA15
|
uart_pin: PA15
|
||||||
run_current: 1.000
|
run_current: 1.000
|
||||||
stealthchop_threshold: 40
|
stealthchop_threshold: 0
|
||||||
interpolate: False
|
interpolate: False
|
||||||
sense_resistor: 0.150
|
sense_resistor: 0.150
|
||||||
uart_address: 3
|
uart_address: 3
|
||||||
@@ -114,7 +128,7 @@ max_temp: 260
|
|||||||
[tmc2209 extruder]
|
[tmc2209 extruder]
|
||||||
uart_pin: PC14
|
uart_pin: PC14
|
||||||
run_current: 0.550
|
run_current: 0.550
|
||||||
stealthchop_threshold: 60
|
stealthchop_threshold: 0
|
||||||
interpolate: False
|
interpolate: False
|
||||||
sense_resistor: 0.150
|
sense_resistor: 0.150
|
||||||
uart_address: 3
|
uart_address: 3
|
||||||
@@ -144,8 +158,8 @@ samples_tolerance_retries: 5
|
|||||||
|
|
||||||
[safe_z_home]
|
[safe_z_home]
|
||||||
home_xy_position: 85,135
|
home_xy_position: 85,135
|
||||||
#z_hop: 10
|
z_hop: 10
|
||||||
#z_hop_speed: 5
|
z_hop_speed: 5
|
||||||
|
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
speed: 120
|
speed: 120
|
||||||
|
|||||||
Reference in New Issue
Block a user