My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

INSTALL.TXT 535B

123456789101112131415161718192021
  1. U8GLIB
  2. http://code.google.com/p/u8glib/
  3. Install instructions for the Arduino environment.
  4. 1. Unzip u8glib_arduino_vX.XX.zip into the "libraries" folder
  5. 2. Start Arduino IDE
  6. Install instructions for the Chipkit (Arduino) environment.
  7. 1. cd <mpide-... path>/libraries
  8. 2. unzip u8glib_arduino_vX.XX.zip
  9. 3. cd <mpide-... path>///hardware/pic32/libraries
  10. 4. again: u8glib_arduino_vX.XX.zip
  11. 5. Open hardware/pic32/cores/pic32/Print.h
  12. Remove line
  13. #define BYTE 0
  14. from the file, use PRINT_BYTE instead of BYTE.