scube/Marlin
Scott Lahteine 5714f64927 get latest Marlin_v1 changes
..
example_configurations get latest Marlin_v1 changes
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
COPYING first commit
Configuration.h get latest Marlin_v1 changes
ConfigurationStore.cpp get latest Marlin_v1 changes
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Implementation of FW extruder change retract
DOGMbitmaps.h get latest Marlin_v1 changes
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 get latest Marlin_v1 changes
Marlin.ino Add Azteeg X3 Pro as motherboard 68
Marlin.pde Add Azteeg X3 Pro as motherboard 68
MarlinSerial.cpp get latest Marlin_v1 changes
MarlinSerial.h Initial SAV MkI (RepRap CloneWars board) integration.
Marlin_main.cpp get latest Marlin_v1 changes
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 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 Various typo fixes - only in comments, no code changes.
cardreader.cpp M30 response is missing linefeed, "ok" therefore not on own line
cardreader.h preparation for hibernation
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 get latest Marlin_v1 changes
fastio.h Various typo fixes - only in comments, no code changes.
language.h get latest Marlin_v1 changes
motion_control.cpp get latest Marlin_v1 changes
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h get latest Marlin_v1 changes
planner.cpp get latest Marlin_v1 changes
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 get latest Marlin_v1 changes
stepper.h Various typo fixes - only in comments, no code changes.
temperature.cpp get latest Marlin_v1 changes
temperature.h get latest Marlin_v1 changes
thermistortables.h get latest Marlin_v1 changes
ultralcd.cpp get latest Marlin_v1 changes
ultralcd.h M0-M1 Enhancements
ultralcd_implementation_hitachi_HD44780.h get latest Marlin_v1 changes
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.