STLTask

Generates a .stl file from a .scad file by running the openscad command line tool.

openscad -o outputFile inputFile

Properties

Link copied to clipboard
open override val checkPrintable: Boolean

If this is set, and there is an annotation :

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