scube/Marlin
Gabe Rosenhouse 174b8d99d5 Simplify 3-point probing using new code only
..
example_configurations/delta Correct missing parameter from last upmerge
BlinkM.cpp Corrected LCD only error
BlinkM.h Corrected LCD only error
COPYING first commit
Configuration.h Simplify 3-point probing using new code only
ConfigurationStore.cpp Update ConfigurationStore.cpp
ConfigurationStore.h Removed Delta from the default config file.
Configuration_adv.h Merge pull request from whosawhatsis/fwretract
DOGMbitmaps.h Apply all changes from latest Marlin_V1
LCD Menu Tree.pdf Added PDF file containing Menu Tree for documentation purposes. Source xlsx document included.
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 josefpavlik/Marlin_v1
Marlin.ino Add Azteeg X3 Pro as motherboard 68
Marlin.pde Add Azteeg X3 Pro as motherboard 68
MarlinSerial.cpp Various typo fixes - only in comments, no code changes.
MarlinSerial.h Initial SAV MkI (RepRap CloneWars board) integration.
Marlin_main.cpp Simplify 3-point probing using new code only
Menu Plans.xlsx Tidy up
Sd2Card.cpp Fix for a few -Wextra warnings.
Sd2Card.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace
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 Fix servo control for Melzi
cardreader.cpp Various typo fixes - only in comments, no code changes.
cardreader.h preparation for hibernation
createTemperatureLookupMarlin.py createTemperatureLookupMarlin.py: Change comment to refer to actual program name.
create_speed_lookuptable.py Added 20MHz support.
digipot_mcp4451.cpp Add Azteeg X3 Pro as motherboard 68
dogm_font_data_marlin.h Removed STB custom font hack from u8glib library and moved to marlin project
dogm_lcd_implementation.h fixed bad lcd commit from makr3d
fastio.h fastio.h: Add AT90USBxx_TEENSYPP_ASSIGNMENTS for teensyduino/Lincomatic/Printrboard compatibility.
language.h Fixed some messages where the text shown on the screen was more than 17 characters
motion_control.cpp software_endstops: use *_MIN_POS and *_MAX_POS for arcs
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Ultimainboard 2.x does not has a PS_ON pin.
planner.cpp Fixed math
planner.h Bed Auto Leveling feature
qr_solve.cpp Simplify 3-point probing using new code only
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 Add Ultiboard2 electronics. With PWM current settings. For the few people that have this new board as experiment in their UM-Original.
stepper.h Add the socalled "Babystepping" feature.
temperature.cpp Merge pull request from drf5n/oversampling
temperature.h Bed Heater monitoring in Controller Fan
thermistortables.h Pt100 and Pt1000 temperature sensors handling
ultralcd.cpp Merge pull request from josefpavlik/Marlin_v1
ultralcd.h Merge branch 'Marlin_v1' of https://github.com/makr3d/Marlin into makr3d-Marlin_v1
ultralcd_implementation_hitachi_HD44780.h Add configurable beep for UltiPanel.
ultralcd_st7920_u8glib_rrd.h Various typo fixes - only in comments, no code changes.
vector_3.cpp Merge pull request from cajun-rat/tidy
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.