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_SKIRT => 'perimeter',
|
||||
&EXTR_ROLE_SUPPORTMATERIAL => 'support_material',
|
||||
&EXTR_ROLE_GAPFILL => 'solid_infill',
|
||||
&EXTR_ROLE_GAPFILL => 'gap_fill',
|
||||
);
|
||||
|
||||
sub set_shift {
|
||||
|
|
Loading…
Reference in a new issue