Add another look-ahead testcase.

This commit is contained in:
Markus Hitter 2013-10-29 17:47:25 +01:00
parent c695f1e4f7
commit d0bea9b51a
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
(This is test code for)
(the look-ahead algorithm)
G21
G90
G1 X10 F200
G1 X20 F400
G1 X100 F1500
G1 X0
G1 Z1 F200
G1 X10 Y10 F200
G1 X20 Y20 F400
G1 X100 Y100 F1500
G1 X0 Y0
M2