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