1234567891011121314151617181920212223242526272829303132 |
-
-
- #ifndef motion_control_h
- #define motion_control_h
-
-
-
-
-
- void mc_arc(float *position, float *target, float *offset, unsigned char axis_0, unsigned char axis_1,
- unsigned char axis_linear, float feed_rate, float radius, unsigned char isclockwise, uint8_t extruder);
-
- #endif
|