CAM: Simulator - Drilling - RetractMode G98/G99

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

View File

@@ -45,8 +45,8 @@ public:
public:
std::vector<MillMotion> Operations;
MillMotion lastState = {eNop, 0, 0, 0, 0, 0, 0, 0, 0};
MillMotion lastLastState = {eNop, 0, 0, 0, 0, 0, 0, 0, 0};
MillMotion lastState = {eNop, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
MillMotion lastLastState = {eNop, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
protected:
const char* GetNextToken(const char* ptr, GCToken* token);