1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-24 04:29:34 +00:00
MarlinFirmware/Marlin
2012-11-16 18:38:50 +01:00
..
Gen7 Fix Gen7 compile if you have avr-libc version 1.7.1 or higher. See http://code.google.com/p/arduino/issues/detail?id=604 2012-11-11 11:17:54 +01:00
hardware/tools/avr/etc
Sanguino
cardreader.cpp Fix for a few -Wextra warnings. 2012-11-12 15:35:28 +01:00
cardreader.h
Configuration_adv.h signed/unsigned fixes. 2012-11-06 15:33:49 +01:00
Configuration.h Added automatic build numbering. 2012-11-12 21:06:59 +00:00
ConfigurationStore.cpp Fixing issue #297 2012-11-10 14:37:01 +01:00
ConfigurationStore.h Most likely fixing issue #295. 2012-11-08 21:08:05 +01:00
COPYING
create_speed_lookuptable.py
createTemperatureLookup.py
fastio.h Header multiple include protection should match the filename, not just _ARDUINO_H, which is almost bound to go wrong some day. 2012-11-12 09:24:28 +01:00
language.h Added french translation 2012-11-16 18:38:50 +01:00
LCD Menu Tree.pdf
LiquidCrystalRus.cpp First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 2012-11-06 12:06:41 +01:00
LiquidCrystalRus.h
Makefile Update on makefile, should make it easier to compile for different boards without changing the makefile. (Still missing Arduino 1.x.x support). 2012-11-11 11:05:52 +01:00
Marlin_main.cpp Fix for a few -Wextra warnings. 2012-11-12 15:35:28 +01:00
Marlin.h Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog. 2012-11-06 13:33:00 +01:00
Marlin.pde First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 2012-11-06 12:06:41 +01:00
MarlinSerial.cpp
MarlinSerial.h Clean up special serial port cases 2012-11-07 09:00:21 +11:00
Menu Plans.xlsx
motion_control.cpp
motion_control.h
pins.h Update on some comments, make the MOTHERBOARD list complete again. 2012-11-09 09:10:51 +01:00
planner.cpp Fix some of the crowded code style. And fixed the conditional. #300 2012-11-12 15:49:40 +01:00
planner.h
Sd2Card.cpp Fix for a few -Wextra warnings. 2012-11-12 15:35:28 +01:00
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 2012-11-06 12:06:41 +01:00
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
speed_lookuptable.h Made the 2nd speed lookup table condition more explicit. 2012-11-11 12:02:48 +01:00
stepper.cpp Solved few warnings. 2012-11-12 09:29:12 +01:00
stepper.h
temperature.cpp Solved few warnings. 2012-11-12 09:29:12 +01:00
temperature.h
thermistortables.h allow marlin internal 0°C represenation 2012-11-13 14:37:08 +01:00
ultralcd.cpp Fixed #303 2012-11-12 21:04:07 +01:00
ultralcd.h First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 2012-11-06 12:06:41 +01:00
watchdog.cpp Set the watchdog to a 4 second timeout, as with 1 second it can timeout during SD card init. 2012-11-07 12:32:17 +01:00
watchdog.h First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 2012-11-06 12:06:41 +01:00
wiring.h