mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 17:55:57 +08:00
config default to octoprint-cancelobject
This commit is contained in:
parent
3cbb2f7524
commit
204e7f7647
@ -187,7 +187,7 @@ compatible_printers =
|
|||||||
complete_objects = 0
|
complete_objects = 0
|
||||||
default_acceleration = 1000
|
default_acceleration = 1000
|
||||||
dont_support_bridges = 1
|
dont_support_bridges = 1
|
||||||
ensure_vertical_shell_thickness = 1
|
ensure_vertical_shell_thickness = 0
|
||||||
top_fill_pattern = smooth
|
top_fill_pattern = smooth
|
||||||
bottom_fill_pattern = concentricgapfill
|
bottom_fill_pattern = concentricgapfill
|
||||||
external_perimeters_first = 0
|
external_perimeters_first = 0
|
||||||
@ -204,6 +204,7 @@ first_layer_height = 50%
|
|||||||
first_layer_speed = 30
|
first_layer_speed = 30
|
||||||
gap_fill_speed = 40
|
gap_fill_speed = 40
|
||||||
gcode_comments = 0
|
gcode_comments = 0
|
||||||
|
gcode_label_objects = 1
|
||||||
hole_size_compensation = -0.03
|
hole_size_compensation = -0.03
|
||||||
infill_acceleration = 1000
|
infill_acceleration = 1000
|
||||||
infill_dense = 1
|
infill_dense = 1
|
||||||
@ -500,6 +501,12 @@ bottom_solid_layers = 3
|
|||||||
top_solid_layers = 4
|
top_solid_layers = 4
|
||||||
layer_height = 0.3
|
layer_height = 0.3
|
||||||
|
|
||||||
|
[print:*0.4mm*]
|
||||||
|
inherits = *common*
|
||||||
|
bottom_solid_layers = 3
|
||||||
|
top_solid_layers = 4
|
||||||
|
layer_height = 0.4
|
||||||
|
|
||||||
[print:*0.5mm*]
|
[print:*0.5mm*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
bottom_solid_layers = 2
|
bottom_solid_layers = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user