updated tests with baby step change consideration

This commit is contained in:
Lars Brubaker 2019-03-21 14:57:08 -07:00
parent 8b4fd20889
commit 1903f701df

View file

@ -585,10 +585,10 @@ namespace MatterControl.Tests.MatterControl
"T1",
"; COMPLEATED_BEFORE_GCODE",
"; simulated after toolchange 1 gcode",
"G1 X9 Y8 Z7.1 F3000", // the F comes from the x movement speed
"G1 X9 Y8 Z7.1 F315", // the F comes from the z movement speed
"G1 X9 Y8 Z7.1 F2500", // restore the feedrate
"G1 X9 Y8 Z7.1",
"G1 X9 Y8 Z7 F3000", // the F comes from the x movement speed
"G1 X9 Y8 Z7 F315", // the F comes from the z movement speed
"G1 X9 Y8 Z7 F2500", // restore the feedrate
"G1 X9 Y8 Z7",
// the code to switch back to t0
"; waiting for move on T0",
"",
@ -643,10 +643,10 @@ namespace MatterControl.Tests.MatterControl
"T1",
"; COMPLEATED_BEFORE_GCODE",
"; simulated after toolchange 1 gcode",
"G1 X9 Y8 Z7.1 F3000", // the F comes from the x movement speed
"G1 X9 Y8 Z7.1 F315", // the F comes from the z movement speed
"G1 X9 Y8 Z7.1 F2500", // restore the feedrate
"G1 X9 Y8 Z7.1",
"G1 X9 Y8 Z7 F3000", // the F comes from the x movement speed
"G1 X9 Y8 Z7 F315", // the F comes from the z movement speed
"G1 X9 Y8 Z7 F2500", // restore the feedrate
"G1 X9 Y8 Z7",
// the code to switch back to t0
"; waiting for move on T0",
"",