Cleaning up descriptions a bit and ensuring old default behavior

This commit is contained in:
Lars Brubaker 2018-07-31 15:31:58 -07:00
parent 57c8b707c3
commit e3e135eb73
2 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
new MapFirstValue("retract_speed", "retractionSpeed"),
new OverrideSpeedOnSlaPrinters("bridge_speed", "bridgeSpeed", "infill_speed"),
new OverrideSpeedOnSlaPrinters("bottom_infill_speed", "bottomInfillSpeed", "infill_speed"),
new OverrideSpeedOnSlaPrinters("first_top_layer_speed", "firstTopLayerSpeed", "top_solid_infill_speed"),
new OverrideSpeedOnSlaPrinters("first_top_layer_speed", "firstTopLayerSpeed", "infill_speed"),
new MappedSetting("extrusion_multiplier", "extrusionMultiplier"),
new MappedSetting("fill_angle", "infillStartingAngle"),
new AsPercentOfReferenceOrDirect(SettingsKey.infill_overlap_perimeter, "infillExtendIntoPerimeter", SettingsKey.nozzle_diameter, change0ToReference: false),

View file

@ -1680,8 +1680,8 @@
},
{
"SlicerConfigName": "first_top_layer_speed",
"PresentationName": "First Top Layer",
"HelpText": "The speed at which the first top layer will print. Can be set explicitly or as a percentage of the Top Infill speed. Use 0 to match the Top Infill Speed",
"PresentationName": "First On Sparse Infill",
"HelpText": "The speed at which the first layer on sparse infill will print. Can be set explicitly or as a percentage of the Infill speed. Use 0 to match the Infill Speed",
"DataEditType": "DOUBLE_OR_PERCENT",
"Units": "mm/s or %",
"ShowIfSet": "!sla_printer",