G2/G3 arc movements January 03, 2015 04:38AM |
Registered: 9 years ago Posts: 4 |
Re: G2/G3 arc movements January 05, 2015 12:01PM |
Registered: 10 years ago Posts: 869 |
Re: G2/G3 arc movements January 05, 2015 04:23PM |
Registered: 9 years ago Posts: 4 |
Re: G2/G3 arc movements January 05, 2015 04:26PM |
Registered: 10 years ago Posts: 119 |
Re: G2/G3 arc movements January 06, 2015 01:47PM |
Registered: 10 years ago Posts: 869 |
I would never trust a semi-random header comment in source code that says it's a "mashup" of multiple other products to determine support. You have no idea when that comment was put there and what modifications have been made since it was done as it relates to what the original supported features of the previous products. This is talking in general and not specifically to arc support.Quote
george4657
If you look in Marlin code for Marlin_Main.cpp you will see the line "This firmware is a mashup between Sprinter and grbl."
GRBL is a cnc program that supports arc comands.
With that, another possibility is that the generated gcode was in radius format and it needs incremental, or vice versa. Seeing what code was attempted might help determine what's up.Quote
I have tried G2 And G3 arc comands in my generic marlin and both work.