diff --git a/README.md b/README.md index f636856..c2ec21b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/printer.cfg b/printer.cfg index 5ffecbb..245d96c 100644 --- a/printer.cfg +++ b/printer.cfg @@ -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