File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ public void TestGCodeToObject(FileInfo fileName)
7878 string [ ] testCommands = File . ReadAllLines ( fileName . FullName ) ;
7979
8080 GCodeCommandList gCodeCommandList = new GCodeCommandList ( testCommands ) ;
81- Assert . AreEqual ( 19335 , gCodeCommandList . OfType < LinearInterpolationCmd > ( ) . ToList ( ) . Count ) ;
82- Assert . AreEqual ( 185 , gCodeCommandList . OfType < MiscCommand > ( ) . ToList ( ) . Count ) ;
81+ Assert . AreEqual ( 19331 , gCodeCommandList . OfType < LinearInterpolationCmd > ( ) . ToList ( ) . Count ) ;
82+ Assert . AreEqual ( 183 , gCodeCommandList . OfType < MiscCommand > ( ) . ToList ( ) . Count ) ;
8383 }
8484
8585 [ DynamicData ( "GCodeFiles" ) ]
Original file line number Diff line number Diff line change @@ -9,13 +9,7 @@ M109 S200 ; wait for extruder temp
99G28 W ; home all without mesh bed level
1010G80 ; mesh bed leveling
1111G92 E0.0 ; reset extruder distance position
12- G1 Y-3.0 F1000.0 ; go outside print area
13- G1 X60.0 E9.0 F1000.0 ; intro line
14- G1 X100.0 E21.5 F1000.0 ; intro line
15- G92 E0.0 ; reset extruder distance position
16- G92 E0
1712G92 E0
18- G1 F2100 E-0.8
1913M107
2014G0 F3600 X109.987 Y94.501 Z0.2
2115G1 F2100 E0
You can’t perform that action at this time.
0 commit comments