🚸 G30 move to logical XY (#24953)

This commit is contained in:
kisslorand
2022-12-02 08:19:34 +02:00
committed by Scott Lahteine
parent db3865520f
commit 96b8c28376
2 changed files with 16 additions and 13 deletions

View File

@ -309,9 +309,9 @@ typedef abce_float_t abce_pos_t;
void toLogical(xy_pos_t &raw);
void toLogical(xyz_pos_t &raw);
void toLogical(xyze_pos_t &raw);
void toNative(xy_pos_t &raw);
void toNative(xyz_pos_t &raw);
void toNative(xyze_pos_t &raw);
void toNative(xy_pos_t &lpos);
void toNative(xyz_pos_t &lpos);
void toNative(xyze_pos_t &lpos);
//
// Paired XY coordinates, counters, flags, etc.