We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1f5a5 commit a3f22e7Copy full SHA for a3f22e7
post_processors/asmbl_fff.cps
@@ -134,6 +134,7 @@ function getPrinterGeometry() {
134
135
function onClose() {
136
writeComment("layer end,")
137
+ writeComment("ASMBL_LAYER_CHANGE_FLAG")
138
writeComment("END OF GCODE");
139
140
// turn off the ESC
@@ -224,6 +225,7 @@ function onExtrusionReset(length) {
224
225
226
function onLayer(num) {
227
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
229
}
230
231
// Temp controller not needed for ASMBL
0 commit comments