G-code parsing: enable ; comments

This commit is contained in:
2023-05-05 11:18:30 +03:00
parent 1fd308a648
commit 0d8bff6fd5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);