FullControl JS
Preparing search index...
Hotend
Class Hotend
Hierarchy
BaseModelPlus
Hotend
Index
Constructors
constructor
Properties
temp?
tool?
wait?
type
Name
Methods
copy
gcode
update_
from
update
From
Constructors
constructor
new
Hotend
(
init
?:
Partial
<
Hotend
>
)
:
Hotend
Parameters
Optional
init
:
Partial
<
Hotend
>
Returns
Hotend
Properties
Optional
temp
temp
?:
number
Optional
tool
tool
?:
number
Optional
wait
wait
?:
boolean
Static
Readonly
type
Name
typeName
:
"Hotend"
= 'Hotend'
Methods
copy
copy
<
T
extends
Hotend
>
()
:
T
Type Parameters
T
extends
Hotend
Returns
T
gcode
gcode
()
:
string
Returns
string
update_
from
update_from
(
source
:
any
)
:
void
Parameters
source
:
any
Returns
void
update
From
updateFrom
(
source
:
any
)
:
void
Parameters
source
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
temp
tool
wait
type
Name
Methods
copy
gcode
update_
from
update
From
FullControl JS
Loading...