mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 20:47:33 +00:00
Write the Standard Layer Change Tag on Belt Brim Apron Layers
Apron layers appended print_z to the layer change tag, unlike every other layer; write the plain tag line.
This commit is contained in:
@@ -5342,8 +5342,7 @@ LayerResult GCode::process_belt_brim_layer(
|
||||
// skip these layers entirely.
|
||||
{
|
||||
char buf[64];
|
||||
sprintf(buf, ";%s%g\n", GCodeProcessor::reserved_tag(GCodeProcessor::ETags::Layer_Change).c_str(), print_z);
|
||||
gcode += buf;
|
||||
gcode += ";" + GCodeProcessor::reserved_tag(GCodeProcessor::ETags::Layer_Change) + "\n";
|
||||
sprintf(buf, ";Z:%g\n", print_z);
|
||||
gcode += buf;
|
||||
const float band_height = float(height);
|
||||
|
||||
Reference in New Issue
Block a user