Merge pull request #1367 from larsbrubaker/master
Created new layer change G code
This commit is contained in:
commit
4dd38cd409
3 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new MappedSetting("infill_overlap_perimeter", "infillExtendIntoPerimeter"),
|
||||
new MappedSetting("infill_speed", "infillSpeed"),
|
||||
new MappedSetting("infill_type", "infillType"),
|
||||
new GCodeForSlicer("layer_gcode", "layerChangeCode"),
|
||||
new MappedSetting("max_fan_speed", "fanSpeedMaxPercent"),
|
||||
new MappedSetting("min_extrusion_before_retract", "minimumExtrusionBeforeRetraction"),
|
||||
new MappedSetting("min_fan_speed", "fanSpeedMinPercent"),
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4c9e6297a37abb2d9484ae0c2e5bd0b762b47080
|
||||
Subproject commit b04f8bcaf8ba91bc90c5a0fd2aedf5c4cd66f312
|
||||
Loading…
Add table
Add a link
Reference in a new issue