PrintTask

class PrintTask(val printer: Printer) : ModelTask

Constructors

Link copied to clipboard
constructor(printer: Printer)

Properties

Link copied to clipboard
open override val checkPrintable: Boolean

If this is set, and there is an annotation :

Link copied to clipboard

Functions

Link copied to clipboard
open override fun action(scriptFile: File, model: Model, shape: Shape3d, pieceName: String?, customName: String?, extras: String?): ModelAction
Link copied to clipboard
open fun isText(): Boolean
Link copied to clipboard
open fun outputFile(inputFile: File, extension: String): File