Added missing config code to Printer Settings: bed shapes; also rounded build heights down to nearest millimeter
This commit is contained in:
parent
7dcd22e4e3
commit
58ab242cf4
11 changed files with 16 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
avoid_crossing_perimeters = 1
|
||||
bed_shape = circular
|
||||
bed_size = 260,260
|
||||
bed_temperature = 70
|
||||
bottom_solid_layers = 5
|
||||
|
|
@ -7,7 +8,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 228.6
|
||||
build_height = 228
|
||||
complete_objects = 0
|
||||
cooling = 1
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
avoid_crossing_perimeters = 1
|
||||
bed_shape = circular
|
||||
bed_size = 260,260
|
||||
bed_temperature = 70
|
||||
bottom_solid_layers = 5
|
||||
|
|
@ -7,7 +8,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 228.6
|
||||
build_height = 228
|
||||
complete_objects = 0
|
||||
cooling = 1
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# generated by Slic3r 0.9.9 on Tue May 14 10:04:09 2013
|
||||
avoid_crossing_perimeters = 1
|
||||
bed_shape = circular
|
||||
bed_size = 280,280
|
||||
bed_temperature = 80
|
||||
bottom_solid_layers = 3
|
||||
|
|
@ -7,7 +7,8 @@ bridge_acceleration = 0
|
|||
bridge_fan_speed = 100
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 20
|
||||
brim_width = 0build_height = 374.65
|
||||
brim_width = 0
|
||||
build_height = 374
|
||||
complete_objects = 0
|
||||
cooling = 1
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 152.4
|
||||
build_height = 152
|
||||
complete_objects = 0
|
||||
cooling = 0
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 152.4
|
||||
build_height = 152
|
||||
complete_objects = 0
|
||||
cooling = 0
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 203.2
|
||||
build_height = 203
|
||||
complete_objects = 0
|
||||
cooling = 0
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 203.2
|
||||
build_height = 203
|
||||
complete_objects = 0
|
||||
cooling = 0
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 203.2
|
||||
build_height = 203
|
||||
complete_objects = 0
|
||||
cooling = 0
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 1
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 203.2
|
||||
build_height = 203
|
||||
complete_objects = 0
|
||||
cooling = 0
|
||||
default_acceleration = 0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ bridge_fan_speed = 100
|
|||
bridge_flow_ratio = 0.6
|
||||
bridge_speed = 60
|
||||
brim_width = 0
|
||||
build_height = 228.6
|
||||
build_height = 228
|
||||
complete_objects = 0
|
||||
cooling = 1
|
||||
disable_fan_first_layers = 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
avoid_crossing_perimeters = 0
|
||||
bed_shape = rectangular
|
||||
bed_size = 200,200
|
||||
bed_temperature = 70
|
||||
bottom_solid_layers = 3
|
||||
|
|
@ -10,6 +11,7 @@ brim_width = 0
|
|||
build_height = 0
|
||||
complete_objects = 0
|
||||
cooling = 1
|
||||
cool_extruder_lift = 0
|
||||
default_acceleration = 0
|
||||
disable_fan_first_layers = 1
|
||||
end_gcode = M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nM84 ; disable motors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue