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