tweak speeds for first layer
This commit is contained in:
parent
f621682c83
commit
f5ba95fc71
|
@ -1,11 +1,11 @@
|
|||
# generated by Slic3r 1.2.9 on Mon Sep 14 17:02:13 2015
|
||||
# generated by Slic3r 1.2.9 on Tue Nov 17 18:06:55 2015
|
||||
avoid_crossing_perimeters = 0
|
||||
bottom_solid_layers = 2
|
||||
bridge_acceleration = 0
|
||||
bridge_flow_ratio = 1
|
||||
bridge_speed = 0
|
||||
brim_width = 0
|
||||
complete_objects = 0
|
||||
complete_objects = 1
|
||||
default_acceleration = 0
|
||||
dont_support_bridges = 1
|
||||
external_fill_pattern = rectilinear
|
||||
|
@ -22,7 +22,7 @@ fill_pattern = rectilinear
|
|||
first_layer_acceleration = 0
|
||||
first_layer_extrusion_width = 0
|
||||
first_layer_height = 0.4
|
||||
first_layer_speed = 65%
|
||||
first_layer_speed = 60%
|
||||
gap_fill_speed = 10
|
||||
gcode_comments = 0
|
||||
infill_acceleration = 0
|
||||
|
@ -82,5 +82,5 @@ threads = 4
|
|||
top_infill_extrusion_width = 90%
|
||||
top_solid_infill_speed = 80%
|
||||
top_solid_layers = 3
|
||||
travel_speed = 50
|
||||
travel_speed = 80
|
||||
xy_size_compensation = 0
|
||||
|
|
Reference in a new issue