Printer

interface Printer

A printer capable of printing gcode models.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val filamentProfileNameProperty: StringProperty
Link copied to clipboard
abstract var name: String
Link copied to clipboard
abstract val nameProperty: StringProperty
Link copied to clipboard
Link copied to clipboard
abstract val printerProfileNameProperty: StringProperty
Link copied to clipboard
abstract var printProfileName: String
Link copied to clipboard
abstract val printProfileNameProperty: StringProperty

Functions

Link copied to clipboard
abstract fun print(gCode: File)