Got the raft working in MatterSlice.

This commit is contained in:
larsbrubaker 2014-05-15 12:15:29 -07:00
parent fd50795555
commit 00e915ca03
3 changed files with 8 additions and 6 deletions

View file

@ -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);

View file

@ -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 '|'.