From 556e59bbe4041aceebcab0be2ea345750c31236f Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 23 Nov 2012 17:41:15 +0100 Subject: [PATCH] Last commit erroneously reverted gap fill speed --- lib/Slic3r/GCode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GCode.pm b/lib/Slic3r/GCode.pm index bc5c329052..1c53749746 100644 --- a/lib/Slic3r/GCode.pm +++ b/lib/Slic3r/GCode.pm @@ -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 {