outer corners not sharp May 18, 2016 11:12PM |
Registered: 11 years ago Posts: 253 |
Re: outer corners not sharp May 19, 2016 01:20PM |
Registered: 7 years ago Posts: 1,873 |
Re: outer corners not sharp May 19, 2016 09:06PM |
Registered: 11 years ago Posts: 253 |
Re: outer corners not sharp May 19, 2016 09:24PM |
Registered: 9 years ago Posts: 564 |
Quote
JamesK
There have been attempts to compensate for this, but they are either not popular (the 'advance' algorithm that seems to be permanently labelled as experimental) or not generally available across different slicers (coasting might come under this category, but I don't have it in my slicers, so I'm not sure)
Re: outer corners not sharp May 20, 2016 02:31AM |
Registered: 9 years ago Posts: 14,640 |
Quote
LoboCNC
Quote
JamesK
There have been attempts to compensate for this, but they are either not popular (the 'advance' algorithm that seems to be permanently labelled as experimental) or not generally available across different slicers (coasting might come under this category, but I don't have it in my slicers, so I'm not sure)
From what little I've looked into the "advance" algorithm code, I think it attempts to create an extruder advance by very quickly jamming in extra steps at the beginning of a motion and then taking them back out at the end of the motion. Unfortunately, this usually results in the extruder skipping steps. Any sort of advance algorithm needs to be baked deep into the bowels of the motion planner (probably requiring a total rewrite of the motion code), or else implemented as a separate layer of timing control between the existing motion planner and the physical step pulse outputs (less daunting but maybe not so efficient). 'm too much of a programming has-been to implement either, but I'd be very interested in collaborating with anyone more facile with the guts of the firmware.