Firmware/Marlin
Bernhard Kubicek f6fe7143e4 Merge pull request #29 from k-eex/Marlin_v1
Fix M201 not saving settings in all places, so the changes did not get written into EEPROM
2011-12-09 06:37:42 -08:00
..
Sanguino
cardreader.h added autostart procedure trigger to the ultralcd menu 2011-12-09 12:33:00 +01:00
cardreader.pde added a partial release option to "m84" aka "stepper release". If you do tiny layers, you might want to keep the z-axis powered to not loose height positioning after homeing. 2011-12-09 12:51:08 +01:00
Configuration.h prevent too long extrudes, or too cold extrudes 2011-12-09 15:09:52 +01:00
COPYING
createTemperatureLookup.py
EEPROMwrite.h added M503 to display eeprom storage, and renamed eeprom routings. This version is compatible with the qtmarlin eeprom-tab. 2011-12-04 22:26:42 +01:00
fastio.h
Makefile
Marlin.h moved <stdio.h> to more dominant location. 2011-12-07 20:56:47 +01:00
Marlin.pde Merge pull request #29 from k-eex/Marlin_v1 2011-12-09 06:37:42 -08:00
MarlinSerial.cpp solved some compiler warnings that are now visible in arduino 1.0. 2011-12-04 12:40:18 +01:00
MarlinSerial.h solved some compiler warnings that are now visible in arduino 1.0. 2011-12-04 12:40:18 +01:00
motion_control.cpp
motion_control.h
pins.h
planner.cpp prevent too long extrudes, or too cold extrudes 2011-12-09 15:09:52 +01:00
planner.h prevent too long extrudes, or too cold extrudes 2011-12-09 15:09:52 +01:00
Sd2Card.cpp make it compile with arduino 1.0 ; function is still untested. 2011-12-01 16:38:01 +01:00
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h make it compile with arduino 1.0 ; function is still untested. 2011-12-01 16:38:01 +01:00
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h make it compile with arduino 1.0 ; function is still untested. 2011-12-01 16:38:01 +01:00
SdFile.cpp make it compile with arduino 1.0 ; function is still untested. 2011-12-01 16:38:01 +01:00
SdFile.h make it compile with arduino 1.0 ; function is still untested. 2011-12-01 16:38:01 +01:00
SdInfo.h
SdVolume.cpp
SdVolume.h
speed_lookuptable.h
stepper.cpp fixed the st_synchronize. it would have continued if there is only the last move of the buffer being stepped. 2011-12-09 12:32:31 +01:00
stepper.h Add option to only check endstop when homing 2011-12-04 20:17:21 +01:00
temperature.cpp solved some compiler warnings that are now visible in arduino 1.0. 2011-12-04 12:40:18 +01:00
temperature.h solved some compiler warnings that are now visible in arduino 1.0. 2011-12-04 12:40:18 +01:00
thermistortables.h
ultralcd.h solved some compiler warnings that are now visible in arduino 1.0. 2011-12-04 12:40:18 +01:00
ultralcd.pde added autostart procedure trigger to the ultralcd menu 2011-12-09 12:33:00 +01:00
watchdog.h
watchdog.pde