PostProcessor

interface PostProcessor

If a model implements this interface, then it can post-process the gcode. For example, it can add messages into the gcode when a particular layer has been reached so that the operator can change filament.

Inheritors

Functions

Link copied to clipboard
abstract fun postProcess(gcode: GCode)
open fun postProcess(pieceName: String?, gcode: GCode)