scube/Marlin
Scott Lahteine 670006b919 Remove invariant code from Configurations
- Add `Conditionals.h` with calculated configuration values
- Add `SanityCheck.h` with checks for configuration errors
- Remove equivalent code from all configurations
- Move error checks from some sources to `SanityCheck.h` also
- Fix initialization of count_direction in stepper.cpp
..
configurator Remove invariant code from Configurations
example_configurations Remove invariant code from Configurations
fonts Add new (cleaner) Marlin font
scripts rename stepper lookup table scipt to be consistent with termistor lookup table script
BlinkM.cpp Cleanup of cardreader.*
BlinkM.h Cleanup of cardreader.*
Conditionals.h Remove invariant code from Configurations
Configuration.h Remove invariant code from Configurations
ConfigurationStore.cpp Add Travel Acceleration and change the M204 options
ConfigurationStore.h Cleanup of cardreader.*
Configuration_adv.h Remove invariant code from Configurations
DOGMbitmaps.h Replaced some literal constants with defines
LiquidCrystalRus.cpp Fix iss#1492
LiquidCrystalRus.h Enables support the Cyrillic alphabet for LCD
Makefile Remove hardcoded programmer option (-cwiring). Use variable AVRDUDE_PROGRAMMER.
Marlin.h Merge branch 'Development' into delta_auto_bed_level
Marlin.ino - Rename WRITE_E_STEP for consistency
Marlin.pde - Rename WRITE_E_STEP for consistency
MarlinSerial.cpp - Rename WRITE_E_STEP for consistency
MarlinSerial.h - Rename WRITE_E_STEP for consistency
Marlin_main.cpp Remove invariant code from Configurations
SanityCheck.h Remove invariant code from Configurations
Sd2Card.cpp - Rename WRITE_E_STEP for consistency
Sd2Card.h Revert "Move Sd library out into library"
Sd2PinMap.h - Rename WRITE_E_STEP for consistency
SdBaseFile.cpp Rename lastnr to autostart_index and...
SdBaseFile.h Pass sel to lcd_implementation_mark_as_selected
SdFatConfig.h Rename lastnr to autostart_index and...
SdFatStructs.h Revert "Move Sd library out into library"
SdFatUtil.cpp Revert "Move Sd library out into library"
SdFatUtil.h Revert "Move Sd library out into library"
SdFile.cpp Revert "Move Sd library out into library"
SdFile.h Revert "Move Sd library out into library"
SdInfo.h Revert "Move Sd library out into library"
SdVolume.cpp - Rename WRITE_E_STEP for consistency
SdVolume.h Revert "Move Sd library out into library"
Servo.cpp Formatting cleanup of quiet sources
Servo.h Formatting cleanup of quiet sources
boards.h Updated PR to streamline integration
cardreader.cpp Fix "Stop Print" function in the LCD menu
cardreader.h Cleanup of cardreader.*
digipot_mcp4451.cpp Cleanup of cardreader.*
dogm_font_data_ISO10646_1_Marlin.h Add new (cleaner) Marlin font
dogm_lcd_implementation.h Small code tweaks re lcd.print
fastio.h - Rename WRITE_E_STEP for consistency
language.h Remove invariant code from Configurations
language_an.h Remove language strings that only add a number
language_ca.h Remove language strings that only add a number
language_de.h Make exemplaric use of new display charsets in language_en.h and languag_de.h
language_en.h Add Travel Acceleration and change the M204 options
language_es.h Remove language strings that only add a number
language_eu.h Remove language strings that only add a number
language_fi.h Fixed error in translation
language_fr.h Remove language strings that only add a number
language_it.h Remove language strings that only add a number
language_nl.h Remove language strings that only add a number
language_pl.h Remove language strings that only add a number
language_pt-br.h Portuguese (pt) and Brazilian Portuguese (pt-br)
language_pt.h Changes for Portuguese too
language_ru.h Fix iss#1492
motion_control.cpp Update motion_control.cpp
motion_control.h Removed interrupt nesting in the stepper ISR.
pins.h Merge pull request from apollo-ng/pr-felix
pins_3DRAG.h Issue – K8200 Z_ENABLE_PIN
pins_5DPRINT.h Split up pins to make it more manageable
pins_99.h Split up pins to make it more manageable
pins_AZTEEG_X1.h Split up pins to make it more manageable
pins_AZTEEG_X3.h Azteeg X3 overrides too
pins_AZTEEG_X3_PRO.h Merge branch 'Development' into fixup_ramps_boards
pins_BAM_DICE_DUE.h Merge branch 'Development' into fixup_ramps_boards
pins_BRAINWAVE.h Split up pins to make it more manageable
pins_CHEAPTRONIC.h Cleanup rotary encoder encrot* defines
pins_DUEMILANOVE_328P.h Split up pins to make it more manageable
pins_ELEFU_3.h Cleanup rotary encoder encrot* defines
pins_FELIX2.h Minor fixes
pins_GEN3_MONOLITHIC.h Split up pins to make it more manageable
pins_GEN3_PLUS.h Split up pins to make it more manageable
pins_GEN6.h Split up pins to make it more manageable
pins_GEN6_DELUXE.h Split up pins to make it more manageable
pins_GEN7_12.h cleanup
pins_GEN7_13.h Split up pins to make it more manageable
pins_GEN7_14.h cleanup
pins_GEN7_CUSTOM.h Split up pins to make it more manageable
pins_HEPHESTOS.h Merge branch 'Development' into fixup_ramps_boards
pins_K8200.h Split up pins to make it more manageable
pins_LEAPFROG.h Max endstop pins disabled by configuration
pins_MEGATRONICS.h Cleanup rotary encoder encrot* defines
pins_MEGATRONICS_1.h Cleanup rotary encoder encrot* defines
pins_MEGATRONICS_2.h Cleanup rotary encoder encrot* defines
pins_MEGATRONICS_3.h Cleanup rotary encoder encrot* defines
pins_MELZI.h Split up pins to make it more manageable
pins_MELZI_1284.h Split up pins to make it more manageable
pins_OMCA.h Split up pins to make it more manageable
pins_OMCA_A.h Split up pins to make it more manageable
pins_PRINTRBOARD.h Split up pins to make it more manageable
pins_RAMBO.h Cleanup rotary encoder encrot* defines
pins_RAMPS_13.h Filament Runout Sensor Feature
pins_RAMPS_OLD.h Max endstop pins disabled by configuration
pins_RUMBA.h Cleanup of temperature code
pins_SANGUINOLOLU_11.h Split up pins to make it more manageable
pins_SANGUINOLOLU_12.h Split up pins to make it more manageable
pins_SAV_MKI.h Split up pins to make it more manageable
pins_SETHI.h cleanup
pins_STB_11.h Split up pins to make it more manageable
pins_TEENSY2.h Split up pins to make it more manageable
pins_TEENSYLU.h Split up pins to make it more manageable
pins_ULTIMAIN_2.h Split up pins to make it more manageable
pins_ULTIMAKER.h Split up pins to make it more manageable
pins_ULTIMAKER_OLD.h Split up pins to make it more manageable
pins_WITBOX.h Merge branch 'Development' into fixup_ramps_boards
planner.cpp Merge branch 'Development' into delta_auto_bed_level
planner.h Merge branch 'Development' into delta_auto_bed_level
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 Revert "Reduce PROGMEM warnings"
stepper.cpp Remove invariant code from Configurations
stepper.h - Rename WRITE_E_STEP for consistency
stepper_indirection.cpp - Add support for L6470 Drivers.
stepper_indirection.h - Add support for L6470 Drivers.
temperature.cpp Remove invariant code from Configurations
temperature.h Cleanup of temperature code
thermistortables.h Extend the idea of dummy temperature sensors.
ultralcd.cpp Remove invariant code from Configurations
ultralcd.h - Rename WRITE_E_STEP for consistency
ultralcd_implementation_hitachi_HD44780.h Include indicator for new drawmenu_generic
ultralcd_st7920_u8glib_rrd.h Update ultralcd_st7920_u8glib_rrd.h
vector_3.cpp Fix decimal places in G29 Bed Equation Coeficients
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.