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

One line missing for support_material_interface_speed declaration

This commit is contained in:
Alessandro Ranellucci
2014-05-21 15:53:41 +02:00
parent 5e6ff952df
commit 874c7a6e8b
+1
View File
@@ -825,6 +825,7 @@ class PrintConfigDef
Options["support_material_interface_speed"].tooltip = "Speed for printing support material interface layers. If expressed as percentage (for example 50%) it will be calculated over support material speed.";
Options["support_material_interface_speed"].sidetext = "mm/s or %";
Options["support_material_interface_speed"].cli = "support-material-interface-speed=s";
Options["support_material_interface_speed"].ratio_over = "support_material_speed";
Options["support_material_pattern"].type = coEnum;
Options["support_material_pattern"].label = "Pattern";