Got the check and uncheck of reload ui settings to work
Wrote a test Added heat_extruder_before_homing
This commit is contained in:
parent
d18c8cfcb3
commit
98c114f79b
8 changed files with 40 additions and 25 deletions
|
|
@ -73,6 +73,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
public const string has_heated_bed = nameof(has_heated_bed);
|
||||
public const string has_power_control = nameof(has_power_control);
|
||||
public const string has_sd_card_reader = nameof(has_sd_card_reader);
|
||||
public const string heat_extruder_before_homing = nameof(heat_extruder_before_homing);
|
||||
public const string layer_height = nameof(layer_height);
|
||||
public const string layer_name = nameof(layer_name);
|
||||
public const string layer_to_pause = nameof(layer_to_pause);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue