scube/Marlin
Dino Del Favero 5cfe13f240 Correct some mistakes
..
documentation Move scripts and documentation to subfolders
example_configurations Correct some mistakes
scripts rename stepper lookup table scipt to be consistent with termistor lookup table script
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
Configuration.h Correct some mistakes
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 Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_ca.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_de.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_en.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_es.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_eu.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_fi.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_fr.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_it.h Correct some mistakes
language_nl.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_pl.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_pt.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
language_ru.h Revert "Add "Detailed Z Probe" menu item with ABL is defined."
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 I have added some code in the "temperature.cpp" for have the possibility of control the time of the states with the heater drived by relays, with this feature now it is possible use PID function in conjunction with relay to control the temperature. I have made some tests and the temperature stay always in the range of +-1°C from the setted temp.
temperature.h Added "auto fan" checks to PID_autotune
thermistortables.h Update line 627 ,wrong number on thermistortables
ultralcd.cpp Re-enable filament menu with recalc fix when enabling/disabling mm3
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.