.. |
Gen7
|
Fix cast warning in Gen7
|
пре 13 година |
Sanguino
|
Fixed compiler warning for Sanguino compile
|
пре 13 година |
hardware/tools/avr/etc
|
ATMega1284P support for Arduino IDE
|
пре 13 година |
COPYING
|
first commit
|
пре 14 година |
Configuration.h
|
Search and replace failure.
|
пре 13 година |
Configuration_adv.h
|
signed/unsigned fixes.
|
пре 13 година |
EEPROMwrite.h
|
Also reset the PID values to defaults. Fixes #281
|
пре 13 година |
LCD Menu Tree.pdf
|
Added PDF file containing Menu Tree for documentation purposes. Source xlsx document included.
|
пре 13 година |
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.
|
пре 13 година |
LiquidCrystalRus.h
|
Enables support the Cyrillic alphabet for LCD
|
пре 13 година |
Makefile
|
Include Marlin_main.cpp in source files.
|
пре 13 година |
Marlin.h
|
Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
|
пре 13 година |
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.
|
пре 13 година |
MarlinSerial.cpp
|
Make serial port configurable.
|
пре 13 година |
MarlinSerial.h
|
Update suggested by Robert F-C. #289
|
пре 13 година |
Marlin_main.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.
|
пре 13 година |
Menu Plans.xlsx
|
Tidy up
|
пре 13 година |
Sd2Card.cpp
|
Added long filename support.
|
пре 13 година |
Sd2Card.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
Sd2PinMap.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
SdBaseFile.cpp
|
Added long filename support.
|
пре 13 година |
SdBaseFile.h
|
Added long filename support.
|
пре 13 година |
SdFatConfig.h
|
Added long filename support.
|
пре 13 година |
SdFatStructs.h
|
Added long filename support.
|
пре 13 година |
SdFatUtil.cpp
|
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
|
пре 13 година |
SdFatUtil.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
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.
|
пре 13 година |
SdFile.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
SdInfo.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
SdVolume.cpp
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
SdVolume.h
|
made sd code only compile with SDSUPPORT defined. safes 10k of codespace
|
пре 13 година |
cardreader.cpp
|
Added long filename support.
|
пре 13 година |
cardreader.h
|
Added long filename support.
|
пре 13 година |
createTemperatureLookup.py
|
first commit
|
пре 14 година |
create_speed_lookuptable.py
|
Added 20MHz support.
|
пре 13 година |
fastio.h
|
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
|
пре 13 година |
language.h
|
Italian language support
|
пре 13 година |
motion_control.cpp
|
software_endstops: use *_MIN_POS and *_MAX_POS for arcs
|
пре 13 година |
motion_control.h
|
Removed interrupt nesting in the stepper ISR.
|
пре 13 година |
pins.h
|
Avoid defining overriding definitions for the RepRapDiscount Smart Controller. Remove common definitions. Harmonize declaration order.
|
пре 13 година |
planner.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.
|
пре 13 година |
planner.h
|
Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer.
|
пре 13 година |
speed_lookuptable.h
|
Added 20MHz support.
|
пре 13 година |
stepper.cpp
|
added KILL_PIN support / cleaned up manage_inactivity function definition
|
пре 13 година |
stepper.h
|
Fixed wrong code (will not even compile when EXTRUDERS>2)
|
пре 13 година |
temperature.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.
|
пре 13 година |
temperature.h
|
bed pid
|
пре 13 година |
thermistortables.h
|
Correct temptable_55 name.
|
пре 13 година |
ultralcd.cpp
|
signed/unsigned fixes.
|
пре 13 година |
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.
|
пре 13 година |
watchdog.cpp
|
Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
|
пре 13 година |
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.
|
пре 13 година |
wiring.h
|
add wiring.h, that can be used to overwrite:
|
пре 13 година |