.. |
Gen7
|
Fix cast warning in Gen7
|
2012-02-23 18:50:05 +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 |
.gitignore
|
Add suitable .gitignore to avoid build noise
|
2012-02-26 18:26:56 -05:00 |
cardreader.cpp
|
made prepare->autostart independent of current folder.
|
2012-03-19 20:24:40 +01:00 |
cardreader.h
|
__ header file replace
|
2012-06-02 20:44:17 +02:00 |
Configuration_adv.h
|
Support step motor controllers with active low step pins.
|
2012-06-29 16:27:47 +02:00 |
Configuration.h
|
__ header file replace
|
2012-06-02 20:44:17 +02: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 |
createTemperatureLookup.py
|
first commit
|
2011-08-12 22:28:35 +02:00 |
EEPROMwrite.h
|
__ header file replace
|
2012-06-02 20:44:17 +02:00 |
fastio.h
|
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
|
2012-02-13 13:07:55 +01:00 |
language.h
|
added firmware retract. disabled by default
|
2012-06-02 20:32:28 +02:00 |
Makefile
|
Fix Makefile
|
2012-04-11 11:39:35 +10:00 |
Marlin.h
|
__ header file replace
|
2012-06-02 20:44:17 +02:00 |
Marlin.pde
|
corrected retract
|
2012-06-03 16:56:40 +02:00 |
MarlinSerial.cpp
|
Teensylu support.
|
2012-02-09 19:27:45 +01:00 |
MarlinSerial.h
|
Teensylu support.
|
2012-02-09 19:27:45 +01:00 |
motion_control.cpp
|
Fixed typo in arc
|
2012-04-02 17:19:20 +02:00 |
motion_control.h
|
Removed interrupt nesting in the stepper ISR.
|
2011-11-27 21:12:55 +01:00 |
pins.h
|
Fixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I cannot check the 1.5.6)
|
2012-05-24 18:36:55 +02:00 |
planner.cpp
|
Fixed AD595 define
|
2012-06-11 17:33:42 +02: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
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +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
|
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
|
2012-02-11 16:02:47 +01:00 |
SdBaseFile.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
SdFatConfig.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01:00 |
SdFatStructs.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +01: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
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
2011-12-26 09:28:51 +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
|
Added 20MHz support.
|
2012-03-11 12:25:04 +01:00 |
stepper.cpp
|
Support step motor controllers with active low step pins.
|
2012-06-29 16:27:47 +02:00 |
stepper.h
|
merging
|
2011-12-12 20:35:46 +01:00 |
temperature.cpp
|
Limit PID autotune PWM to PID_MAX
|
2012-05-16 19:32:23 +02:00 |
temperature.h
|
Added support for 2nd extruder temperature to UltraLCD
|
2012-04-27 14:51:32 +02:00 |
thermistortables.h
|
Merge pull request #170 from linagee/Marlin_v1
|
2012-06-02 03:46:56 -07:00 |
ultralcd.h
|
__ header file replace
|
2012-06-02 20:44:17 +02:00 |
ultralcd.pde
|
Fixed AD595 define
|
2012-06-11 17:33:42 +02:00 |
watchdog.h
|
__ header file replace
|
2012-06-02 20:44:17 +02:00 |
watchdog.pde
|
simplified the includes, makefile now works with arduino23
|
2011-12-22 14:55:45 +01:00 |
wiring.h
|
add wiring.h, that can be used to overwrite:
|
2011-12-22 14:57:28 +01:00 |