Marlin/Marlin
2013-03-01 16:27:35 +01:00
..
cardreader.cpp Also skip .files and _files with long filenames 2013-01-31 12:07:42 -05:00
cardreader.h The big LCD code update. This splits the display and menu implementation. Paving the way for future different displays. It also makes it easier to modify the menu structures while keeping everything consistant. Note that this most likely breaks the translations, which need to be updated. 2012-12-12 11:47:03 +01:00
Configuration_adv.h Added a feature to have filament change by gcode or display trigger. 2013-01-27 13:21:34 +01:00
Configuration.h Added support for extruder offset handling 2013-02-04 23:05:45 -05:00
ConfigurationStore.cpp
ConfigurationStore.h
COPYING
create_speed_lookuptable.py
createTemperatureLookupMarlin.py
fastio.h
language.h fixed merge conflict 2013-03-01 16:27:35 +01:00
LCD Menu Tree.pdf
LiquidCrystalRus.cpp
LiquidCrystalRus.h
Makefile fixes for ramps compilation using installed arduino ide 2013-01-08 12:54:31 +01:00
Marlin_main.cpp Only compile the new extruder offset code if you have multiple extruders. 2013-02-27 12:32:07 +01:00
Marlin.h Added libraries from Arduino 1.0.3 for sanguino build 2013-01-07 17:26:50 +01:00
Marlin.pde
MarlinSerial.cpp
MarlinSerial.h
Menu Plans.xlsx
motion_control.cpp
motion_control.h
pins.h Fixed typo in comment 2013-01-30 22:54:04 +01:00
planner.cpp Minor cleanup of the new FAN_KICKSTART code. #334 2013-01-10 11:08:45 +01:00
planner.h
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
speed_lookuptable.h
stepper.cpp Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit. 2013-01-08 11:53:18 +01:00
stepper.h Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit. 2013-01-08 11:53:18 +01:00
temperature.cpp Replace the 1ms delay for 2 nops to get a 100ns delay. #259 2012-12-17 11:12:11 +01:00
temperature.h
thermistortables.h Fixed #394 2013-02-14 14:04:26 +01:00
ultralcd_implementation_hitachi_HD44780.h Update Marlin/ultralcd_implementation_hitachi_HD44780.h 2013-02-12 20:06:51 +01:00
ultralcd.cpp Also show the tune menu when USB printing. 2013-02-20 00:54:44 +01:00
ultralcd.h Small changes on the LCD panel, let the speed control work better, line up the parameter edit the same as the menu, remove some unused defines, and remove the Z from the 10mm move menu. 2012-12-21 16:14:47 +01:00
watchdog.cpp
watchdog.h