First parts 2nd extruder

This commit is contained in:
Erik van der Zalm
2011-11-26 17:33:25 +01:00
parent a0dc66f7bf
commit aad4b75b94
5 changed files with 104 additions and 43 deletions

View File

@ -81,6 +81,8 @@ float max_z_jerk;
float mintravelfeedrate;
unsigned long axis_steps_per_sqr_second[NUM_AXIS];
uint8_t active_extruder = 0;
// The current position of the tool in absolute steps
long position[4]; //rescaled from extern when axis_steps_per_unit are changed by gcode
static float previous_speed[4]; // Speed of previous path line segment