scube/Marlin
Scott Lahteine eb714ee873 Move dummy thermistor opts, fix redundant sensor comment
..
example_configurations Move dummy thermistor opts, fix redundant sensor comment
Conditionals.h Make Conditionals.h a catch-all for old configs
Conditionals_LCD.h Fix BLTOUCH string and SERVO_DELAY
Conditionals_post.h Extended capabilities report in M115
Configuration.h Move dummy thermistor opts, fix redundant sensor comment
Configuration_adv.h Merge pull request from thinkyhead/rc_extended_host_support
M100_Free_Mem_Chk.cpp Repair M100
Makefile reduce binary size of .hex
Marlin.h Centralize click-handling in the LCD loop
Marlin.ino Unify config in a single include without nested includes
MarlinConfig.h Merge pull request from AnHardt/sd2pinmap
MarlinSerial.cpp Centralize click-handling in the LCD loop
MarlinSerial.h Optimize, reduce size of MarlinSerial
Marlin_main.cpp Move GCode list above include lines
SanityCheck.h Sanity check that auto fan pins can do PWM
Sd2Card.cpp Use fastio for literal pins
Sd2Card.h repair-software-spi
SdBaseFile.cpp Clear dir_t size, not pointer size
SdBaseFile.h
SdFatConfig.h repair-software-spi
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h Cleanup SdFatUtil.h
SdFile.cpp
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
Version.h Update distribution date and readme
blinkm.cpp
blinkm.h
boards.h Update boards.h
buzzer.h fixed warning: ISO C++ forbids compound-literals
cardreader.cpp Add a ZERO macro to clear arrays
cardreader.h Fix bug in CardReader::stopSDPrint
circularqueue.h Patch up CircularQueue
configuration_store.cpp Make LCD preheat vars an array to reduce code size
configuration_store.h Print error for M500 with disabled EEPROM
dac_mcp4728.cpp Fix DAC current code
dac_mcp4728.h Fix DAC current code
digipot_mcp4451.cpp Unify config in a single include without nested includes
dogm_bitmaps.h Updates u8glib's bmp2hex converter
dogm_font_data_6x9_marlin.h
dogm_font_data_HD44780_C.h
dogm_font_data_HD44780_J.h
dogm_font_data_HD44780_W.h
dogm_font_data_ISO10646_1.h
dogm_font_data_ISO10646_1_tr.h Add Turkish Language
dogm_font_data_ISO10646_5_Cyrillic.h
dogm_font_data_ISO10646_CN.h
dogm_font_data_ISO10646_Greek.h Greek language pack from @psavva
dogm_font_data_ISO10646_Kana.h
dogm_font_data_Marlin_symbols.h
duration_t.h Handle hours >= 100
endstop_interrupts.h More detailed static_assert messages
endstops.cpp const arguments to test_dual_z_endstops
endstops.h const arguments to test_dual_z_endstops
enum.h Make dual_x_carriage_mode an enumeration
fastio.h Merge pull request from thinkyhead/rc_mightyboard_rev_e
language.h Extended capabilities report in M115
language_an.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_bg.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_ca.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_cn.h Follow up the PR (Add Turkish Language), etc
language_cz.h Patch up some language formatting
language_da.h Patch up some language formatting
language_de.h Patch up some language formatting
language_el-gr.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_el.h Patch up some language formatting
language_en.h Patch up some language formatting
language_es.h Follow up the PR (Add Turkish Language), etc
language_eu.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_fi.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_fr.h Patch up some language formatting
language_gl.h Patch up some language formatting
language_hr.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_it.h Patch up some language formatting
language_kana.h Patch up some language formatting
language_kana_utf8.h Update Japanese translation
language_nl.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_pl.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_pt-br.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_pt-br_utf8.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_pt.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_pt_utf8.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_ru.h max_jerk array, DEFAULT_XYJERK => DEFAULT_[XY]JERK
language_test.h Keep SIMULATE_ROMFONT only language.h
language_tr.h Patch up some language formatting
macros.h Store Mix factors as reciprocals and multiply
mesh_bed_leveling.cpp Add a ZERO macro to clear arrays
mesh_bed_leveling.h Save CPU by multiplying by pre-compiled values
nozzle.h Nozzle::clean() no longer requires HAS_BED_PROBE
pins.h Update pins.h
pinsDebug.h Follow-up the PR (M355 Case light)
pins_3DRAG.h Follow-up the PR , etc
pins_5DPRINT.h Follow-up the PR , etc
pins_99.h Follow-up the PR , etc
pins_A4JP.h No FAN0_PIN
pins_AZTEEG_X1.h
pins_AZTEEG_X3.h Follow-up the PR (Fixed SERVO pins on Azteeg X3), etc
pins_AZTEEG_X3_PRO.h Predefine auto fan pins in some pins files
pins_BAM_DICE_DUE.h Follow-up the PR , etc
pins_BQ_ZUM_MEGA_3D.h Predefine auto fan pins in some pins files
pins_BRAINWAVE.h Follow-up the PR , etc
pins_BRAINWAVE_PRO.h Follow-up the PR , etc
pins_CHEAPTRONIC.h Follow-up the PR , etc
pins_CNCONTROLS_11.h Predefine auto fan pins in some pins files
pins_CNCONTROLS_12.h Predefine auto fan pins in some pins files
pins_ELEFU_3.h Follow-up the PR , etc
pins_FELIX2.h Follow-up the PR , etc
pins_GEN3_MONOLITHIC.h Follow-up the PR , etc
pins_GEN3_PLUS.h Follow-up the PR , etc
pins_GEN6.h Follow-up the PR , etc
pins_GEN6_DELUXE.h
pins_GEN7_12.h Label analog pins in a similar way
pins_GEN7_13.h
pins_GEN7_14.h Follow-up the PR , etc
pins_GEN7_CUSTOM.h Follow-up the PR , etc
pins_K8200.h
pins_K8400.h Follow-up the PR , etc
pins_LEAPFROG.h Follow-up the PR , etc
pins_MEGACONTROLLER.h Follow-up the PR , etc
pins_MEGATRONICS.h Follow-up the PR , etc
pins_MEGATRONICS_2.h Follow-up the PR , etc
pins_MEGATRONICS_3.h Update pins_MEGATRONICS_3.h
pins_MELZI.h
pins_MELZI_MAKR3D.h
pins_MIGHTYBOARD_REVE.h Developer note in pins_MIGHTYBOARD_REVE.h
pins_MINIRAMBO.h Follow-up the PR , etc
pins_MINITRONICS.h Follow-up the PR , etc
pins_MKS_13.h Follow-up the PR , etc
pins_MKS_BASE.h Follow-up the PR , etc
pins_OMCA.h Follow-up the PR , etc
pins_OMCA_A.h Follow-up the PR , etc
pins_PRINTRBOARD.h Follow-up the PR , etc
pins_PRINTRBOARD_REVF.h Follow-up the PR , etc
pins_RAMBO.h Follow-up the PR , etc
pins_RAMPS.h Follow-up the PR (Fixed SERVO pins on Azteeg X3), etc
pins_RAMPS_13.h pins_RAMPS_14.h => pins_RAMPS.h
pins_RAMPS_OLD.h Follow-up the PR , etc
pins_RIGIDBOARD.h Follow-up the PR , etc
pins_RIGIDBOARD_V2.h Follow-up the PR , etc
pins_RUMBA.h Follow-up the PR , etc
pins_SAINSMART_2IN1.h Follow-up the PR , etc
pins_SANGUINOLOLU_11.h Follow-up the PR , etc
pins_SANGUINOLOLU_12.h
pins_SAV_MKI.h Follow-up the PR , etc
pins_SETHI.h Follow-up the PR , etc
pins_STB_11.h
pins_TEENSY2.h Follow-up the PR , etc
pins_TEENSYLU.h Follow-up the PR , etc
pins_ULTIMAIN_2.h Follow-up the PR , etc
pins_ULTIMAKER.h Follow-up the PR , etc
pins_ULTIMAKER_OLD.h Follow-up the PR , etc
planner.cpp Add autotemp capabilities to M104
planner.h Add autotemp capabilities to M104
planner_bezier.cpp Improve planner kinematics, fix delta ABL
planner_bezier.h Append units to feedrate variables
platformio.ini Move platformio directories out of source tree
point_t.h Adds missing documentation to the point_t structure
printcounter.cpp Renamed timestamp_t to duration_t
printcounter.h Adds filamentUsed and longestPrint stats to PrintCounter
qr_solve.cpp Enable ABL by type, support bilinear on cartesian
qr_solve.h Enable ABL by type, support bilinear on cartesian
servo.cpp Unify config in a single include without nested includes
servo.h
speed_lookuptable.h
stepper.cpp Followup to new endstop interrupts feature
stepper.h Minor babystep cleanup patches
stepper_dac.cpp DAC patches
stepper_dac.h Cleanup of code style
stepper_indirection.cpp Unify config in a single include without nested includes
stepper_indirection.h Unify config in a single include without nested includes
stopwatch.cpp Updates Stopwatch class to use internal state enum
stopwatch.h Updates Stopwatch class to use internal state enum
temperature.cpp Minor babystep cleanup patches
temperature.h Minor babystep cleanup patches
thermistornames.h Dyze High Temp Thermistor Support
thermistortables.h Dyze High Temp Thermistor Support
twibus.cpp Allow send to i2c address 0 (broadcast)
twibus.h M155=>M260, M156=>M261
types.h Adds types.h
ultralcd.cpp Printer Stats / Completed prints line doesn't fit in display (when german)
ultralcd.h Reduce code for invariant lcd_detected
ultralcd_impl_DOGM.h Add Turkish Language
ultralcd_impl_HD44780.h Patch up some language formatting
ultralcd_st7920_u8glib_rrd.h
utf_mapper.h Make MAPPER_NON the fall back mapper
utility.cpp Move number-to-string function to utility.*
utility.h Move number-to-string function to utility.*
vector_3.cpp Enable ABL by type, support bilinear on cartesian
vector_3.h Enable ABL by type, support bilinear on cartesian
watchdog.cpp
watchdog.h