Rebuild Chiron leveling feature.

This commit is contained in:
Knutwurst
2023-06-02 08:38:28 +02:00
parent 0af71b9817
commit 325bcb7e01
2 changed files with 178 additions and 111 deletions

View File

@@ -242,6 +242,9 @@ enum AnycubicMediaPauseState {
extern int z_values_size;
// temp value which needs to be saved
extern float SAVE_zprobe_zoffset;
static xy_uint8_t selectedmeshpoint;
static float live_Zoffset;
#endif
class AnycubicTouchscreenClass {
@@ -306,7 +309,7 @@ static AnycubicMediaPauseState mediaPauseState;
int CodeValueInt();
float CodeValue();
bool FindToken(char);
bool CodeSeen(char);
void StartPrint();
void PausePrint();
void StopPrint();