Add another testcase, add lookahead-warmup.

Lookahead-warmup = two lines of G-code which take just long enough
to allow the intended movements to be added with look-ahead.
This commit is contained in:
Markus Hitter 2013-11-25 18:58:22 +01:00
parent 71ae941a09
commit b2e22c6d3b
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,8 @@
(the look-ahead algorithm)
G21
G90
G1 X5 F400
G1 X0
G1 X10 F200
G1 X20 F400
G1 X100 F1500

9
testcases/triangle.gcode Normal file
View File

@ -0,0 +1,9 @@
(This is a test case for plotting scripts)
G21
G90
G1 X5 F800
G1 X0
G1 X20
G1 X40 Y20
G1 X0 Y0
M2