Use bridge speed for first solid layer above sparse infill. Includes unit test. #1792

This commit is contained in:
Alessandro Ranellucci 2014-03-01 20:34:22 +01:00
parent 71322cc49d
commit c1a5cddcd2
2 changed files with 24 additions and 8 deletions

View file

@ -58,7 +58,7 @@ my %role_speeds = (
&EXTR_ROLE_SOLIDFILL => 'solid_infill',
&EXTR_ROLE_TOPSOLIDFILL => 'top_solid_infill',
&EXTR_ROLE_BRIDGE => 'bridge',
&EXTR_ROLE_INTERNALBRIDGE => 'solid_infill',
&EXTR_ROLE_INTERNALBRIDGE => 'bridge',
&EXTR_ROLE_SKIRT => 'perimeter',
&EXTR_ROLE_SUPPORTMATERIAL => 'support_material',
&EXTR_ROLE_GAPFILL => 'gap_fill',