Talk:Teensy Breadboard

From RepRap
Revision as of 07:55, 15 November 2012 by Traumflug (talk | contribs) (Created page with 'The transscript about compiling Teacup apparently requires a working Teacup in another directory already. Maybe this is more helpful for beginners (edited transscript): $ git c…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The transscript about compiling Teacup apparently requires a working Teacup in another directory already. Maybe this is more helpful for beginners (edited transscript):

$ git clone https://github.com/triffid/Teacup_Firmware.git
Cloning into 'Teacup_Firmware'...
remote: Counting objects: 3911, done.
remote: Compressing objects: 100% (1249/1249), done.
remote: Total 3911 (delta 2827), reused 3689 (delta 2643)
Receiving objects: 100% (3911/3911), 2.00 MiB | 624 KiB/s, done.
Resolving deltas: 100% (2827/2827), done.
$ cd Teacup_Firmware/
Teacup_Firmware $ git checkout Gen7
Teacup_Firmware $ cp config.teensy.h config.h
Teacup_Firmware $ cp ThermistorTable.single.h ThermistorTable.h
Teacup_Firmware $ vi Makefile # uncomment atmega32u4, comment out atmega644p
Teacup_Firmware $ make
  CC        mendel.o
...

Possibly. --Traumflug 11:55, 15 November 2012 (UTC)