Skip to content

Commit

Permalink
Add --vibration-limit back to CLI usage and disable it by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Dec 5, 2012
1 parent ca0aa5c commit 142a6cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ The author of the Silk icon set is Mark James.
--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: 0)
Filament options:
--filament-diameter Diameter in mm of your raw filament (default: 3)
Expand Down
2 changes: 1 addition & 1 deletion lib/Slic3r/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ our $Options = {
sidetext => 'Hz',
cli => 'vibration-limit=f',
type => 'f',
default => 15,
default => 0,
},

# print options
Expand Down
2 changes: 2 additions & 0 deletions slic3r.pl
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ sub usage {
--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])
Expand Down

0 comments on commit 142a6cc

Please sign in to comment.