scube/Marlin
Daid 279d00da9f Fixed #if for Ultimaker.
..
Gen7 Fix cast warning in Gen7
Sanguino Fixed compiler warning for Sanguino compile
hardware/tools/avr/etc ATMega1284P support for Arduino IDE
.gitignore Add suitable .gitignore to avoid build noise
COPYING first commit
Configuration.h Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed.
Configuration_adv.h Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
EEPROMwrite.h Added E-Jerk
Makefile Fix Makefile
Marlin.h Added option to increase the FAN PWM frequency.
Marlin.pde Added option to increase the FAN PWM frequency.
MarlinSerial.cpp Teensylu support.
MarlinSerial.h Teensylu support.
Sd2Card.cpp made sd code only compile with SDSUPPORT defined. safes 10k of codespace
Sd2Card.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
Sd2PinMap.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdBaseFile.cpp Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
SdBaseFile.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdFatConfig.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdFatStructs.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdFatUtil.cpp Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
SdFatUtil.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdFile.cpp made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdFile.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdInfo.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdVolume.cpp made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdVolume.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
cardreader.cpp made prepare->autostart independent of current folder.
cardreader.h found error in filenames.
createTemperatureLookup.py first commit
create_speed_lookuptable.py Added 20MHz support.
fastio.h Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
language.h Fixed #if for Ultimaker.
motion_control.cpp Fixed typo in arc
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h added support for the UltiController
planner.cpp Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed.
planner.h Added E-Jerk
speed_lookuptable.h Added 20MHz support.
stepper.cpp Small cleanup
stepper.h merging
temperature.cpp Added option to increase the FAN PWM frequency.
temperature.h Added support for 2nd extruder temperature to UltraLCD
thermistortables.h simplified the includes, makefile now works with arduino23
ultralcd.h Fixed general 16x2 LCD build without SD support.
ultralcd.pde Suggestion to improve (TODO), no actual code changed
watchdog.h header file simplification
watchdog.pde simplified the includes, makefile now works with arduino23
wiring.h add wiring.h, that can be used to overwrite: