Only show "support_material_threshold" in cura and slic3r
This commit is contained in:
parent
41215a2ce5
commit
754f4c5c68
2 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue