.. |
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
|
ATMega1284P support for Arduino IDE
|
2012-02-17 11:41:47 +01:00 |
Sanguino
|
Fixed compiler warning for Sanguino compile
|
2012-02-26 17:35:01 +01:00 |
cardreader.cpp
|
Few simple fixes that save RAM, as static strings are stored in RAM by default.
|
2012-11-28 10:30:34 +01:00 |
cardreader.h
|
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
|
2012-12-03 12:13:20 +01:00 |
Configuration_adv.h
|
Merge remote-tracking branch 'tonokip/Marlin_v1' into Marlin_v1
|
2012-11-21 20:36:30 +01:00 |
Configuration.h
|
Merge remote-tracking branch 'tonokip/Marlin_v1' into Marlin_v1
|
2012-11-21 20:36:30 +01:00 |
ConfigurationStore.cpp
|
Fixed #317
|
2012-11-24 17:32:30 +01:00 |
ConfigurationStore.h
|
Most likely fixing issue #295.
|
2012-11-08 21:08:05 +01:00 |
COPYING
|
first commit
|
2011-08-12 22:28:35 +02:00 |
create_speed_lookuptable.py
|
Added 20MHz support.
|
2012-03-11 12:25:04 +01:00 |
createTemperatureLookupMarlin.py
|
Added new temperature lookup table creation tool. This one uses stein hart-hart equations.
|
2012-11-16 23:51:05 +01:00 |
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
|
I hope last changes to french translation
|
2012-11-18 22:34:56 +01:00 |
LCD Menu Tree.pdf
|
Added PDF file containing Menu Tree for documentation purposes. Source xlsx document included.
|
2012-08-29 21:08:41 +01:00 |
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
|
Enables support the Cyrillic alphabet for LCD
|
2012-10-12 19:06:43 +04:00 |
Makefile
|
Some fixes in the Makefile to support Arduino 1.0.0 or higher and added the Rambo. Still needs some more work for the different arduino hardware variants.
|
2012-11-24 11:46:31 +01:00 |
Marlin_main.cpp
|
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
|
2012-12-03 12:13:20 +01:00 |
Marlin.h
|
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
|
2012-12-03 12:13:20 +01:00 |
Marlin.pde
|
More rambo fixes
|
2012-11-21 20:53:56 +01:00 |
MarlinSerial.cpp
|
Make serial port configurable.
|
2012-11-05 21:34:27 +11:00 |
MarlinSerial.h
|
Clean up special serial port cases
|
2012-11-07 09:00:21 +11:00 |
Menu Plans.xlsx
|
Tidy up
|
2012-08-29 22:53:41 +01:00 |
motion_control.cpp
|
software_endstops: use *_MIN_POS and *_MAX_POS for arcs
|
2012-08-10 19:36:30 +01:00 |
motion_control.h
|
Removed interrupt nesting in the stepper ISR.
|
2011-11-27 21:12:55 +01:00 |
pins.h
|
Fix for keypad
|
2012-11-29 21:42:19 +01:00 |
planner.cpp
|
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
|
2012-12-03 12:13:20 +01:00 |
planner.h
|
Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer.
|
2012-05-09 08:05:13 +03:00 |
Sd2Card.cpp
|
Fix for a few -Wextra warnings.
|
2012-11-12 15:35:28 +01:00 |
Sd2Card.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
Sd2PinMap.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
SdBaseFile.cpp
|
Few simple fixes that save RAM, as static strings are stored in RAM by default.
|
2012-11-28 10:30:34 +01:00 |
SdBaseFile.h
|
Added long filename support.
|
2012-08-22 14:49:57 +02:00 |
SdFatConfig.h
|
Added long filename support.
|
2012-08-22 14:49:57 +02:00 |
SdFatStructs.h
|
Added long filename support.
|
2012-08-22 14:49:57 +02:00 |
SdFatUtil.cpp
|
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
|
2012-02-11 16:02:47 +01:00 |
SdFatUtil.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
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
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
SdInfo.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
SdVolume.cpp
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
SdVolume.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
speed_lookuptable.h
|
Made the 2nd speed lookup table condition more explicit.
|
2012-11-11 12:02:48 +01:00 |
stepper.cpp
|
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
|
2012-12-03 12:13:20 +01:00 |
stepper.h
|
Few simple fixes that save RAM, as static strings are stored in RAM by default.
|
2012-11-28 10:30:34 +01:00 |
temperature.cpp
|
Some minor changes on code style. And a bugfix where the counters for positioning in the stepper where wrong depending on compiler settings. (Caused strange values to reported back with M114 and endstop triggers). Also fixed compiling with FWRETRACT enabled.
|
2012-12-03 12:13:20 +01:00 |
temperature.h
|
bed pid
|
2012-09-12 21:18:59 -05:00 |
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
|
add wiring.h, that can be used to overwrite:
|
2011-12-22 14:57:28 +01:00 |