mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Moved vibration limit to its own G-code filter
This commit is contained in:
parent
7fbacc5885
commit
36e5e1f933
18 changed files with 103 additions and 71 deletions
|
|
@ -65,7 +65,7 @@ use Slic3r::Test;
|
|||
ok my $gcode = Slic3r::Test::gcode($print), 'no conflict between raft/support and brim';
|
||||
|
||||
my $tool = 0;
|
||||
Slic3r::GCode::Reader->new(gcode => $gcode)->parse(sub {
|
||||
Slic3r::GCode::Reader->new->parse($gcode, sub {
|
||||
my ($self, $cmd, $args, $info) = @_;
|
||||
|
||||
if ($cmd =~ /^T(\d+)/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue