mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Satisfy test suite and CLI
This commit is contained in:
parent
e2f1040a76
commit
5bf0942f45
20 changed files with 300 additions and 272 deletions
|
@ -36,7 +36,10 @@ sub BUILDARGS {
|
|||
$args{width} = $args{layer_height} * $1 / 100;
|
||||
}
|
||||
$args{spacing} = $self->_spacing(@args{qw(width nozzle_diameter layer_height bridge_flow_ratio)});
|
||||
%args = @args{qw(width spacing)};
|
||||
%args = (
|
||||
width => $args{width},
|
||||
spacing => $args{spacing},
|
||||
);
|
||||
}
|
||||
|
||||
return {%args};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue