mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Pulled in changes from main to fix probe_calibrate issue.
This commit is contained in:
@@ -50,7 +50,7 @@ homing_retract_dist: 0
|
||||
[tmc2209 stepper_x]
|
||||
uart_pin: PC1
|
||||
run_current: 0.860
|
||||
stealthchop_threshold: 0
|
||||
stealthchop_threshold: 180
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
uart_address: 3
|
||||
@@ -72,7 +72,7 @@ homing_retract_dist: 0
|
||||
[tmc2209 stepper_y]
|
||||
uart_pin: PC0
|
||||
run_current: 0.900
|
||||
stealthchop_threshold: 0
|
||||
stealthchop_threshold: 180
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
uart_address: 3
|
||||
@@ -97,7 +97,7 @@ homing_speed: 4
|
||||
[tmc2209 stepper_z]
|
||||
uart_pin: PA15
|
||||
run_current: 1.000
|
||||
stealthchop_threshold: 0
|
||||
stealthchop_threshold: 40
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
uart_address: 3
|
||||
@@ -120,13 +120,12 @@ sensor_type: sovol_thermistor
|
||||
sensor_pin: PC5
|
||||
min_temp: 0
|
||||
max_temp: 270
|
||||
min_extrude_temp: 190
|
||||
max_extrude_only_distance: 150.0
|
||||
|
||||
[tmc2209 extruder]
|
||||
uart_pin: PC14
|
||||
run_current: 0.550
|
||||
stealthchop_threshold: 0
|
||||
stealthchop_threshold: 60
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
uart_address: 3
|
||||
|
||||
Reference in New Issue
Block a user