mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Add tests for vibration limiting and fix implementation. Also includes a fix in set_shift()
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use Test::More tests => 6;
|
||||
use Test::More tests => 9;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
@@ -77,7 +77,9 @@ my $retract_tests = sub {
|
||||
};
|
||||
|
||||
$retract_tests->('');
|
||||
$config->set('duplicate', 2);
|
||||
$retract_tests->(' (duplicate)');
|
||||
$config->set('g0', 1);
|
||||
$retract_tests->(' (G0)');
|
||||
$retract_tests->(' (G0 and duplicate)');
|
||||
|
||||
__END__
|
||||
|
||||
Reference in New Issue
Block a user