scube/Marlin
Erik van der Zalm 02af69911e Added temperature window to M109. This is needed for systems with no overshoot PID.
..
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 Added temperature window to M109. This is needed for systems with no overshoot PID.
Configuration_adv.h Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
EEPROMwrite.h Added E-Jerk
Makefile Fix Makefile
Marlin.h Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
Marlin.pde Added temperature window to M109. This is needed for systems with no overshoot PID.
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 a typo
motion_control.cpp Fixed typo in arc
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h New board variant, Open Motion Controller
planner.cpp Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
planner.h Added E-Jerk
speed_lookuptable.h Added 20MHz support.
stepper.cpp Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
stepper.h merging
temperature.cpp Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
temperature.h Corrected active_extruder when autotemp is used.
thermistortables.h simplified the includes, makefile now works with arduino23
ultralcd.h Fixed general 16x2 LCD build without SD support.
ultralcd.pde Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined.
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: