Only show "support_material_threshold" in cura and slic3r

This commit is contained in:
Lars Brubaker 2016-06-17 11:20:08 -07:00
parent 41215a2ce5
commit 754f4c5c68
2 changed files with 1 additions and 1 deletions

View file

@ -66,7 +66,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
"resume_first_layer_speed",
"resume_position_before_z_home",
"resume_gcode",
"support_material_threshold",
"temperature",
"z_can_be_negative",
"z_homes_to_max",

View file

@ -90,6 +90,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
// needs testing, not working
new ScaledSingleNumber("support_material_spacing", "supportLineDistance", 1000),
new SupportMatterial("support_material", "supportAngle"),
new VisibleButNotMappedToEngine("support_material_threshold"),
new MappedSetting("support_material_create_internal_support", "supportEverywhere"),
new ScaledSingleNumber("support_material_xy_distance", "supportXYDistance", 1000),
new ScaledSingleNumber("support_material_z_distance", "supportZDistance", 1000),