mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Adjust personal run_currents.
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -20,6 +20,7 @@
|
||||
"Klipper",
|
||||
"Klipperized",
|
||||
"lrwxrwxrwx",
|
||||
"microsteps",
|
||||
"moonraker",
|
||||
"normalsize",
|
||||
"octahedroflake",
|
||||
|
||||
6
differences.md
Normal file
6
differences.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Differences
|
||||
|
||||
| Property | Marlin | OSS Klipper Config |
|
||||
| ------------------------- | ------ | ------------------ |
|
||||
| `stepper_z` `run_current` | 0.800 | 0.900 |
|
||||
| `microsteps` | 16 | 128 |
|
||||
@@ -39,7 +39,7 @@ homing_retract_dist: 0
|
||||
|
||||
[tmc2209 stepper_x]
|
||||
uart_pin: PC1
|
||||
run_current: 0.900
|
||||
run_current: 0.900 # 0.860 marlin & master
|
||||
stealthchop_threshold: 0
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
@@ -82,7 +82,7 @@ homing_speed: 5
|
||||
|
||||
[tmc2209 stepper_z]
|
||||
uart_pin: PA15
|
||||
run_current: 0.900
|
||||
run_current: 0.800 # 0.900 prev personal # 0.800 marlin # 1.000 master
|
||||
stealthchop_threshold: 0
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
|
||||
Reference in New Issue
Block a user