|
|
@ -67,7 +67,7 @@ void plan_init();
|
|
|
|
|
|
|
|
|
|
|
|
// Add a new linear movement to the buffer. x, y and z is the signed, absolute target position in
|
|
|
|
// Add a new linear movement to the buffer. x, y and z is the signed, absolute target position in
|
|
|
|
// millimaters. Feed rate specifies the speed of the motion.
|
|
|
|
// millimaters. Feed rate specifies the speed of the motion.
|
|
|
|
void plan_buffer_line(float &x, float &y, float &z, float &e, float feed_rate, uint8_t &extruder);
|
|
|
|
void plan_buffer_line(const float &x, const float &y, const float &z, const float &e, float feed_rate, const uint8_t &extruder);
|
|
|
|
|
|
|
|
|
|
|
|
// Set position. Used for G92 instructions.
|
|
|
|
// Set position. Used for G92 instructions.
|
|
|
|
void plan_set_position(const float &x, const float &y, const float &z, const float &e);
|
|
|
|
void plan_set_position(const float &x, const float &y, const float &z, const float &e);
|
|
|
|