Finished print leveling test – fixed reset to defaults
Moved more things to settings key Disabled end-user license agreement on Mac for now
This commit is contained in:
parent
ebdf87f6cb
commit
de12a5c8ba
23 changed files with 83 additions and 42 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
string lineFromChild = base.ReadLine();
|
||||
|
||||
if (lineFromChild != null
|
||||
&& PrinterConnectionAndCommunication.Instance.ActivePrinter.GetValue<bool>("print_leveling_enabled"))
|
||||
&& PrinterConnectionAndCommunication.Instance.ActivePrinter.GetValue<bool>(SettingsKey.print_leveling_enabled))
|
||||
{
|
||||
if (LineIsMovement(lineFromChild))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue