1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Rename support_material_tool to support_material_extruder

This commit is contained in:
Alessandro Ranellucci
2012-06-28 15:14:27 +02:00
parent 3e8bc73fcb
commit dbcfebeb66
4 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ sub new {
},
support_material => {
title => 'Support material',
options => [qw(support_material support_material_threshold support_material_pattern support_material_spacing support_material_angle support_material_tool)],
options => [qw(support_material support_material_threshold support_material_pattern support_material_spacing support_material_angle support_material_extruder)],
},
);
$self->{panels} = \%panels;