Delta speed inconsistent June 04, 2019 05:48PM |
Registered: 9 years ago Posts: 122 |
Re: Delta speed inconsistent June 05, 2019 03:20AM |
Admin Registered: 11 years ago Posts: 3,096 |
Re: Delta speed inconsistent June 05, 2019 05:43AM |
Registered: 10 years ago Posts: 14,683 |
Re: Delta speed inconsistent June 05, 2019 11:58AM |
Registered: 9 years ago Posts: 122 |
Re: Delta speed inconsistent June 05, 2019 02:05PM |
Registered: 7 years ago Posts: 619 |
Quote
TF53
Hi,
I have been building reprap printers as a hobby for a few years now and recently started to build my first delta. Everithing seems to be ok, motors are calibrated and there is no mechanical blocking point (when moving the carriages by hand, it seems quite smooth).
The issue i have is that the travel speed seems to be unconsistent and causes bad prints. I have shot a short video of the phenomenon.
Printer caracteristics:
- main board : rumba
- motor dirvers : TMC2130, SPI controlled
- firmware : Marlin v1.1.9
Here is the kind of prints that come out of the printer (please note the inconsistency of the extruded filament on the top)
Has anyone already encountered a similar issue? I have heard somewhere that marlin could have problems handling drivers with more than 16 microsteps, can this cause that kind of problem?
Re: Delta speed inconsistent June 05, 2019 04:48PM |
Registered: 10 years ago Posts: 14,683 |
Quote
TF53
It looks like you were right. I disabled the option "INTERPOLATE" in configuration_adv.h so that it uses 16 microsteps instead of 256 and movements seem to be smoother.
I am starting a print to see if it fixed the problem.
Thank you!
Re: Delta speed inconsistent June 12, 2019 03:16PM |
Registered: 9 years ago Posts: 122 |
Quote
dc42
Quote
TF53
It looks like you were right. I disabled the option "INTERPOLATE" in configuration_adv.h so that it uses 16 microsteps instead of 256 and movements seem to be smoother.
I am starting a print to see if it fixed the problem.
Thank you!
Most firmwares switch to double or quad stepping at higher speeds. This upsets the interpolation algorithm in Trinamic drivers and also confuses step-servo drives. That may explain why movement is smoother with interpolation disabled. It is for these reasons why we don't use double etc. stepping in RepRapFirmware.
With Interpolation disabled, your stepper motors will be a lot noisier than they could be.