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:
parent
5c7f8695d9
commit
545de62b99
8 changed files with 26 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue