Teacup_Firmware/testcases
Markus Hitter 46526ecdda Add testcase for nullmoves.
Moves which have no movement intention, e.g. pure feedrate changes,
and moves too small to cause a single step, are a bit tricky to
handle with lookahead. Essentially, they should be joined with the
next movement, without queueing them up.
2013-12-06 19:24:58 +01:00
..
.gitignore Add a draft of a script running testcases in SimulAVR. 2013-12-06 19:24:58 +01:00
excessive-digits.gcode Add a testcase with excessive digits left to the decimal. 2013-11-11 12:25:17 +01:00
nullmoves.gcode Add testcase for nullmoves. 2013-12-06 19:24:58 +01:00
run-in-simulavr.sh run-in-simulator.sh: express velocities in mm/min, too. 2013-12-06 19:24:58 +01:00
smooth-curves.gcode Add a testcase for look-ahead (smooth curves). 2013-11-11 19:00:31 +01:00
straight-speeds.gcode Add testcase for nullmoves. 2013-12-06 19:24:58 +01:00
triangle-odd.gcode Add another testcase, triangle-odd.gcode. 2013-11-28 23:43:10 +01:00
triangle.gcode Add another testcase, add lookahead-warmup. 2013-12-06 19:24:58 +01:00