Testcases: add straight-speeds-Fsep.gcode.
Distinction between straight-speeds.gcode and straight-speeds-Fsep.gcode is that the latter has all speed changes in a seperate line. If queueing works properly and nullmoves get removed, both should produce identical results.
This commit is contained in:
parent
d03305b989
commit
766bd52337
|
|
@ -0,0 +1,24 @@
|
|||
G21
|
||||
G90
|
||||
F400
|
||||
G1 X5
|
||||
G1 X0
|
||||
G1 F200
|
||||
G1 X10
|
||||
G1 F400
|
||||
G1 X20
|
||||
G1 F1500
|
||||
G1 X100
|
||||
G1 X0
|
||||
G1 F200
|
||||
G1 Z1
|
||||
G1 F200
|
||||
G1 X10 Y10
|
||||
G1 F400
|
||||
G1 X20 Y20
|
||||
G1 F1500
|
||||
G1 X100 Y100
|
||||
G1 X0 Y0
|
||||
M2
|
||||
(Identical to straight-speeds.gcode,)
|
||||
(but F keywords in a seperate line.)
|
||||
Loading…
Reference in New Issue