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:
parent
71ae941a09
commit
b2e22c6d3b
|
|
@ -2,6 +2,8 @@
|
||||||
(the look-ahead algorithm)
|
(the look-ahead algorithm)
|
||||||
G21
|
G21
|
||||||
G90
|
G90
|
||||||
|
G1 X5 F400
|
||||||
|
G1 X0
|
||||||
G1 X10 F200
|
G1 X10 F200
|
||||||
G1 X20 F400
|
G1 X20 F400
|
||||||
G1 X100 F1500
|
G1 X100 F1500
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue