postprocessor question/request

Post Reply
User avatar
mhackney
Posts: 147
Joined: 25 Jan 2015, 10:48
Contact:

postprocessor question/request

Post by mhackney »

Jonathan,

I've implemented a number of post processors to do special things. Lately, I'm working on a processor to combine slices/layers from multiple gcode files that were sliced with different parameters - like infill % or style. I see that with comments enabled the code is nicely commented but there is a little anomoly:

Code: Select all

; END_LAYER_OBJECT z=0.20
; Reset extruder pos
G92 E0
; BEGIN_LAYER_OBJECT z=0.40
;
There can be code BETWEEN an en layer and start layer that really seems should be part of the start layer block. The G92 E0 in this example. Are there other instances like this? I have not seen any but wanted to ask. Also, would it make sense to change this to create start-end blocks that are self contained and "clean"? It would make post processing a lot easier.

cheers,
Michael
Post Reply