scube/Marlin
Keegi bae1e422f6 Fix M201 not saving settings in all places, so the changes did not get written into EEPROM
..
Sanguino more fixing of the sanguino math round problem
COPYING first commit
Configuration.h Add option to only check endstop when homing
EEPROMwrite.h added M503 to display eeprom storage, and renamed eeprom routings. This version is compatible with the qtmarlin eeprom-tab.
Makefile overworked the serial responses. Quite difficult, since many texts are Pronterface protocol.
Marlin.h moved <stdio.h> to more dominant location.
Marlin.pde Fix M201 not saving settings in all places, so the changes did not get written into EEPROM
MarlinSerial.cpp solved some compiler warnings that are now visible in arduino 1.0.
MarlinSerial.h solved some compiler warnings that are now visible in arduino 1.0.
Sd2Card.cpp make it compile with arduino 1.0 ; function is still untested.
Sd2Card.h updated to sdfatlib2010902
Sd2PinMap.h updated to sdfatlib2010902
SdBaseFile.cpp get rid of indirect ringbuffer calls, made some inlines, removed virtual and streaming class requirements.
SdBaseFile.h make it compile with arduino 1.0 ; function is still untested.
SdFatConfig.h updated to sdfatlib2010902
SdFatStructs.h updated to sdfatlib2010902
SdFatUtil.cpp get rid of indirect ringbuffer calls, made some inlines, removed virtual and streaming class requirements.
SdFatUtil.h make it compile with arduino 1.0 ; function is still untested.
SdFile.cpp make it compile with arduino 1.0 ; function is still untested.
SdFile.h make it compile with arduino 1.0 ; function is still untested.
SdInfo.h updated to sdfatlib2010902
SdVolume.cpp updated to sdfatlib2010902
SdVolume.h updated to sdfatlib2010902
cardreader.h solved some compiler warnings that are now visible in arduino 1.0.
cardreader.pde solved some compiler warnings that are now visible in arduino 1.0.
createTemperatureLookup.py first commit
fastio.h changed end of line to windows, which seems to be the majority of developers main platform.
motion_control.cpp Removed interrupt nesting in the stepper ISR.
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h more fixing of the sanguino math round problem
planner.cpp Merge branch 'Marlin_v1', remote-tracking branch 'origin/Marlin_v1' into Marlin_v1
planner.h More 2nd extruder implementation. (Not usable)
speed_lookuptable.h reformating and some minor bugs/things found on the way.
stepper.cpp z homing sound fix, for now until the actual cause is found..
stepper.h Add option to only check endstop when homing
temperature.cpp solved some compiler warnings that are now visible in arduino 1.0.
temperature.h solved some compiler warnings that are now visible in arduino 1.0.
thermistortables.h and changed ultipanel to have the mm/sec and not mm/min
ultralcd.h solved some compiler warnings that are now visible in arduino 1.0.
ultralcd.pde added M503 to display eeprom storage, and renamed eeprom routings. This version is compatible with the qtmarlin eeprom-tab.
watchdog.h force inline
watchdog.pde Merge remote-tracking branch 'origin/Marlin_v1' into Marlin_v1