-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Z Stepper overheating causing prints to fail #9
Comments
It is entirely up to you as to what you do and change. My values came from SOVOL. What you might want to check is the voltage of your motors. Its stamped on the bottom of the motor. If you have the 1.3 then my guess is its an environment thing. z steppers should not be working that hard even on long time prints. X and Y do all the work. |
yeah i would lower the values. |
Non-related to the issue, but I've been trying to confirm if I have the "later batch" stepper motors, that run at 1.3a, as they are not they don't state the Amps on it. All I see on the steppers are the brand and model. I've looked everywhere to not find any info. @spinixguy can you confirm if that the case for you? Brand: Shengyang Motor |
I used the setting from the printer.cfg file seen here, and for big prints (20 hours+) , I have failure after about 18 hours due to overheat of z stepper motor.
I have now changed the config to:
[tmc2209 stepper_z]
uart_pin: PA15
run_current: 1.000
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
uart_address: 3
diag_pin: PA7
(which I found in https://github.com/bassamanator/Sovol-SV06-firmware/blob/master/printer.cfg)
Is it the right thing to do? Should I lower the run_current?
Any advice appreciated.
(recently bought this SV06 and just built a case to enclose it)
Also, to troubleshoot this further, is there any way to monitor this temperature in Mainsail anywhere?
The text was updated successfully, but these errors were encountered: