making more macro replaces work

issue: MatterHackers/MCCentral#4720
[temperature1] not working correctly
This commit is contained in:
Lars Brubaker 2018-12-17 18:53:52 -08:00
parent 7743a34a87
commit f0fc1234e7
3 changed files with 4 additions and 10 deletions

View file

@ -85,6 +85,9 @@ namespace MatterHackers.MatterControl
new MappedSetting(this, SettingsKey.temperature,SettingsKey.temperature),
new MappedSetting(this, "z_offset","z_offset"),
new MappedSetting(this, SettingsKey.bed_temperature,SettingsKey.bed_temperature),
new MappedSetting(this, SettingsKey.temperature1, SettingsKey.temperature1),
new MappedSetting(this, SettingsKey.temperature2, SettingsKey.temperature2),
new MappedSetting(this, SettingsKey.temperature3, SettingsKey.temperature3),
new ScaledSingleNumber(this, "infill_speed", "infill_speed", 60),
new ScaledSingleNumber(this, "min_print_speed", "min_print_speed", 60),
new ScaledSingleNumber(this, "perimeter_speed","perimeter_speed", 60),

View file

@ -404,15 +404,6 @@
"ShowIfSet": "!sla_printer",
"DefaultValue": "1"
},
{
"SlicerConfigName": "first_layer_bed_temperature",
"PresentationName": "Bed First Layer",
"HelpText": "The temperature to set the bed to before printing the first layer. The printer will wait until this temperature has been reached before printing. Set to 0 to eliminate bed temperature commands.",
"DataEditType": "DOUBLE",
"Units": "°C",
"ShowIfSet": "has_heated_bed",
"DefaultValue": "75"
},
{
"SlicerConfigName": "first_layer_extrusion_width",
"PresentationName": "First Layer",

@ -1 +1 @@
Subproject commit 7025350cc177646c67ec926ee0ca7a7f914d63be
Subproject commit f5b0a3891ca2fe22a914f9e89d39f2f0f722e2ec