CAM: Simulator - Drilling - RetractMode G98/G99

This commit is contained in:
tarman3
2025-05-30 08:52:54 +03:00
parent bc5616dbf6
commit 2db1a734e7
3 changed files with 19 additions and 4 deletions

View File

@@ -53,6 +53,8 @@ struct MillMotion
float x, y, z;
float i, j, k;
float r;
char retract_mode;
float retract_z;
};
static inline void MotionPosToVec(vec3 vec, const MillMotion* motion)