mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Last commit erroneously reverted gap fill speed
This commit is contained in:
parent
0f0992e39a
commit
556e59bbe4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ my %role_speeds = (
|
||||||
&EXTR_ROLE_BRIDGE => 'bridge',
|
&EXTR_ROLE_BRIDGE => 'bridge',
|
||||||
&EXTR_ROLE_SKIRT => 'perimeter',
|
&EXTR_ROLE_SKIRT => 'perimeter',
|
||||||
&EXTR_ROLE_SUPPORTMATERIAL => 'support_material',
|
&EXTR_ROLE_SUPPORTMATERIAL => 'support_material',
|
||||||
&EXTR_ROLE_GAPFILL => 'solid_infill',
|
&EXTR_ROLE_GAPFILL => 'gap_fill',
|
||||||
);
|
);
|
||||||
|
|
||||||
sub set_shift {
|
sub set_shift {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue