Jump to content

gurzixo

New member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by gurzixo

  1. Hello,

    I am experimenting with speeds and tri-hexagon gradual infills on my printer, and I need to tweak some parameters not available within Cura, namely reduce the speed of the last few infill layers.

    It looks like the best solution would be for me to write a post-processor plugin that patches the gcode.

    Postprocessor plugins seem to be easy to integrate inside Cura (for example, ZOffsetPlugin is quite readable). Unfortunately, they are written in Python which I do not master, while being quite fluent in C++ & JavaScript.

    So, is there a standard universal postprocessor plugin, able to pipe the gcode to stdin of a process and get the patched gcode from the stdout, in the great Unix tradition?

    This would allow me to develop this processor in an environment that I am familiar with.

    Thanks!

    Michel

     

     

×
×
  • Create New...