From e2ad22fccae7e56a7a229de802a711774694d9c6 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 25 Oct 2012 12:39:22 +0200 Subject: Update --help with the new --top-solid-layers and --bottom-solid-layers --- slic3r.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index bcda50571..f0b558133 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -206,8 +206,9 @@ $j Print options: --perimeters Number of perimeters/horizontal skins (range: 0+, default: $config->{perimeters}) - --solid-layers Number of solid layers to do for top/bottom surfaces - (range: 1+, default: $config->{solid_layers}) + --top-solid-layers Number of solid layers to do for top surfaces (range: 0+, default: $config->{top_solid_layers}) + --bottom-solid-layers Number of solid layers to do for bottom surfaces (range: 0+, default: $config->{bottom_solid_layers}) + --solid-layers Shortcut for setting the two options above at once --fill-density Infill density (range: 0-1, default: $config->{fill_density}) --fill-angle Infill angle in degrees (range: 0-90, default: $config->{fill_angle}) --fill-pattern Pattern to use to fill non-solid layers (default: $config->{fill_pattern}) -- cgit v1.2.3 From e9ae62a9d156af5a675d41e8fc3f96431181f0ce Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 29 Oct 2012 11:17:57 +0100 Subject: New --min-skirt-length option. #269 --- slic3r.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index f0b558133..d540fcae4 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -275,6 +275,8 @@ $j --skirt-distance Distance in mm between innermost skirt and object (default: $config->{skirt_distance}) --skirt-height Height of skirts to draw (expressed in layers, 0+, default: $config->{skirt_height}) + --min-skirt-length Generate no less than the number of loops required to consume this length + of filament on the first layer, for each extruder (mm, 0+, default: $config->{min_skirt_length}) --brim-width Width of the brim that will get added to each object to help adhesion (mm, default: $config->{brim_width}) -- cgit v1.2.3 From 600e951fd83a422d9b64a6dfa18d697653da25c8 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 17 Nov 2012 12:08:19 +0100 Subject: Completed vibration limit --- slic3r.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index d540fcae4..6e011ec88 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -311,6 +311,7 @@ $j --support-material-extrusion-width Set a different extrusion width for support material --bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $config->{bridge_flow_ratio}) + --vibration-limit Experimental frequency limit to avoid resonance (Hz, default: $config->{vibration_limit}) Multiple extruder options: --extruder-offset Offset of each extruder, if firmware doesn't handle the displacement -- cgit v1.2.3 From 21a6219b62c7e6ecaf348221d8766d638f832092 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 23 Nov 2012 11:14:06 +0100 Subject: Disable vibration limit. #785 --- slic3r.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index 6e011ec88..d540fcae4 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -311,7 +311,6 @@ $j --support-material-extrusion-width Set a different extrusion width for support material --bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $config->{bridge_flow_ratio}) - --vibration-limit Experimental frequency limit to avoid resonance (Hz, default: $config->{vibration_limit}) Multiple extruder options: --extruder-offset Offset of each extruder, if firmware doesn't handle the displacement -- cgit v1.2.3 From 5dba02fdeb146759eedef3ca1ab003fae8698d8c Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 23 Nov 2012 11:25:02 +0100 Subject: New separate speed setting for gap fill. #785 --- slic3r.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index d540fcae4..6f0938241 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -193,6 +193,7 @@ $j --top-solid-infill-speed Speed of print moves for top surfaces in mm/s or % over solid infill speed (default: $config->{top_solid_infill_speed}) --bridge-speed Speed of bridge print moves in mm/s (default: $config->{bridge_speed}) + --gap-fill-speed Speed of gap fill print moves in mm/s (default: $config->{gap_fill_speed}) --first-layer-speed Speed of print moves for bottom layer, expressed either as an absolute value or as a percentage over normal speeds (default: $config->{first_layer_speed}) -- cgit v1.2.3 From 0f0992e39ae8a4d08d375bf0609bf415875431d7 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 23 Nov 2012 17:20:26 +0100 Subject: Speed for support material. #813 --- slic3r.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index 6f0938241..98f4aef1c 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -192,6 +192,8 @@ $j (default: $config->{solid_infill_speed}) --top-solid-infill-speed Speed of print moves for top surfaces in mm/s or % over solid infill speed (default: $config->{top_solid_infill_speed}) + --support-material-speed + Speed of support material print moves in mm/s (default: $config->{support_material_speed}) --bridge-speed Speed of bridge print moves in mm/s (default: $config->{bridge_speed}) --gap-fill-speed Speed of gap fill print moves in mm/s (default: $config->{gap_fill_speed}) --first-layer-speed Speed of print moves for bottom layer, expressed either as an absolute -- cgit v1.2.3 From 142a6cc4eb2b8a44075087b079f246703c435954 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Wed, 5 Dec 2012 17:57:35 +0100 Subject: Add --vibration-limit back to CLI usage and disable it by default --- slic3r.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index 98f4aef1c..b4325abf1 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -164,6 +164,8 @@ $j --g0 Use G0 commands for retraction (experimental, not supported by all firmwares) --gcode-comments Make G-code verbose by adding comments (default: no) + --vibration-limit Limit the frequency of moves on X and Y axes (Hz, set zero to disable; + default: $config->{vibration_limit}) Filament options: --filament-diameter Diameter in mm of your raw filament (default: $config->{filament_diameter}->[0]) -- cgit v1.2.3 From e59ed7efb726810c07a6b0028d67532ee9f680e7 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 23 Dec 2012 16:29:08 +0100 Subject: New toolchange_gcode option. #547 --- slic3r.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index b4325abf1..51a58271d 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -224,6 +224,7 @@ $j the default commands (turn off temperature [M104 S0], home X axis [G28 X], disable motors [M84]). --layer-gcode Load layer-change G-code from the supplied file (default: nothing). + --toolchange-gcode Load tool-change G-code from the supplied file (default: nothing). --extra-perimeters Add more perimeters when needed (default: yes) --randomize-start Randomize starting point across layers (default: yes) --only-retract-when-crossing-perimeters -- cgit v1.2.3 From 34e047205a43c6ac9e0f47b5416b29cbef8cf9fa Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Wed, 2 Jan 2013 19:40:48 +0100 Subject: Automatic detection of support material threshold angle --- slic3r.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index 51a58271d..bafd98749 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -237,7 +237,8 @@ $j Support material options: --support-material Generate support material for overhangs --support-material-threshold - Overhang threshold angle (range: 0-90, default: $config->{support_material_threshold}) + Overhang threshold angle (range: 0-90, set 0 for automatic detection, + default: $config->{support_material_threshold}) --support-material-pattern Pattern to use for support material (default: $config->{support_material_pattern}) --support-material-spacing -- cgit v1.2.3 From 32fd58d531de7835883a85e9bb9753a7af76da35 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 10 Jan 2013 15:29:40 +0100 Subject: Acceleration control. #185 --- slic3r.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'slic3r.pl') diff --git a/slic3r.pl b/slic3r.pl index bafd98749..d109f9ff4 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -201,6 +201,17 @@ $j --first-layer-speed Speed of print moves for bottom layer, expressed either as an absolute value or as a percentage over normal speeds (default: $config->{first_layer_speed}) + Acceleration options: + --perimeter-acceleration + Overrides firmware's default acceleration for perimeters. (mm/s^2, set zero + to disable; default: $config->{perimeter_acceleration}) + --infill-acceleration + Overrides firmware's default acceleration for infill. (mm/s^2, set zero + to disable; default: $config->{infill_acceleration}) + --default-acceleration + Acceleration will be reset to this value after the specific settings above + have been applied. (mm/s^2, set zero to disable; default: $config->{travel_speed}) + Accuracy options: --layer-height Layer height in mm (default: $config->{layer_height}) --first-layer-height Layer height for first layer (mm or %, default: $config->{first_layer_height}) -- cgit v1.2.3