scube/Marlin
Steffen Vogel fb0996b5db improved output aligment and precision
..
documentation Move scripts and documentation to subfolders
example_configurations Move delta calibration menu to sample delta configuration.
scripts improved output aligment and precision
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
COPYING first commit
Configuration.h Due to the fix for , X and Y probe offsets must not be floats.
ConfigurationStore.cpp Fix syntax error caused by previous changes.
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Fix issues ,
DOGMbitmaps.h Adaption of LCD info screen
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 rework analogInputToDigitalPin definition
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 issue 968 for dev branch
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 Fix regressions affecting compilation
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
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 Merge pull request from wgm4321/Development
fastio.h Various typo fixes - only in comments, no code changes.
language.h Fix spacing
language_an.h Merge pull request from wgm4321/Development
language_ca.h Merge pull request from wgm4321/Development
language_de.h Merge pull request from wgm4321/Development
language_en.h Add Filament menu and add Filament/Retract settings to config store.
language_es.h Merge pull request from wgm4321/Development
language_eu.h Merge pull request from wgm4321/Development
language_fi.h Merge pull request from wgm4321/Development
language_fr.h Merge pull request from wgm4321/Development
language_it.h Merge pull request from wgm4321/Development
language_nl.h Merge pull request from wgm4321/Development
language_pl.h Merge pull request from wgm4321/Development
language_pt.h Merge pull request from wgm4321/Development
language_ru.h Merge pull request from wgm4321/Development
motion_control.cpp Update motion_control.cpp
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Update pins.h
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 temp runaway: proper cast to prevent any overflow.
temperature.h Added "auto fan" checks to PID_autotune
thermistortables.h Update line 627 ,wrong number on thermistortables
ultralcd.cpp Add Filament menu and add Filament/Retract settings to config store.
ultralcd.h Add Filament menu and add Filament/Retract settings to config store.
ultralcd_implementation_hitachi_HD44780.h Add Filament menu and add Filament/Retract settings to config store.
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.