updated tests with baby step change consideration
This commit is contained in:
parent
8b4fd20889
commit
1903f701df
1 changed files with 8 additions and 8 deletions
|
|
@ -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",
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue