3 Commits

Author SHA1 Message Date
Bassam Husain
9a7f380806 Adjust, minor. 2025-05-26 18:35:52 -04:00
Bassam Husain
75f1ed3261 Adjust stepper_z run_current: 0.800. 2025-05-26 14:33:28 -04:00
Bassam Husain
2275a7d2c1 Adjust sense_resistor to 0.110 for more testing.
https://github.com/Sovol3d/Sv06-Source-Code/blob/main/Marlin/Configuration_adv.h#L2648-L2730
2025-05-24 18:19:39 -04:00
3 changed files with 12 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
"Klipper", "Klipper",
"Klipperized", "Klipperized",
"lrwxrwxrwx", "lrwxrwxrwx",
"microsteps",
"moonraker", "moonraker",
"normalsize", "normalsize",
"octahedroflake", "octahedroflake",

6
differences.md Normal file
View File

@@ -0,0 +1,6 @@
# Differences
| Property | Marlin | OSS Klipper Config |
| ------------------------- | ------ | ------------------ |
| `stepper_z` `run_current` | 0.800 | 0.900 |
| `microsteps` | 16 | 128 |

View File

@@ -39,10 +39,10 @@ homing_retract_dist: 0
[tmc2209 stepper_x] [tmc2209 stepper_x]
uart_pin: PC1 uart_pin: PC1
run_current: 0.900 run_current: 0.900 # 0.860 marlin & master
stealthchop_threshold: 0 stealthchop_threshold: 0
interpolate: False interpolate: False
sense_resistor: 0.150 sense_resistor: 0.110 # 0.150
uart_address: 3 uart_address: 3
driver_SGTHRS: 81 driver_SGTHRS: 81
diag_pin: PA5 diag_pin: PA5
@@ -64,7 +64,7 @@ uart_pin: PC0
run_current: 0.900 run_current: 0.900
stealthchop_threshold: 0 stealthchop_threshold: 0
interpolate: False interpolate: False
sense_resistor: 0.150 sense_resistor: 0.110 # 0.150
uart_address: 3 uart_address: 3
driver_SGTHRS: 81 driver_SGTHRS: 81
diag_pin: PA6 diag_pin: PA6
@@ -82,10 +82,10 @@ homing_speed: 5
[tmc2209 stepper_z] [tmc2209 stepper_z]
uart_pin: PA15 uart_pin: PA15
run_current: 0.900 run_current: 0.800 # 0.900 prev personal # 0.800 marlin # 1.000 master
stealthchop_threshold: 0 stealthchop_threshold: 0
interpolate: False interpolate: False
sense_resistor: 0.150 sense_resistor: 0.110 # 0.150
uart_address: 3 uart_address: 3
diag_pin: PA7 diag_pin: PA7