scube/Marlin
whosawhatsis c79e3967b3 Make G11 not horribly broken
..
example_configurations/delta Fix the example delta configuration as someone forgot to do it.
BlinkM.cpp Small BlinkM fix
BlinkM.h Removed #ifndef BLINKM
COPYING first commit
Configuration.h Added temperature status less.
ConfigurationStore.cpp Removed Delta from the default config file.
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Fixed merge conflicts
DOGMbitmaps.h Apply all changes from latest Marlin_V1
LCD Menu Tree.pdf Added PDF file containing Menu Tree for documentation purposes. Source xlsx document included.
LiquidCrystalRus.cpp Added CUSTOM_MENDEL_NAME option to Configuration.h and language.h
LiquidCrystalRus.h Enables support the Cyrillic alphabet for LCD
Makefile Detect OS in Makefile to use the correct avrdude.conf path
Marlin.h Fixed merge conflicts
Marlin.ino Bed Auto Leveling feature
Marlin.pde Apply all changes from latest Marlin_V1
MarlinSerial.cpp Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well.
MarlinSerial.h Stop redefining MOTHERBOARD and #define AT90USB instead. Also put #ifndef AT90USB around the HardwareSerial_h trick, so now Printrboard / Brainwave support compiles on Arduino 1.0.2 as well.
Marlin_main.cpp Make G11 not horribly broken
Menu Plans.xlsx Tidy up
Sd2Card.cpp Fix for a few -Wextra warnings.
Sd2Card.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
Sd2PinMap.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdBaseFile.cpp Few simple fixes that save RAM, as static strings are stored in RAM by default.
SdBaseFile.h Added long filename support.
SdFatConfig.h Added long filename support.
SdFatStructs.h Added long filename support.
SdFatUtil.cpp Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
SdFatUtil.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
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.
SdFile.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdInfo.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdVolume.cpp made sd code only compile with SDSUPPORT defined. safes 10k of codespace
SdVolume.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
Servo.cpp Bed Auto Leveling feature
Servo.h Bed Auto Leveling feature
cardreader.cpp preparation for hibernation
cardreader.h preparation for hibernation
createTemperatureLookupMarlin.py Added new temperature lookup table creation tool. This one uses stein hart-hart equations.
create_speed_lookuptable.py Added 20MHz support.
dogm_font_data_marlin.h Removed STB custom font hack from u8glib library and moved to marlin project
dogm_lcd_implementation.h fixed bad lcd commit from makr3d
fastio.h Fixed duplicate define in fastio.h
language.h Update French translation in language.h
motion_control.cpp software_endstops: use *_MIN_POS and *_MAX_POS for arcs
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Added temperature status less.
planner.cpp Bed Auto Leveling feature
planner.h Bed Auto Leveling feature
speed_lookuptable.h Made the 2nd speed lookup table condition more explicit.
stepper.cpp Fixed merge conflicts
stepper.h Add the socalled "Babystepping" feature.
temperature.cpp Add the socalled "Babystepping" feature.
temperature.h Show Temperature ADC values
thermistortables.h Added Honeywell thermistor 135-104LAF-J01
ultralcd.cpp Revert "Fix for Viki display"
ultralcd.h Merge branch 'Marlin_v1' of https://github.com/makr3d/Marlin into makr3d-Marlin_v1
ultralcd_implementation_hitachi_HD44780.h Added temperature status less.
ultralcd_st7920_u8glib_rrd.h Apply all changes from latest Marlin_V1
vector_3.cpp Bed Auto Leveling feature
vector_3.h Bed Auto Leveling feature
watchdog.cpp Fix compiling the watchdog error message when the manual reset watchdog is used.
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.