fixed temp tests for new (correct) behavior.
This commit is contained in:
parent
a4b60206b2
commit
f00c632da6
1 changed files with 12 additions and 3 deletions
|
|
@ -102,6 +102,9 @@ namespace MatterControl.Tests.MatterControl.ToolChanges
|
|||
"G1 F2500", // we then reset the F after the pre and post gcode run
|
||||
"G1 X111", // pre T0 code
|
||||
"M114", // always sent after a ; NO_PROCESSING command
|
||||
"M104 T1 S0",
|
||||
"T1",
|
||||
"M114",
|
||||
"T0",
|
||||
"M114", // always send after switch
|
||||
"G1 X222", // post switch T0 code
|
||||
|
|
@ -253,7 +256,7 @@ namespace MatterControl.Tests.MatterControl.ToolChanges
|
|||
"M114",
|
||||
"T1",
|
||||
"M114",
|
||||
"M104 T1 S240", // **** BUG **** this should not be here
|
||||
"M104 T1 S240",
|
||||
"G1 Y222",
|
||||
"M114",
|
||||
"G1 X9 Y8 F3000",
|
||||
|
|
@ -261,6 +264,9 @@ namespace MatterControl.Tests.MatterControl.ToolChanges
|
|||
"G1 F2500",
|
||||
"G1 X111",
|
||||
"M114",
|
||||
"M104 T1 S0",
|
||||
"T1",
|
||||
"M114",
|
||||
"T0",
|
||||
"M114",
|
||||
"G1 X222",
|
||||
|
|
@ -327,12 +333,12 @@ namespace MatterControl.Tests.MatterControl.ToolChanges
|
|||
"G1 E10 F10",
|
||||
"G1 X111",
|
||||
"M114",
|
||||
"M104 T1 S210", // T1 to cool down temp 210
|
||||
"M104 T1 S210",
|
||||
"T1",
|
||||
"M114",
|
||||
"T0",
|
||||
"M114",
|
||||
"M104 T0 S230", // T0 back up to 230
|
||||
"M104 T0 S230",
|
||||
"G1 X222",
|
||||
"M114",
|
||||
"G1 X30 Y10 F3000",
|
||||
|
|
@ -341,6 +347,9 @@ namespace MatterControl.Tests.MatterControl.ToolChanges
|
|||
"G1 E10",
|
||||
"G1 Y111",
|
||||
"M114",
|
||||
"M104 T0 S0",
|
||||
"T0",
|
||||
"M114",
|
||||
"T1",
|
||||
"M114",
|
||||
"M104 T1 S240", // T1 back up to 240
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue