Use 'logical' rather than 'target' or 'cartesian'

This commit is contained in:
Scott Lahteine
2016-09-15 02:31:36 -05:00
parent 40d3e854f6
commit 5f2f991192
2 changed files with 27 additions and 27 deletions

View File

@ -303,7 +303,7 @@ float code_value_temp_diff();
#if IS_KINEMATIC
extern float delta[ABC];
void inverse_kinematics(const float cartesian[XYZ]);
void inverse_kinematics(const float logical[XYZ]);
#endif
#if ENABLED(DELTA)