scube/Marlin
Bo Herrmannsen 0b310ab6c5 Merge pull request from xinfab/negative_values_in_menu
Negative values in menu
..
example_configurations Disable SDCARD_SORT_ALPHA by default
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
COPYING first commit
Configuration.h Merge pull request from filipmu/Filament-Sensor
ConfigurationStore.cpp Simple code cleanup. Rename "homeing" to homing.
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Disable SDCARD_SORT_ALPHA by default
DOGMbitmaps.h Adaption of LCD info screen
LCD Menu Tree.pdf Update the menu plan document with the current menu as per ultralcd.cpp.
LiquidCrystalRus.cpp Various typo fixes - only in comments, no code changes.
LiquidCrystalRus.h Enables support the Cyrillic alphabet for LCD
Makefile Makefile works with auto bed leveling
Marlin.h Merge pull request from filipmu/Filament-Sensor
Marlin.ino Add Azteeg X3 Pro as motherboard 68
Marlin.pde Add Azteeg X3 Pro as motherboard 68
MarlinSerial.cpp Simple code cleanup. Rename "homeing" to homing.
MarlinSerial.h Initial SAV MkI (RepRap CloneWars board) integration.
Marlin_main.cpp Skip over spaces first
Menu Plans.xlsx Update the menu plan document with the current menu as per ultralcd.cpp.
Sd2Card.cpp Add feature to check&retry CRC read errors on SD.
Sd2Card.h Add feature to check&retry CRC read errors on SD.
Sd2PinMap.h Initial SAV MkI (RepRap CloneWars board) integration.
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 SD Card Alpha Sorting
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 Various typo fixes - only in comments, no code changes.
cardreader.cpp Remove debug echo
cardreader.h Polish up a little...
createTemperatureLookupMarlin.py Add M605 to dynamically set delta configuration
create_speed_lookuptable.py Added 20MHz support.
digipot_mcp4451.cpp Add Digipot config for 5DPrint D8 Driver Board
dogm_font_data_marlin.h Removed STB custom font hack from u8glib library and moved to marlin project
dogm_lcd_implementation.h Merge pull request from filipmu/Filament-Sensor
fastio.h Various typo fixes - only in comments, no code changes.
language.h Updated a bit of spanish language
motion_control.cpp Update motion_control.cpp
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Merge pull request from filipmu/Filament-Sensor
planner.cpp Merge pull request from filipmu/Filament-Sensor
planner.h Fixed a comment in the planner
qr_solve.cpp Various typo fixes - only in comments, no code changes.
qr_solve.h Simplify 3-point probing using new code only
speed_lookuptable.h Made the 2nd speed lookup table condition more explicit.
stepper.cpp Toshiba Stepper Driver support
stepper.h Various typo fixes - only in comments, no code changes.
temperature.cpp Merge pull request from filipmu/Filament-Sensor
temperature.h Real-time filament diameter measurement and control
thermistortables.h Update line 627 ,wrong number on thermistortables
ultralcd.cpp Merge pull request from xinfab/negative_values_in_menu
ultralcd.h Merge pull request from filipmu/Filament-Sensor
ultralcd_implementation_hitachi_HD44780.h Display Filament Sensor data on 20x4 LCD
ultralcd_st7920_u8glib_rrd.h Various typo fixes - only in comments, no code changes.
vector_3.cpp Fix issue 935: error in matrix calculation
vector_3.h Fixed the plane vector equation to a simpler one (only dependent on the normal)
watchdog.cpp Fix compiling the watchdog error message when the manual reset watchdog is used.
watchdog.h Various typo fixes - only in comments, no code changes.