GCodeAPI.HeaterAndWait Class Reference

Sets extruder temperature and wait. More...

Inheritance diagram for GCodeAPI.HeaterAndWait:
GCodeAPI.IGCode

Public Member Functions

 HeaterAndWait (double temperature)
 Constructs a new HeaterAndWait object with the specified temperature value. More...
 
override string ToString ()
 Returns the g-code string. More...
 
IGCode Duplicate ()
 Returns a deep copy of the object. More...
 

Properties

string Name [get]
 Returns the name of IGCode More...
 
- Properties inherited from GCodeAPI.IGCode
string Name [get]
 Returns the name of IGCode More...
 

Detailed Description

Sets extruder temperature and wait.

Constructor & Destructor Documentation

◆ HeaterAndWait()

GCodeAPI.HeaterAndWait.HeaterAndWait ( double  temperature)

Constructs a new HeaterAndWait object with the specified temperature value.

Parameters
temperaturetemperature in Celsius

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.HeaterAndWait.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

◆ ToString()

override string GCodeAPI.HeaterAndWait.ToString ( )

Returns the g-code string.

Returns

Property Documentation

◆ Name

string GCodeAPI.HeaterAndWait.Name
get

Returns the name of IGCode


The documentation for this class was generated from the following file: