Re-wrote the load filament wizard as not a macro so we have more control over it
Added it to the setup steps issue: MatterHackers/MCCentral#4429 Put in a loading filament as part of initial setup process
This commit is contained in:
parent
6469cba676
commit
775f1982bd
68 changed files with 832 additions and 492 deletions
|
|
@ -383,12 +383,12 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
Dictionary<string, string> blackListSettings = new Dictionary<string, string>()
|
||||
{
|
||||
["spiral_vase"] = "0",
|
||||
["bottom_clip_amount"] = "0",
|
||||
["layer_to_pause"] = "",
|
||||
["print_leveling_data"] = "",
|
||||
["print_leveling_enabled"] = "0",
|
||||
["probe_has_been_calibrated"] = "0"
|
||||
[SettingsKey.spiral_vase] = "0",
|
||||
[SettingsKey.layer_to_pause] = "",
|
||||
[SettingsKey.print_leveling_data] = "",
|
||||
[SettingsKey.print_leveling_enabled] = "0",
|
||||
[SettingsKey.probe_has_been_calibrated] = "0",
|
||||
[SettingsKey.filament_has_been_loaded] = "0"
|
||||
};
|
||||
|
||||
public void Save(bool clearBlackListSettings = false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue