Removed not needed config for pen. Use inkscape interface.
This commit is contained in:
@@ -52,13 +52,13 @@ Button motorsToggle(motorsButton, toggleMotors);
|
||||
// Variables... be careful, by messing around here, everything has a reason and crossrelations...
|
||||
int penMin = 0;
|
||||
int penMax = 0;
|
||||
int penUpPos = 5; // can be overwritten from EBB-Command SC
|
||||
int penDownPos = 20; // can be overwritten from EBB-Command SC
|
||||
int g_iPEN_UP_POS = 5; // can be overwritten from EBB-Command SC
|
||||
int g_iPEN_DOWN_POS = 20; // can be overwritten from EBB-Command SC
|
||||
int servoRateUp = 0; // from EBB-Protocol not implemented on machine-side
|
||||
int servoRateDown = 0; // from EBB-Protocol not implemented on machine-side
|
||||
long rotStepError = 0;
|
||||
long penStepError = 0;
|
||||
int penState = penUpPos;
|
||||
int penState = g_iPEN_UP_POS;
|
||||
uint32_t nodeCount = 0;
|
||||
unsigned int layer = 0;
|
||||
boolean prgButtonState = 0;
|
||||
|
||||
Reference in New Issue
Block a user