Created new layer change G code

This commit is contained in:
Lars Brubaker 2016-09-08 10:30:14 -07:00
parent cd27388ad5
commit 6f0ffb17fd
3 changed files with 3 additions and 1 deletions

View file

@ -76,6 +76,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
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_gcode = nameof(layer_gcode);
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);