Got the raft working in MatterSlice.
This commit is contained in:
parent
fd50795555
commit
00e915ca03
3 changed files with 8 additions and 6 deletions
|
|
@ -138,6 +138,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new NotPassedItem("", "pause_gcode"),
|
||||
new NotPassedItem("", "resume_gcode"),
|
||||
new NotPassedItem("", "cancel_gcode"),
|
||||
|
||||
|
||||
#if false
|
||||
SETTING(filamentFlow);
|
||||
SETTING(infillOverlap);
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new MapPositionToPlaceObjectCenter("positionToPlaceObjectCenter", "print_center"),
|
||||
|
||||
// TODO: The raft currently does not handle brim correctly. So it needs to be fixed before it is enabled.
|
||||
//new MapItemToBool("enableRaft", "create_raft"),
|
||||
new MapItemToBool("enableRaft", "create_raft"),
|
||||
|
||||
//repairOutlines=NONE # Available Values: NONE, EXTENSIVE_STITCHING, KEEP_NON_CLOSED # You can or them together using '|'.
|
||||
//repairOverlaps=NONE # Available Values: NONE, REVERSE_ORIENTATION, UNION_ALL_TOGETHER # You can or them together using '|'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue