G-code parsing: enable ; comments
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ TEST(grbl_program, load_from_string) {
|
||||
|
||||
G94 ( Millimeters per minute feed rate. )
|
||||
G21 ( Units == Millimeters. )
|
||||
F600.00000
|
||||
F600.00000 ; another type of comment
|
||||
X3.87739 Y78.52820
|
||||
)";
|
||||
pgm.load_from_string(content);
|
||||
|
||||
Reference in New Issue
Block a user