scube/Marlin
Drakelive d728e35658 Update Marlin/pins.h
..
Gen7 Fix cast warning in Gen7
Sanguino Fixed compiler warning for Sanguino compile
hardware/tools/avr/etc ATMega1284P support for Arduino IDE
COPYING first commit
Configuration.h Disable FAST_PWM by default. On some systems it does not work ok.
Configuration_adv.h Added support for dual Z axis stepper drivers
EEPROMwrite.h Added Menu Options to the Main-> Control->Temperature Submenu that allow the user to set new values for the ABS and PLA preheat function. EEPROM updated so that these settings can also be committed to EEPROM memory.
Makefile Makefile: Better display of size (device memory usage)
Marlin.h added KILL_PIN support / cleaned up manage_inactivity function definition
Marlin.pde Merge pull request from daid/Marlin_v1
MarlinSerial.cpp Teensylu support.
MarlinSerial.h Teensylu support.
Sd2Card.cpp Added long filename support.
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 Added long filename support.
SdBaseFile.h Added long filename support.
SdFatConfig.h Added long filename support.
SdFatStructs.h Added long filename support.
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 Added long filename support.
cardreader.h Added long filename support.
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 Some dialogs are corrected
motion_control.cpp software_endstops: use *_MIN_POS and *_MAX_POS for arcs
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Update Marlin/pins.h
planner.cpp added KILL_PIN support / cleaned up manage_inactivity function definition
planner.h Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer.
speed_lookuptable.h Added 20MHz support.
stepper.cpp added KILL_PIN support / cleaned up manage_inactivity function definition
stepper.h merging
temperature.cpp Add Duty Cycling to the Heater Bed
temperature.h Added support for 2nd extruder temperature to UltraLCD
thermistortables.h Correct temptable_55 name.
ultralcd.h merged with upstream and FIXED AGAIN bad translation commit
ultralcd.pde Merge pull request from daid/Marlin_v1
watchdog.h __ header file replace
watchdog.pde simplified the includes, makefile now works with arduino23
wiring.h add wiring.h, that can be used to overwrite: