mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Satisfy test suite and CLI
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user