Ahoj. Takže tiskárnu jsem poskládal, všechno zapojil a teď se snažím nahrát software. První problém je že se mi nepodařilo pořádně nahrát drivery pro Arduino. Ve správci zařízení
http://img14.rajce.idnes.cz/d1402/11/11435/11435443_9f77816f7d6af9ebd0bc4b446351ffc7/images/Chyba.jpg?ver=0
I přesto jsem zkusil nainstalovat firmware
In file included from /Configuration.h:42,
from /Repetier.h:117,
from Commands.cpp:22:
/pins.h:311:2: error: #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
In file included from /Repetier.h:264,
from Commands.cpp:22:
/HAL.h: In static member function 'static void HAL::spiBegin()':
HAL.h:555: error: 'DIO50_DDR' was not declared in this scope
HAL.h:555: error: 'DIO50_PIN' was not declared in this scope
HAL.h:556: error: 'DIO51_DDR' was not declared in this scope
HAL.h:556: error: 'DIO51_PIN' was not declared in this scope
HAL.h:557: error: 'DIO52_DDR' was not declared in this scope
HAL.h:557: error: 'DIO52_PIN' was not declared in this scope
HAL.h:559: error: 'DIO53_DDR' was not declared in this scope
HAL.h:559: error: 'DIO53_PIN' was not declared in this scope
/HAL.h: In static member function 'static void HAL::spiInit(uint8_t)':
HAL.h:575: error: 'DIO51_DDR' was not declared in this scope
HAL.h:575: error: 'DIO51_PIN' was not declared in this scope
HAL.h:576: error: 'DIO50_DDR' was not declared in this scope
HAL.h:576: error: 'DIO50_PIN' was not declared in this scope
In file included from /Repetier.h:356,
from Commands.cpp:22:
/Extruder.h: In static member function 'static void Extruder::step()':
Extruder.h:107: error: 'DIO26_WPORT' was not declared in this scope
Extruder.h:107: error: 'DIO26_PIN' was not declared in this scope
Extruder.h:107: error: 'DIO26_WPORT' was not declared in this scope
Extruder.h:107: error: 'DIO26_PIN' was not declared in this scope
/Extruder.h: In static member function 'static void Extruder::unstep()':
Extruder.h:166: error: 'DIO26_WPORT' was not declared in this scope
Extruder.h:166: error: 'DIO26_PIN' was not declared in this scope
Extruder.h:166: error: 'DIO26_WPORT' was not declared in this scope
Extruder.h:166: error: 'DIO26_PIN' was not declared in this scope
/Extruder.h: In static member function 'static void Extruder::setDirection(uint8_t)':
Extruder.h:223: error: 'DIO28_WPORT' was not declared in this scope
Extruder.h:223: error: 'DIO28_PIN' was not declared in this scope
Extruder.h:223: error: 'DIO28_WPORT' was not declared in this scope
Extruder.h:223: error: 'DIO28_PIN' was not declared in this scope
Extruder.h:225: error: 'DIO28_WPORT' was not declared in this scope
Extruder.h:225: error: 'DIO28_PIN' was not declared in this scope
Extruder.h:225: error: 'DIO28_WPORT' was not declared in this scope
Extruder.h:225: error: 'DIO28_PIN' was not declared in this scope
/Extruder.h: In static member function 'static void Extruder::enable()':
Extruder.h:292: error: 'DIO24_WPORT' was not declared in this scope
Extruder.h:292: error: 'DIO24_PIN' was not declared in this scope
Extruder.h:292: error: 'DIO24_WPORT' was not declared in this scope
Extruder.h:292: error: 'DIO24_PIN' was not declared in this scope
In file included from /Repetier.h:385,
from Commands.cpp:22:
/Printer.h: In static member function 'static void Printer::disableXStepper()':
Printer.h:206: error: 'DIO38_WPORT' was not declared in this scope
Printer.h:206: error: 'DIO38_PIN' was not declared in this scope
Printer.h:206: error: 'DIO38_WPORT' was not declared in this scope
Printer.h:206: error: 'DIO38_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::disableYStepper()':
Printer.h:216: error: 'DIO56_WPORT' was not declared in this scope
Printer.h:216: error: 'DIO56_PIN' was not declared in this scope
Printer.h:216: error: 'DIO56_WPORT' was not declared in this scope
Printer.h:216: error: 'DIO56_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::disableZStepper()':
Printer.h:226: error: 'DIO62_WPORT' was not declared in this scope
Printer.h:226: error: 'DIO62_PIN' was not declared in this scope
Printer.h:226: error: 'DIO62_WPORT' was not declared in this scope
Printer.h:226: error: 'DIO62_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::enableXStepper()':
Printer.h:236: error: 'DIO38_WPORT' was not declared in this scope
Printer.h:236: error: 'DIO38_PIN' was not declared in this scope
Printer.h:236: error: 'DIO38_WPORT' was not declared in this scope
Printer.h:236: error: 'DIO38_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::enableYStepper()':
Printer.h:246: error: 'DIO56_WPORT' was not declared in this scope
Printer.h:246: error: 'DIO56_PIN' was not declared in this scope
Printer.h:246: error: 'DIO56_WPORT' was not declared in this scope
Printer.h:246: error: 'DIO56_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::enableZStepper()':
Printer.h:256: error: 'DIO62_WPORT' was not declared in this scope
Printer.h:256: error: 'DIO62_PIN' was not declared in this scope
Printer.h:256: error: 'DIO62_WPORT' was not declared in this scope
Printer.h:256: error: 'DIO62_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::setXDirection(bool)':
Printer.h:266: error: 'DIO55_WPORT' was not declared in this scope
Printer.h:266: error: 'DIO55_PIN' was not declared in this scope
Printer.h:266: error: 'DIO55_WPORT' was not declared in this scope
Printer.h:266: error: 'DIO55_PIN' was not declared in this scope
Printer.h:273: error: 'DIO55_WPORT' was not declared in this scope
Printer.h:273: error: 'DIO55_PIN' was not declared in this scope
Printer.h:273: error: 'DIO55_WPORT' was not declared in this scope
Printer.h:273: error: 'DIO55_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::setYDirection(bool)':
Printer.h:283: error: 'DIO61_WPORT' was not declared in this scope
Printer.h:283: error: 'DIO61_PIN' was not declared in this scope
Printer.h:283: error: 'DIO61_WPORT' was not declared in this scope
Printer.h:283: error: 'DIO61_PIN' was not declared in this scope
Printer.h:290: error: 'DIO61_WPORT' was not declared in this scope
Printer.h:290: error: 'DIO61_PIN' was not declared in this scope
Printer.h:290: error: 'DIO61_WPORT' was not declared in this scope
Printer.h:290: error: 'DIO61_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::setZDirection(bool)':
Printer.h:300: error: 'DIO48_WPORT' was not declared in this scope
Printer.h:300: error: 'DIO48_PIN' was not declared in this scope
Printer.h:300: error: 'DIO48_WPORT' was not declared in this scope
Printer.h:300: error: 'DIO48_PIN' was not declared in this scope
Printer.h:307: error: 'DIO48_WPORT' was not declared in this scope
Printer.h:307: error: 'DIO48_PIN' was not declared in this scope
Printer.h:307: error: 'DIO48_WPORT' was not declared in this scope
Printer.h:307: error: 'DIO48_PIN' was not declared in this scope
/Printer.h: In static member function 'static bool Printer::getZDirection()':
Printer.h:315: error: 'DIO48_RPORT' was not declared in this scope
Printer.h:315: error: 'DIO48_PIN' was not declared in this scope
/Printer.h: In static member function 'static bool Printer::getYDirection()':
Printer.h:319: error: 'DIO61_RPORT' was not declared in this scope
Printer.h:319: error: 'DIO61_PIN' was not declared in this scope
/Printer.h: In static member function 'static bool Printer::getXDirection()':
Printer.h:323: error: 'DIO55_RPORT' was not declared in this scope
Printer.h:323: error: 'DIO55_PIN' was not declared in this scope
/Printer.h: In static member function 'static void Printer::endXYZSteps()':
Printer.h:535: error: 'DIO54_WPORT' was not declared in this scope
Printer.h:535: error: 'DIO54_PIN' was not declared in this scope
Printer.h:535: error: 'DIO54_WPORT' was not declared in this scope
Printer.h:535: error: 'DIO54_PIN' was not declared in this scope
Printer.h:536: error: 'DIO60_WPORT' was not declared in this scope
Printer.h:536: error: 'DIO60_PIN' was not declared in this scope
Printer.h:536: error: 'DIO60_WPORT' was not declared in this scope
Printer.h:536: error: 'DIO60_PIN' was not declared in this scope
Printer.h:537: error: 'DIO46_WPORT' was not declared in this scope
Printer.h:537: error: 'DIO46_PIN' was not declared in this scope
Printer.h:537: error: 'DIO46_WPORT' was not declared in this scope
Printer.h:537: error: 'DIO46_PIN' was not declared in this scope
In file included from /Repetier.h:386,
from Commands.cpp:22:
/motion.h: In member function 'void PrintLine::startXStep()':
motion.h:501: error: 'DIO54_WPORT' was not declared in this scope
motion.h:501: error: 'DIO54_PIN' was not declared in this scope
motion.h:501: error: 'DIO54_WPORT' was not declared in this scope
motion.h:501: error: 'DIO54_PIN' was not declared in this scope
/motion.h: In member function 'void PrintLine::startYStep()':
motion.h:541: error: 'DIO60_WPORT' was not declared in this scope
motion.h:541: error: 'DIO60_PIN' was not declared in this scope
motion.h:541: error: 'DIO60_WPORT' was not declared in this scope
motion.h:541: error: 'DIO60_PIN' was not declared in this scope
/motion.h: In member function 'void PrintLine::startZStep()':
motion.h:577: error: 'DIO46_WPORT' was not declared in this scope
motion.h:577: error: 'DIO46_PIN' was not declared in this scope
motion.h:577: error: 'DIO46_WPORT' was not declared in this scope
motion.h:577: error: 'DIO46_PIN' was not declared in this scope