1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Make tests happy

This commit is contained in:
Alessandro Ranellucci
2013-03-07 16:24:25 +01:00
parent 97e864699e
commit 2f192bddca
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ has 'speeds' => (
default => sub {+{
map { $_ => 60 * $Slic3r::Config->get_value("${_}_speed") }
qw(travel perimeter small_perimeter external_perimeter infill
solid_infill top_solid_infill support_material bridge gap_fill),
solid_infill top_solid_infill support_material bridge gap_fill retract),
}},
);