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

@@ -100,6 +100,7 @@ extern int g_iPenEnablePin;
extern int g_iServoPin;
extern int g_iRotMicrostep;
extern int g_iPenMicrostep;
extern int g_iMaxAcclSpeed;
extern String g_sHostname;
extern String g_sWifiSsid;
extern String g_sWifiPassword;