Support for BariCUDA Paste Extruder derived from MakerBot Frostruder. Using Ultimachine RAMBo board. M126/M127 and M128/M129.

This commit is contained in:
Jordan Miller
2013-05-14 16:25:53 -04:00
committed by Erik van der Zalm
parent 90664d20a4
commit fbd899a37d
5 changed files with 61 additions and 1 deletions

View File

@ -186,6 +186,8 @@ extern float add_homeing[3];
extern float min_pos[3];
extern float max_pos[3];
extern int fanSpeed;
extern int ValvePressure;
extern int EtoPPressure;
#ifdef FWRETRACT
extern bool autoretract_enabled;