Problem nema23 tb6600 Marlin June 28, 2019 04:53AM |
Registered: 3 years ago Posts: 4 |
Re: Problem tb6600 Marlin June 28, 2019 05:01AM |
Admin Registered: 10 years ago Posts: 3,096 |
Re: Problem tb6600 Marlin June 28, 2019 05:48AM |
Admin Registered: 12 years ago Posts: 6,785 |
Re: Problem nema23 tb6600 Marlin June 28, 2019 06:15AM |
Registered: 9 years ago Posts: 14,646 |
Re: Problem nema23 tb6600 Marlin June 28, 2019 10:37AM |
Admin Registered: 15 years ago Posts: 13,757 |
Re: Problem nema23 tb6600 Marlin July 01, 2019 02:04AM |
Registered: 10 years ago Posts: 126 |
STEPPER_DRIVER_TYPE
for your axes to "TB6600" then you might also try "DRV8825" which sets a 2µs pulse length. Keep your accelerations low as you get into testing, and see if you can find a range of stepper pulse durations and accelerations where you get no layer shifting. Don't forget to do M500
, M502
after re-flashing.Configuration_adv.h
file.
Re: Problem nema23 tb6600 Marlin July 01, 2019 02:42AM |
Registered: 3 years ago Posts: 4 |
Quote
Thinkyhead
Marlin bugfix-2.0.x supports a variety of stepper drivers, including the TB6600. If you've already set theSTEPPER_DRIVER_TYPE
for your axes to "TB6600" then you might also try "DRV8825" which sets a 2µs pulse length. Keep your accelerations low as you get into testing, and see if you can find a range of stepper pulse durations and accelerations where you get no layer shifting. Don't forget to doM500
,M502
after re-flashing.
If that doesn't do the trick, you can manually override the stepper-driver-based pulse durations in theConfiguration_adv.h
file.
Re: Problem nema23 tb6600 Marlin February 02, 2020 09:42AM |
Registered: 3 years ago Posts: 1 |