added ability to turn off send with checksum
made print_center setting show up
This commit is contained in:
parent
a0557ed6c0
commit
cee88e16db
5 changed files with 39 additions and 20 deletions
|
|
@ -105,6 +105,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
public const string laser_speed_025 = nameof(laser_speed_025);
|
||||
public const string laser_speed_100 = nameof(laser_speed_100);
|
||||
public const string print_center = nameof(print_center);
|
||||
public const string send_with_checksum = nameof(send_with_checksum);
|
||||
public const string print_leveling_data = nameof(print_leveling_data);
|
||||
public const string print_leveling_enabled = nameof(print_leveling_enabled);
|
||||
public const string print_leveling_probe_start = nameof(print_leveling_probe_start);
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
SettingsKey.bed_shape,
|
||||
SettingsKey.bed_size,
|
||||
SettingsKey.print_center,
|
||||
SettingsKey.send_with_checksum,
|
||||
SettingsKey.bed_temperature,
|
||||
SettingsKey.build_height,
|
||||
SettingsKey.cancel_gcode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue