Okay, I think the firmware is the problem. I have tried to upload Repetier firmware now but am getting the following errors on upload:
Build options changed, rebuilding all
In file included from sketch\Repetier.h:539:0,
from sketch\BedLeveling.cpp:107:
sketch\Printer.h: In static member function 'static void Printer::disableYStepper()':
HAL.h:165: error: 'DIO94_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:522:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, !Y_ENABLE_ON);
^
HAL.h:165: error: 'DIO94_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:522:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, !Y_ENABLE_ON);
^
HAL.h:165: error: 'DIO94_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:522:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, !Y_ENABLE_ON);
^
HAL.h:165: error: 'DIO94_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:522:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, !Y_ENABLE_ON);
^
sketch\Printer.h: In static member function 'static void Printer::disableZStepper()':
HAL.h:165: error: 'DIO95_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:532:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, !Z_ENABLE_ON);
^
HAL.h:165: error: 'DIO95_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:532:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, !Z_ENABLE_ON);
^
HAL.h:165: error: 'DIO95_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:532:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, !Z_ENABLE_ON);
^
HAL.h:165: error: 'DIO95_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:532:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, !Z_ENABLE_ON);
^
sketch\Printer.h: In static member function 'static void Printer::enableYStepper()':
HAL.h:165: error: 'DIO94_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:557:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, Y_ENABLE_ON);
^
HAL.h:165: error: 'DIO94_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:557:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, Y_ENABLE_ON);
^
HAL.h:165: error: 'DIO94_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:557:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, Y_ENABLE_ON);
^
HAL.h:165: error: 'DIO94_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:557:9: note: in expansion of macro 'WRITE'
WRITE(Y_ENABLE_PIN, Y_ENABLE_ON);
^
sketch\Printer.h: In static member function 'static void Printer::enableZStepper()':
HAL.h:165: error: 'DIO95_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## _PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:567:9: note: in expansion of macro 'WRITE'
<div> WRITE(Z_ENABLE_PIN, Z_ENABLE_ON);
^
HAL.h:165: error: 'DIO95_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:567:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, Z_ENABLE_ON);
^
HAL.h:165: error: 'DIO95_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:567:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, Z_ENABLE_ON);
^
HAL.h:165: error: 'DIO95_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:567:9: note: in expansion of macro 'WRITE'
WRITE(Z_ENABLE_PIN, Z_ENABLE_ON);
^
sketch\Printer.h: In static member function 'static void Printer::setZDirection(bool)':
HAL.h:165: error: 'DIO96_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:616:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, !INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:616:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, !INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:616:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, !INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:616:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, !INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:626:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:626:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:626:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, INVERT_Z_DIR);
^
HAL.h:165: error: 'DIO96_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:626:13: note: in expansion of macro 'WRITE'
WRITE(Z_DIR_PIN, INVERT_Z_DIR);
^
sketch\Printer.h: In static member function 'static bool Printer::getZDirection()':
HAL.h:161: error: 'DIO96_PORT' was not declared in this scope
#define _READ(pin) (DIO ## pin ## _PORT->PIO_PDSR & DIO ## pin ## PIN ? 1 : 0) // does return 0 or pin value
^
sketch\HAL.h:162:19: note: in expansion of macro '_READ'
#define READ(pin) _READ(pin)
^
sketch\Printer.h:638:18: note: in expansion of macro 'READ'
return ((READ(Z_DIR_PIN) != 0) ^ INVERT_Z_DIR);
^
HAL.h:161: error: 'DIO96_PIN' was not declared in this scope
#define _READ(pin) (DIO ## pin ## _PORT->PIO_PDSR & DIO ## pin ## PIN ? 1 : 0) // does return 0 or pin value
^
sketch\HAL.h:162:19: note: in expansion of macro '_READ'
#define READ(pin) READ(pin)
^
sketch\Printer.h:638:18: note: in expansion of macro 'READ'
return ((READ(Z_DIR_PIN) != 0) ^ INVERT_Z_DIR);
^
sketch\Printer.h: In static member function 'static void Printer::startXStep()':
HAL.h:165: error: 'DIO93_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:975:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO93_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:975:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO93_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:975:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO93_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:975:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,START_STEP_WITH_HIGH);
^
sketch\Printer.h: In static member function 'static void Printer::startYStep()':
HAL.h:165: error: 'DIO108_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:983:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:983:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:983:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:983:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,START_STEP_WITH_HIGH);
^
sketch\Printer.h: In static member function 'static void Printer::startZStep()':
HAL.h:165: error: 'DIO97_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:990:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:990:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:990:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:990:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,START_STEP_WITH_HIGH);
^
sketch\Printer.h: In static member function 'static void Printer::endXYZSteps()':
HAL.h:165: error: 'DIO93_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1000:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO93_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1000:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO93_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1000:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO93_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1000:9: note: in expansion of macro 'WRITE'
WRITE(X_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1004:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1004:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1004:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO108_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1004:9: note: in expansion of macro 'WRITE'
WRITE(Y_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1008:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1008:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PORT' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) WRITE(pin,v)
^
sketch\Printer.h:1008:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,!START_STEP_WITH_HIGH);
^
HAL.h:165: error: 'DIO97_PIN' was not declared in this scope
#define _WRITE(port, v) do { if (v) {DIO ## port ## _PORT -> PIO_SODR = DIO ## port ## _PIN; } else {DIO ## port ## _PORT->PIO_CODR = DIO ## port ## PIN; }; } while (0)
^
sketch\HAL.h:166:22: note: in expansion of macro '_WRITE'
#define WRITE(pin,v) _WRITE(pin,v)
^
sketch\Printer.h:1008:9: note: in expansion of macro 'WRITE'
WRITE(Z_STEP_PIN,!START_STEP_WITH_HIGH);
^
exit status 1
'DIO94_PORT' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
</div>
Any further advice?