mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +00:00
Compare commits
2 Commits
100308b81e
...
5267b5db80
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5267b5db80 | ||
|
|
f704ca26aa |
@@ -346,6 +346,13 @@ Edit the relevant file according to your needs.
|
||||
| `variable_bed_temp_over` | `0` | `10` (default) | Speeds up print start |
|
||||
| `variable_bed_temp_not_exact` | `0` | `1` (default) | Speeds up print start |
|
||||
|
||||
### Any differences between this configuration and Sovol's Marlin firmware?
|
||||
|
||||
| Property | Marlin | OSS Klipper Config |
|
||||
| ------------------------- | ------ | ------------------ |
|
||||
| `stepper_z` `run_current` | 0.800 | 0.900 |
|
||||
| `microsteps` | 16 | 128 |
|
||||
|
||||
### How do I import a configuration bundle into SuperSlicer/PrusaSlicer?
|
||||
|
||||
Please see this [discussion](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/13).
|
||||
|
||||
@@ -80,7 +80,7 @@ homing_speed: 5
|
||||
|
||||
[tmc2209 stepper_z]
|
||||
uart_pin: PA15
|
||||
run_current: 1.000
|
||||
run_current: 0.900
|
||||
stealthchop_threshold: 0
|
||||
interpolate: False
|
||||
sense_resistor: 0.150
|
||||
|
||||
Reference in New Issue
Block a user