mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Moved vibration limit to its own G-code filter
This commit is contained in:
parent
fb763b0187
commit
73c05a6092
18 changed files with 103 additions and 70 deletions
|
@ -41,7 +41,7 @@ my %opt = (
|
|||
|
||||
# read paths
|
||||
my %paths = (); # z => [ path, path ... ]
|
||||
Slic3r::GCode::Reader->new(gcode => io($input_file)->all)->parse(sub {
|
||||
Slic3r::GCode::Reader->new->parse(io($input_file)->all, sub {
|
||||
my ($self, $cmd, $args, $info) = @_;
|
||||
|
||||
if ($cmd eq 'G1' && $info->{extruding}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue