scube/Marlin
Bo Herrmannsen 67fd8f0727 Merge pull request from RobotCaleb/LanguageFix
Language Fix - Using the new language implementation wasn't behaving as expected.
..
example_configurations Fix issues ,
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
COPYING first commit
Configuration.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
ConfigurationStore.cpp Update for pull request
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Fix issues ,
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 Support for Gen3 Monolithic electronics
Marlin.h Move initialization of errormagic[] and echomagic[] to Marlin_main.cpp
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 Update Marlin_main.cpp
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 Merge branch 'Marlin_v1' into revert-1154-sd_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 Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
Servo.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
boards.h Defines for electronics boards
cardreader.cpp Merge branch 'Marlin_v1' into revert-1154-sd_sorting
cardreader.h Merge branch 'Marlin_v1' into revert-1154-sd_sorting
createTemperatureLookupMarlin.py Add M605 to dynamically set delta configuration
create_speed_lookuptable.py Added 20MHz support.
digipot_mcp4451.cpp Defines for electronics boards
dogm_font_data_marlin.h Removed STB custom font hack from u8glib library and moved to marlin project
dogm_lcd_implementation.h Using the new language implementation wasn't behaving as expected.
fastio.h Various typo fixes - only in comments, no code changes.
language.h Fix spacing
language_an.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_ca.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_de.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_en.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_es.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_eu.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_fi.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_fr.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_it.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_nl.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_pl.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_pt.h Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
language_ru.h Merge pull request from RobotCaleb/LanguageFix
motion_control.cpp Update motion_control.cpp
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Addes servo0 pin ultimaker
planner.cpp Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
planner.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
qr_solve.cpp Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
qr_solve.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
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 gregrebholz/issue_1069
temperature.h Added "auto fan" checks to PID_autotune
thermistortables.h Update line 627 ,wrong number on thermistortables
ultralcd.cpp Actual menu change. Moved menu logic to not be shown unless not currently printing. (untested but straight-forward, printer in a bad state currently)
ultralcd.h Reduce dogm lcd code
ultralcd_implementation_hitachi_HD44780.h Using the new language implementation wasn't behaving as expected.
ultralcd_st7920_u8glib_rrd.h Various typo fixes - only in comments, no code changes.
vector_3.cpp Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
vector_3.h Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
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.