Added max accl speed of stepper to configuration.

This commit is contained in:
2026-03-07 22:03:21 +01:00
parent 3bb4f8d02d
commit 4e749580d9
4 changed files with 5 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ int g_iRotMicrostep = kDefaultRotMicrostep;
int g_iPenMicrostep = kDefaultPenMicrostep;
float fROT_STEP_CORRECTION = 16.0 / kDefaultRotMicrostep; // devide EBB-Coordinates by this factor to get EGGduino-Steps
float fPEN_STEP_CORRECTION = 16.0 / kDefaultPenMicrostep; // devide EBB-Coordinates by this factor to get EGGduino-Steps
int g_iMaxAcclSpeed = 10000;
String g_sHostname = "EggDuino";
String g_sWifiSsid = "";
String g_sWifiPassword = "";