Removed not needed config for pen. Use inkscape interface.

This commit is contained in:
Holger Weber
2026-02-13 01:12:39 +01:00
parent 42e9c4d97b
commit 53e51dc50b
5 changed files with 213 additions and 143 deletions

View File

@@ -4,10 +4,10 @@ void initHardware()
{
if (!initConfigStore())
{
penUpPos = 5;
penDownPos = 20;
g_iPEN_UP_POS = 5;
g_iPEN_DOWN_POS = 20;
}
penState = penUpPos;
penState = g_iPEN_UP_POS;
g_stepEngine.init();
g_pStepperRotate = g_stepEngine.stepperConnectToPin(step1);