Skip to content

Commit a3f22e7

Browse files
committed
add fff layer flag to end gcode
1 parent cb1f5a5 commit a3f22e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

post_processors/asmbl_fff.cps

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ function getPrinterGeometry() {
134134

135135
function onClose() {
136136
writeComment("layer end,")
137+
writeComment("ASMBL_LAYER_CHANGE_FLAG")
137138
writeComment("END OF GCODE");
138139
139140
// turn off the ESC
@@ -224,6 +225,7 @@ function onExtrusionReset(length) {
224225

225226
function onLayer(num) {
226227
writeComment("layer " + integerFormat.format(num) + " of " + integerFormat.format(layerCount) + ","); // comment format to match Simplify3D
228+
writeComment("ASMBL_LAYER_CHANGE_FLAG"); // layer change flag for ASMBL
227229
}
228230

229231
// Temp controller not needed for ASMBL

0 commit comments

Comments
 (0)