Reprap Firmware and Controlled Arc Move July 20, 2016 03:39PM |
Registered: 8 years ago Posts: 109 |
Re: Reprap Firmware and Controlled Arc Move July 21, 2016 03:28AM |
Registered: 10 years ago Posts: 14,685 |
Re: Reprap Firmware and Controlled Arc Move July 21, 2016 03:52AM |
Registered: 8 years ago Posts: 109 |
Quote
dc42
I think you are the first person to ask for support for G2 and G3 on RRF. Slicing programs for 3D printers don't generate them. What application are you using that does?
I'll add G2 and G3 support to the firmware wish list.
Re: Reprap Firmware and Controlled Arc Move July 21, 2016 03:59AM |
Registered: 10 years ago Posts: 14,685 |
Re: Reprap Firmware and Controlled Arc Move July 21, 2016 04:40AM |
Registered: 8 years ago Posts: 109 |
Re: Reprap Firmware and Controlled Arc Move July 21, 2016 08:46AM |
Registered: 14 years ago Posts: 268 |
Many cam programs do what's called "arc filtering" which fits an arc to a series of small line segments (typically speced with a chordal error tolerance). Smaller file sizes and less buffer starvation in the motion planner are two immediate benefits. I know that current slicers don't do this but imo they likely should.Quote
dc42
I am glad you have a workaround. The reason that slicers don't generate arc moves is that the input files to them are generally STL files, which are incapable of describing curves. A slicer could only generate arc moves if it recognised that a slice through a sequence of facets described an arc of constant radius, and made the assumption that the user really wanted a smooth curve.