We lost some slice settings that we need.
Always default to rectangular bed.
This commit is contained in:
parent
9f427b629a
commit
54433c8ff6
2 changed files with 7 additions and 0 deletions
|
|
@ -275,7 +275,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return MeshVisualizer.MeshViewerWidget.BedShape.Circular;
|
||||
|
||||
default:
|
||||
#if DEBUG
|
||||
throw new NotImplementedException(string.Format("'{0}' is not a known bed_shape.", GetActiveValue("bed_shape")));
|
||||
#else
|
||||
return MeshVisualizer.MeshViewerWidget.BedShape.Rectangular;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
avoid_crossing_perimeters = 0
|
||||
bed_shape = rectangular
|
||||
bed_size = 200,200
|
||||
bed_temperature = 70
|
||||
bottom_solid_layers = 3
|
||||
|
|
@ -9,6 +10,7 @@ bridge_speed = 60
|
|||
brim_width = 0
|
||||
build_height = 0
|
||||
complete_objects = 0
|
||||
cool_extruder_lift = 0
|
||||
cooling = 1
|
||||
default_acceleration = 0
|
||||
disable_fan_first_layers = 1
|
||||
|
|
@ -94,6 +96,7 @@ start_perimeters_at_concave_points = 0
|
|||
start_perimeters_at_non_overhang = 0
|
||||
support_material = 0
|
||||
support_material_angle = 0
|
||||
support_material_create_internal_support = 0
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 1
|
||||
support_material_extrusion_width = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue