scube/Marlin
Lionello Lunesu 0d35b1d0b8 Allow negative values in menus
..
example_configurations Updated example configurations for Delta printers
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
COPYING first commit
Configuration.h Commented out FILAMENT_SENSOR #define
ConfigurationStore.cpp Simple code cleanup. Rename "homeing" to homing.
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Implementation of FW extruder change retract
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 Merge pull request from filipmu/Filament-Sensor
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 Adaption of LCD info screen
fastio.h Various typo fixes - only in comments, no code changes.
language.h Merge pull request from thinkyhead/codeclean
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 Simple code cleanup. Rename "homeing" to homing.
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 Allow negative values in menus
ultralcd.h Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
ultralcd_implementation_hitachi_HD44780.h Adjust the Z display to hide float rounding errors
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.