slic3r: tweaked speeds, timelapse layer change g-code
This commit is contained in:
parent
3ed47b2650
commit
178f1ee604
5 changed files with 51 additions and 60 deletions
|
@ -1,4 +1,4 @@
|
|||
# generated by Slic3r 1.3.1-dev on 2018-11-30 11:52:57
|
||||
# generated by Slic3r 1.3.1-dev on 2019-06-06 15:38:07
|
||||
adaptive_slicing = 0
|
||||
adaptive_slicing_quality = 75%
|
||||
avoid_crossing_perimeters = 0
|
||||
|
@ -21,13 +21,13 @@ extruder_clearance_height = 18
|
|||
extruder_clearance_radius = 15
|
||||
extrusion_width = 0
|
||||
fill_angle = 45
|
||||
fill_density = 15%
|
||||
fill_density = 30%
|
||||
fill_gaps = 1
|
||||
fill_pattern = rectilinear
|
||||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 150%
|
||||
first_layer_height = 0.3
|
||||
first_layer_speed = 50%
|
||||
first_layer_speed = 75%
|
||||
gap_fill_speed = 0
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
|
@ -48,7 +48,7 @@ max_volumetric_speed = 16
|
|||
min_shell_thickness = 0
|
||||
min_skirt_length = 3
|
||||
min_top_bottom_shell_thickness = 0
|
||||
notes =
|
||||
notes = 16 mm3/s and 70 mm/s is too much\n- lowered max speed from 70 to 60, volumetric from 16 to 14 + faster top solid from 50% to 75%\n- first layer is now very slow -> increase first layer speed from 50% to 75%\n- back to start, 16mm3/s, 70mm/s max; first layer 75%, top solid 75% -> ok with RDDRONE Top Case
|
||||
only_retract_when_crossing_perimeters = 0
|
||||
ooze_prevention = 0
|
||||
output_filename_format = [input_filename_base]--h[layer_height]f[fill_density].gcode
|
||||
|
@ -98,7 +98,7 @@ support_material_threshold = 60%
|
|||
thin_walls = 1
|
||||
top_infill_extrusion_width = 0
|
||||
top_infill_pattern = rectilinear
|
||||
top_solid_infill_speed = 50%
|
||||
top_solid_infill_speed = 75%
|
||||
top_solid_layers = 3
|
||||
travel_speed = 100
|
||||
xy_size_compensation = 0
|
||||
|
|
Reference in a new issue