Repetier-Firmware  0.91
src/ArduinoAVR/Repetier/Extruder.h File Reference

Go to the source code of this file.

Data Structures

class  TemperatureController
class  Extruder
 Data to drive one extruder. More...

Defines

#define CELSIUS_EXTRA_BITS   3
#define TEMPERATURE_CONTROLLER_FLAG_ALARM   1
#define NUM_TEMPERATURE_LOOPS   NUM_EXTRUDER
#define TEMP_INT_TO_FLOAT(temp)   ((float)(temp)/(float)(1<<CELSIUS_EXTRA_BITS))
#define TEMP_FLOAT_TO_INT(temp)   ((int)((temp)*(1<<CELSIUS_EXTRA_BITS)))

Functions

bool reportTempsensorError ()
 Report defect sensors.

Variables

uint8_t manageMonitor
 Temp. we want to monitor with our host. 1+NUM_EXTRUDER is heated bed.
Extruder extruder []
TemperatureControllertempController [NUM_TEMPERATURE_LOOPS]
uint8_t autotuneIndex

Define Documentation

#define CELSIUS_EXTRA_BITS   3
#define TEMP_FLOAT_TO_INT (   temp)    ((int)((temp)*(1<<CELSIUS_EXTRA_BITS)))
#define TEMP_INT_TO_FLOAT (   temp)    ((float)(temp)/(float)(1<<CELSIUS_EXTRA_BITS))

Function Documentation

Report defect sensors.


Variable Documentation

uint8_t autotuneIndex
uint8_t manageMonitor

Temp. we want to monitor with our host. 1+NUM_EXTRUDER is heated bed.

 All Data Structures Namespaces Files Functions Variables Typedefs Friends Defines