PostProcessingPlugin
PostProcessingPlugin copied to clipboard
ARCHIVED; Now part of Cura itself.
adds a script derived from PauseAtHeight waiting for a specific amount of time before resuming. useful for printers without the resume button functionality.
The extruder absolute position is reset to the value it had at the begining of the first layer redone.
Hi, I don't understand something. I use the PauseAtHeight plugin very often. Here is a sample of what it generates: ``` G1 F2100 E94.54111 G0 F2400 X154.614 Y82.071 G0 X152.988...
hello, it's not really an issue, but I don't find where to post my request. I wrote a postprocessing script which works well. I want to use it all the...
Ulti-gcode (used by Ultimaker 2 type machines) works with cubic mm, instead of mm. We should re-calculate the Retraction amount. See: https://github.com/nallath/PostProcessingPlugin/issues/23#issuecomment-253157571
For one pause at a single given Z this works fine, but if you need a 2nd or 3rd pause at another Z it fails. if you try to add...
I'm trying to tweak temperatures of layers of my rafts. If I set a negative value for layer number, the tweak isn't run at all.
Hi team, I am looking to create a post processing script that will examine gcode and make some modification to the g0 / g1 x/y values for my DIY printer....
Added why this retraction can be useful. See: https://github.com/nallath/PostProcessingPlugin/issues/23