Append units to feedrate variables

This commit is contained in:
Scott Lahteine
2016-07-15 18:49:34 -07:00
parent c3cc24242c
commit 93ba5bddd7
10 changed files with 189 additions and 176 deletions

View File

@ -36,7 +36,7 @@ void cubic_b_spline(
const float position[NUM_AXIS], // current position
const float target[NUM_AXIS], // target position
const float offset[4], // a pair of offsets
float feed_rate,
float fr_mm_s,
uint8_t extruder
);