diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-10-19 03:34:52 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-10-19 03:34:52 (EDT) |
commit | 7c1227e769baf4c7fc37728ea5e06676667bbcb9 (patch) | |
tree | 7c7f7749f4f7ea768a48effbb3113009fe14814e /.Slic3r/print | |
parent | edc8afb2adce4d2773861ca7ef41de6118e46e41 (diff) | |
download | slic3r-7c1227e769baf4c7fc37728ea5e06676667bbcb9.zip slic3r-7c1227e769baf4c7fc37728ea5e06676667bbcb9.tar.gz slic3r-7c1227e769baf4c7fc37728ea5e06676667bbcb9.tar.bz2 |
Base: Reduce top, bottom, and bridge speeds to 60
Diffstat (limited to '.Slic3r/print')
-rw-r--r-- | .Slic3r/print/Base.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.Slic3r/print/Base.ini b/.Slic3r/print/Base.ini index 58cfbd9..09e951d 100644 --- a/.Slic3r/print/Base.ini +++ b/.Slic3r/print/Base.ini @@ -1,9 +1,9 @@ -# generated by Slic3r 1.2.9 on Sat Oct 19 03:21:57 2019 +# generated by Slic3r 1.2.9 on Sat Oct 19 03:34:33 2019 avoid_crossing_perimeters = 0 bottom_solid_layers = 2 bridge_acceleration = 0 bridge_flow_ratio = 1 -bridge_speed = 80 +bridge_speed = 60 brim_width = 0 complete_objects = 0 default_acceleration = 0 @@ -60,7 +60,7 @@ solid_infill_below_area = 50 solid_infill_every_layers = 0 solid_infill_extruder = 1 solid_infill_extrusion_width = 0 -solid_infill_speed = 80 +solid_infill_speed = 60 spiral_vase = 0 standby_temperature_delta = -5 support_material = 0 @@ -75,12 +75,12 @@ support_material_interface_spacing = 0 support_material_interface_speed = 100% support_material_pattern = pillars support_material_spacing = 2.5 -support_material_speed = 60 +support_material_speed = 80 support_material_threshold = 0 thin_walls = 1 threads = 4 top_infill_extrusion_width = 0 -top_solid_infill_speed = 80 +top_solid_infill_speed = 60 top_solid_layers = 2 travel_speed = 250 xy_size_compensation = 0 |