Code to enable going below 0 for printe recovery
This commit is contained in:
parent
ed0b271ddb
commit
426c0ede6a
11 changed files with 85 additions and 53 deletions
|
|
@ -104,6 +104,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
public const string temperature = nameof(temperature);
|
||||
public const string windows_driver = nameof(windows_driver);
|
||||
public const string z_homes_to_max = nameof(z_homes_to_max);
|
||||
public const string printer_z_after_home = nameof(printer_z_after_home);
|
||||
public const string z_offset_after_home = nameof(z_offset_after_home);
|
||||
}
|
||||
|
||||
public class SettingsHelpers
|
||||
|
|
|
|||
|
|
@ -69,7 +69,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
SettingsKey.recover_position_before_z_home,
|
||||
SettingsKey.resume_gcode,
|
||||
SettingsKey.temperature,
|
||||
"z_can_be_negative",
|
||||
SettingsKey.printer_z_after_home,
|
||||
SettingsKey.z_offset_after_home,
|
||||
"z_homes_to_max",
|
||||
|
||||
// TODO: merge the items below into the list above after some validation - setting that weren't previously mapped to Cura but probably should be.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue