12345678910111213141516171819202122232425262728293031 |
- #ifndef motion_control_h
- #define motion_control_h
- void mc_arc(const float *position, float *target, const float *offset, float feed_rate, float radius, bool isclockwise, uint8_t extruder, uint16_t start_segment_idx);
- #endif
|