Welcome! Log In Create A New Profile

Advanced

[Repetier Firmware} and the Printrboard Rev D

Posted by draeician 
[Repetier Firmware} and the Printrboard Rev D
February 23, 2013 03:53AM
I have downloaded the arduinio 0022, and copied the at90can/at90usb1286/Sanguino folders to the arduinio 1.0.3 Hardware folder. The motherboard is set to '9' in the configuration.h, the bootloader has been flashed with CDC, the windows 7 system can see the printrboard when it's plugged in, and [BootLoaderCDC]Teensylu/Printrboard is setup in the arduinio gui for the 'Board' type. When I try to compile I get the following error.

gcode.cpp: In member function 'virtual size_t SerialOutput::write(uint8_t)':
gcode.cpp:405: error: 'Serial' was not declared in this scope
gcode.cpp: In function 'void gcode_resend()':
gcode.cpp:511: error: 'Serial' was not declared in this scope
gcode.cpp: In function 'void gcode_read_serial()':
gcode.cpp:670: error: 'Serial' was not declared in this scope
gcode.cpp:682: error: 'Serial' was not declared in this scope


Anyone have an idea of what I missed?

Thanks,
./Drae
Use Teensyduino to compile. The Teensy++ 2.0 board profile is compatible with the Printrboard, but you'll have to manually invoke avrdude or edit the boards.txt in order to program with the CDC bootloader.
Sorry, only registered users may post in this forum.

Click here to login