Skr-mini-e3-v3: set x, y, z run_current: 0.600. Added note about stepper motor run_current.

This commit is contained in:
Bassam Husain
2023-05-10 22:00:45 -04:00
parent 4df780af99
commit 622ce6714b
2 changed files with 9 additions and 5 deletions

View File

@@ -10,8 +10,6 @@ For all other 3D printers, please switch to the [any-printer](https://github.com
I am creating these files for my personal use and cannot be held responsible for what it might do to your printer. Use at your own risk.
⚠️ I am only 99% confident that this branch is production ready. Proceed with caution.
🙏🏻🙌🏻 A big thanks to [transistor1](https://github.com/transistor1) for getting this `printer.cfg` up an running to begin with.
## Installation Instructions
@@ -63,6 +61,12 @@ You can choose *either* of the 2 following methods.
3. The parent folder in the `ZIP` is `Sovol-SV06-firmware-skr-mini-e3-v3`. This is relevant in the next step.
4. Extract **only** the *contents* of the parent folder into `~/printer_data/config`.
### ⚠️ Important Note About Stepper Motor Current
For the SKR-Mini-E3-V3.0, the `run_current` for x, y, z stepper motors has been reduced in the `printer.cfg`, because the standard current seems to make the steppers dangerously hot. You may have to increase the current, or if the motors are still too hot, you may have to decrease it.
💡 Although stepper motors can withstand upwards of 125C, they should at the most get hot to the touch (~55C), not *very hot*.
#### Once you've cloned or downloaded the configuration, please follow instructions found in [Initial Steps](https://github.com/bassamanator/Sovol-SV06-firmware#initial-steps).
# Sources

View File

@@ -45,7 +45,7 @@ homing_retract_dist: 0
[tmc2209 stepper_x]
uart_pin: PC11
tx_pin: PC10
run_current: 0.860
run_current: 0.600
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
@@ -68,7 +68,7 @@ homing_retract_dist: 0
[tmc2209 stepper_y]
uart_pin: PC11
tx_pin: PC10
run_current: 0.900
run_current: 0.600
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
@@ -90,7 +90,7 @@ homing_speed: 5
[tmc2209 stepper_z]
uart_pin: PC11
tx_pin: PC10
run_current: 1.000
run_current: 0.600
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150