diff --git a/MatterControl.csproj b/MatterControl.csproj index 70b973cc0..202bce80e 100644 --- a/MatterControl.csproj +++ b/MatterControl.csproj @@ -254,6 +254,10 @@ + + {9B062971-A88E-4A3D-B3C9-12B78D15FA66} + clipper_library + {7E61A5BD-E78F-4B80-88C9-3821B4FA062E} Csg @@ -338,9 +342,5 @@ {657DBC6D-C3EA-4398-A3FA-DDB73C14F71B} Agg - - {9B062971-A88E-4A3D-B3C9-12B78D15FA66} - clipper_library - \ No newline at end of file diff --git a/StaticData/PrinterSettings/config.ini b/StaticData/PrinterSettings/config.ini index e23f17466..84bb288b1 100644 --- a/StaticData/PrinterSettings/config.ini +++ b/StaticData/PrinterSettings/config.ini @@ -11,6 +11,7 @@ bridge_speed = 60 brim_width = 0 build_height = 0 cancel_gcode = +center_part_on_bed = 1 complete_objects = 0 cool_extruder_lift = 0 cooling = 1 diff --git a/StaticData/SliceSettings/Layouts.txt b/StaticData/SliceSettings/Layouts.txt index 4184b481a..1c4efbfd4 100644 --- a/StaticData/SliceSettings/Layouts.txt +++ b/StaticData/SliceSettings/Layouts.txt @@ -128,13 +128,10 @@ Advanced Notes notes Output Options -<<<<<<< HEAD -======= Center Print center_part_on_bed Wipe Shield wipe_shield_distance ->>>>>>> e08d49595f6bbaa525105c5a4defd1ec3f36d56b Sequential Printing complete_objects extruder_clearance_height diff --git a/StaticData/SliceSettings/Properties.txt b/StaticData/SliceSettings/Properties.txt index 305f1c3bd..3d8b9c974 100644 --- a/StaticData/SliceSettings/Properties.txt +++ b/StaticData/SliceSettings/Properties.txt @@ -11,6 +11,7 @@ bridge_speed|Bridges|POSITIVE_DOUBLE|mm/s|The speed to move when bridging betwee brim_width|Brim Width|POSITIVE_DOUBLE|mm|The amount of brim that will be drawn around each object. This is useful to ensure that parts stay affixed to the bed. build_height|Build Height|POSITIVE_DOUBLE|mm|The height of the printable area. If set to 0 the parts height will not be validated. cancel_gcode|Cancel G-Code|MULTI_LINE_TEXT||This gcode will be inserted when the print is canceled. +center_part_on_bed|Center On Bed|CHECK_BOX||This will cause the print to be centered on the bed. Disable this if you know your models have been created where you want them to print. complete_objects|Complete Individual Objects|CHECK_BOX||Each individual part is printed to completion then the extruder is lowered back to the bed and the next part is printed. cool_extruder_lift|Enable Extruder Lift|CHECK_BOX||Moves the extruder up off the part to allow cooling. cooling|Enable Auto Cooling|CHECK_BOX||Turns on and off all cooling settings (all settings below this one).