Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Testcases: add straight-speeds-Fsep.gcode.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Traumflug committed Nov 27, 2016
1 parent d03305b commit 766bd52
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions testcases/straight-speeds-Fsep.gcode
Original file line number Diff line number Diff line change
@@ -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.)

0 comments on commit 766bd52

Please sign in to comment.