turn off new emulated endstops by default

issue: MatterHackers/MCCentral#5173
Make new MC software endstops have a setting that turns it on and default it to off
This commit is contained in:
Lars Brubaker 2019-03-18 15:57:17 -07:00
parent 5c7f8695d9
commit 545de62b99
8 changed files with 26 additions and 4 deletions

View file

@ -58,6 +58,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
public const string default_material_presets = nameof(default_material_presets);
public const string device_token = nameof(device_token);
public const string device_type = nameof(device_type);
public const string emulate_endstops = nameof(emulate_endstops);
public const string enable_line_splitting = nameof(enable_line_splitting);
public const string enable_network_printing = nameof(enable_network_printing);
public const string enable_retractions = nameof(enable_retractions);