FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-build
/
uk.co.nickthecoder.foocad.build
/
AbstractPrinter
Abstract
Printer
abstract
class
AbstractPrinter
(
name
:
String
,
printerProfileName
:
String
,
printProfileName
:
String
,
filamentProfileName
:
String
)
:
Printer
Inheritors
FolderPrinter
KlipperPrinter
OctoPrinter
Members
Constructors
Abstract
Printer
Link copied to clipboard
constructor
(
name
:
String
,
printerProfileName
:
String
,
printProfileName
:
String
,
filamentProfileName
:
String
)
Properties
filament
Profile
Name
Link copied to clipboard
override
var
filamentProfileName
:
String
filament
Profile
Name
Property
Link copied to clipboard
override
val
filamentProfileNameProperty
:
StringProperty
name
Link copied to clipboard
override
var
name
:
String
name
Property
Link copied to clipboard
override
val
nameProperty
:
StringProperty
printer
Profile
Name
Link copied to clipboard
override
var
printerProfileName
:
String
printer
Profile
Name
Property
Link copied to clipboard
override
val
printerProfileNameProperty
:
StringProperty
print
Profile
Name
Link copied to clipboard
override
var
printProfileName
:
String
print
Profile
Name
Property
Link copied to clipboard
override
val
printProfileNameProperty
:
StringProperty
Functions
print
Link copied to clipboard
abstract
fun
print
(
gCode
:
File
)