How to use "Postprocess () “member function.

Please bear with me for asking so many times but I want to ask the question.

Now, I'm making Repetier-Host  plugin .But I don’t know how to use 
"Postprocess () “member function.
 (This function belongs to RepetierHostExtender.interfaces.IGCodePostprocessor)

 GCode input = getCode();
 GCode[] Gcode2nd;
 Postprocess(input){
   }

Is this used like this?
so please tell me. Thank you.

Comments

  • I don't think it does what you expect. This was added to allow using variables in CuraEngine for which we added step using a postprocessor written using that interface. The postprocessor you set in advanced printer settings is called automatically after a slice is finished.
Sign In or Register to comment.