FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-build
/
uk.co.nickthecoder.foocad.build
/
UploadPrinter
Upload
Printer
interface
UploadPrinter
:
Printer
Inheritors
KlipperPrinter
OctoPrinter
Members
Properties
filament
Profile
Name
Link copied to clipboard
abstract
var
filamentProfileName
:
String
filament
Profile
Name
Property
Link copied to clipboard
abstract
val
filamentProfileNameProperty
:
StringProperty
name
Link copied to clipboard
abstract
var
name
:
String
name
Property
Link copied to clipboard
abstract
val
nameProperty
:
StringProperty
printer
Profile
Name
Link copied to clipboard
abstract
var
printerProfileName
:
String
printer
Profile
Name
Property
Link copied to clipboard
abstract
val
printerProfileNameProperty
:
StringProperty
print
Profile
Name
Link copied to clipboard
abstract
var
printProfileName
:
String
print
Profile
Name
Property
Link copied to clipboard
abstract
val
printProfileNameProperty
:
StringProperty
Functions
abort
Upload
Link copied to clipboard
open
fun
abortUpload
(
)
print
Link copied to clipboard
abstract
fun
print
(
gCode
:
File
)
upload
Link copied to clipboard
abstract
fun
upload
(
gCode
:
File
)