mirror of
https://github.com/synthetos/g2.git
synced 2026-02-06 11:11:57 +08:00
Corrected arc entry condition that was not properly trapped; more feedhold testing
This commit is contained in:
@@ -724,7 +724,7 @@ static stat_t _parse_gcode_block(char *buf, char *active_comment)
|
||||
* 20. perform motion (G0 to G3, G80-G89) as modified (possibly) by G53
|
||||
* 21. stop and end (M0, M1, M2, M30, M60)
|
||||
*
|
||||
* Values in gn are in original units and should not be unit converted prior
|
||||
* Values in gv are in original units and should not be unit converted prior
|
||||
* to calling the canonical functions (which do the unit conversions)
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user