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

@@ -60,6 +60,8 @@ typedef struct {
unsigned long final_rate; // The minimal rate at exit
unsigned long acceleration_st; // acceleration steps/sec^2
unsigned long fan_speed;
unsigned long valve_pressure;
unsigned long e_to_p_pressure;
volatile char busy;
} block_t;