Got the support interface extruder to be settable.
This commit is contained in:
parent
ffe200c19f
commit
dc0b3e641a
2 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
//supportExtruder=1
|
||||
new ValuePlusConstant("supportExtruder", "support_material_extruder", -1),
|
||||
|
||||
new ValuePlusConstant("supportExtruder", "support_material_interface_extruder", -1),
|
||||
new ValuePlusConstant("supportInterfaceExtruder", "support_material_interface_extruder", -1),
|
||||
|
||||
new ValuePlusConstant("raftExtruder", "raft_extruder", -1),
|
||||
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return extruder1StlFileToSlice;
|
||||
}
|
||||
|
||||
public static bool runInProcess = false;
|
||||
public static bool runInProcess = true;
|
||||
static Process slicerProcess = null;
|
||||
static void CreateSlicedPartsThread()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue