Firmware/Marlin
Tommie Gannert f3f26f7cb3 Creality Ender support.
Reverse engineered from the unpublished firmware from Creality,
inferring the base version and configuration they used. The basis is
the firmware version from "Jul 31 2017 10:16:30". Configurations were
found by seeing what code was compiled into the firmware, and
constants used there.

They used Marlin 1.0.1, because

* 1.0.0 had very different serial output in `setup()` and overall
  code structure.
* 1.0.2 changed the `VERSION_STRING` to include a leading space,
  and `lcd_init` uses `SET_INPUT` instead of `pinMode`.

For U8Glib, a version between 1.14 and 1.17 was used, because

* 1.12 didn't have the extra speed argument to u8g_InitCom.
* 1.13 didn't have the soft reset instruction for UC1701 initialization.
* 1.18 has a new directory structure.

Quirks

* The value of PID_dT hints that F_CPU is 20M, but MarlinSerial.begin
  suggests it's indeed 16M (and the board uses 16M). Left at 16M for now.

* The LED and DOGLCD_CS are on the same pin.
2018-01-15 03:39:43 -06:00
..
example_configurations Creality Ender support. 2018-01-15 03:39:43 -06:00
bitmap_flags.h Parity with 2.0.x bitmap functions 2017-11-25 19:56:22 -06:00
blinkm.cpp Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
blinkm.h Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
boards.h Creality Ender support. 2018-01-15 03:39:43 -06:00
buzzer.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
cardreader.cpp Fix UBL compilation warnings 2018-01-02 19:41:02 -06:00
cardreader.h SD Menu patches 2017-11-26 01:10:06 -06:00
circularqueue.h
Conditionals_LCD.h Adding support for using the MKS_12864OLED with the SSD1306 controller 2017-12-16 17:44:34 -06:00
Conditionals_post.h Updates to TMC support 2018-01-10 04:32:49 -06:00
Conditionals.h
Configuration_adv.h More up-front option to show SD percentage 2018-01-14 23:30:59 -06:00
configuration_store.cpp Patch EEPROM for 32-bit 2018-01-14 23:18:45 -06:00
configuration_store.h UBL G29 works without settings.load 2018-01-05 15:47:52 -06:00
Configuration.h Bring other configs up-to-date 2018-01-11 01:03:34 -06:00
dac_mcp4728.cpp Fix get/setDrvPct declarations 2017-06-09 20:21:28 -07:00
dac_mcp4728.h Fix get/setDrvPct declarations 2017-06-09 20:21:28 -07:00
digipot_mcp4018.cpp Fix: set digipot mcp4018 Vrefmax to 1.666V 2017-06-24 12:35:34 -05:00
digipot_mcp4451.cpp Apply maths macros and type changes ahead of HAL 2017-06-19 22:57:42 -05:00
dogm_bitmaps.h Creality Ender support. 2018-01-15 03:39:43 -06:00
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_PL.h Polish font 2017-04-21 21:42:41 -05:00
dogm_font_data_ISO10646_1_tr.h
dogm_font_data_ISO10646_1.h Fix non-extended font option 2017-11-06 21:43:18 -06:00
dogm_font_data_ISO10646_5_Cyrillic.h
dogm_font_data_ISO10646_CN.h
dogm_font_data_ISO10646_CZ.h UTF-8 mapper for Czech 2017-07-04 15:51:23 -05:00
dogm_font_data_ISO10646_Greek.h
dogm_font_data_ISO10646_Kana.h
dogm_font_data_ISO10646_SK.h Added Slovak C2C3C4 mapper implementation. 2017-10-06 14:40:15 -05:00
dogm_font_data_Marlin_symbols.h
duration_t.h
endstop_interrupts.h General code/bitmaps cleanup 2017-12-13 17:57:54 -06:00
endstops.cpp General code/bitmaps cleanup 2017-12-13 17:57:54 -06:00
endstops.h Set initial endstops state 2017-12-05 01:08:39 -06:00
enum.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
fastio_168.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_644.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_1280.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_1281.h Split up fastio.h, document pin mappings 2017-05-21 10:33:27 -05:00
fastio_AT90USB.h Tweaks for M43 2017-07-06 21:47:50 -05:00
fastio.h Drop fastio timer cruft 2017-06-15 14:43:40 -05:00
fwretract.cpp Make FWRetract class for 2.0.x parity 2018-01-04 17:54:24 -06:00
fwretract.h Make FWRetract class for 2.0.x parity 2018-01-04 17:54:24 -06:00
G26_Mesh_Validation_Tool.cpp Make FWRetract class for 2.0.x parity 2018-01-04 17:54:24 -06:00
gcode.cpp Fix parser value handling 2017-11-14 23:23:22 -06:00
gcode.h Add pre-calculated planner.e_factor 2017-11-10 20:09:59 -06:00
hex_print_routines.cpp New GCode Parser - Implementation 2017-05-23 14:15:10 -05:00
hex_print_routines.h New GCode Parser - Implementation 2017-05-23 14:15:10 -05:00
I2CPositionEncoder.cpp Followup for I2C_POSITION_ENCODERS 2017-06-27 20:46:40 -05:00
I2CPositionEncoder.h Updates to TMC support 2018-01-10 04:32:49 -06:00
language_an.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_bg.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_ca.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_cn.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_cz_utf8.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_cz.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_da.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_de.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_el-gr.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_el.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_en.h Creality Ender support. 2018-01-15 03:39:43 -06:00
language_es.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_eu.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_fi.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_fr_utf8.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_fr.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_gl.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_hr.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_it.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_kana_utf8.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_kana.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_nl.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_pl-DOGM.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_pl-HD44780.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_pl.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_pt_utf8.h Fix WELCOME_MSG in PT 2017-12-24 18:45:16 -06:00
language_pt-br_utf8.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_pt-br.h Fix non-extended font option 2017-11-06 21:43:18 -06:00
language_pt.h Fix WELCOME_MSG in PT 2017-12-24 18:42:50 -06:00
language_ru.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_sk_utf8.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_test.h Update links to old wiki page 2017-09-23 22:06:45 -05:00
language_tr.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_uk.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_zh_CN.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language_zh_TW.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
language.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
least_squares_fit.cpp Apply coding standards to recent merges 2017-07-13 00:46:16 -05:00
least_squares_fit.h Apply coding standards to recent merges 2017-07-13 00:46:16 -05:00
leds.cpp Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
leds.h Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
M100_Free_Mem_Chk.cpp Apply const, spacing, etc. 2017-06-27 05:23:49 -05:00
macros.h Update macros for parity with 2.0.x 2017-11-10 04:32:27 -06:00
Makefile Creality Ender support. 2018-01-15 03:39:43 -06:00
Marlin_main.cpp Cleanup spacing, commentary 2018-01-11 18:52:54 -06:00
Marlin.h Updates to TMC support 2018-01-10 04:32:49 -06:00
Marlin.ino
MarlinConfig.h Updates to TMC support 2018-01-10 04:32:49 -06:00
MarlinSerial.cpp Fix Emergency Parser 2017-10-14 15:58:07 -05:00
MarlinSerial.h Remove redundant serial sanity check 2017-12-19 19:07:20 -06:00
MarlinSPI.h Fix PlatformIO dependencies 2017-11-16 15:16:21 -06:00
Max7219_Debug_LEDs.cpp Apply coding standards to Max7219 code 2017-11-17 15:33:55 -06:00
Max7219_Debug_LEDs.h Initial conflict resolution of SD_REPRINT_LAST_SELECTED_FILE (#8104) 2017-10-26 11:44:55 -05:00
mesh_bed_leveling.cpp Make mbl.has_mesh() a method 2018-01-07 18:14:37 -06:00
mesh_bed_leveling.h Make mbl.has_mesh() a method 2018-01-07 18:14:37 -06:00
neopixel.cpp Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
neopixel.h Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
nozzle.cpp [1.1.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE (#8864) 2017-12-24 23:47:05 -06:00
nozzle.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
pca9632.cpp Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
pca9632.h Cleanups/changes to led control menu 2017-11-30 00:04:43 -06:00
pins_3DRAG.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_5DPRINT.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_ANET_10.h Adding support for the Tronxy and Zonestar LCD 2017-12-15 19:13:31 -06:00
pins_AZTEEG_X1.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_AZTEEG_X3_PRO.h Unify AVR90USB: Pins cleanup 2017-06-09 18:48:12 -05:00
pins_AZTEEG_X3.h Apply some tweaks based on 2.0.x 2017-10-09 17:39:03 -05:00
pins_BAM_DICE_DUE.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_BQ_ZUM_MEGA_3D.h Add support for BQ heated bed kit with Hephestos 2 2017-07-07 03:10:38 -05:00
pins_BRAINWAVE_PRO.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_BRAINWAVE.h Remove extraneous USBCON defines for AT90USB boards 2017-07-23 16:41:48 -07:00
pins_CHEAPTRONIC.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_CHEAPTRONICv2.h Whitespace cleanup 2018-01-05 10:19:15 -06:00
pins_CNCONTROLS_11.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_CNCONTROLS_12.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_CREALITY_ENDER.h Creality Ender support. 2018-01-15 03:39:43 -06:00
pins_ELEFU_3.h
pins_FELIX2.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN3_MONOLITHIC.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN3_PLUS.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN6_DELUXE.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN6.h Minor patches to pins files 2017-08-23 18:32:59 -05:00
pins_GEN7_12.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_13.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_14.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_GEN7_CUSTOM.h Unify AVR90USB: Pins cleanup 2017-06-09 18:48:12 -05:00
pins_GT2560_REV_A_PLUS.h Fix GT2560 A+ servo pins 2017-12-25 02:20:13 -06:00
pins_GT2560_REV_A.h Fix GT2560 A+ servo pins 2017-12-25 02:20:13 -06:00
pins_K8200.h
pins_K8400.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_LEAPFROG.h
pins_MAKEBOARD_MINI.h Fix:EndStops doesn't working with BOARD_RAMPS_14_EFB on Micromake C1 (#8041) 2017-10-21 00:24:22 -05:00
pins_MEGACONTROLLER.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_MEGATRONICS_2.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_MEGATRONICS_3.h Use MB() for Megatronics 3.1 2017-12-08 23:39:47 -06:00
pins_MEGATRONICS.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_MELZI_CREALITY.h Whitespace clean 2017-12-06 16:19:49 -06:00
pins_MELZI_MAKR3D.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_MELZI_MALYAN.h [1.1.x] Fix support for Malyan M150 (#9146) 2018-01-12 01:14:07 -06:00
pins_MELZI.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_MIGHTYBOARD_REVE.h Fix TEMP_BED_PIN for Mightyboard Rev.E 2017-12-07 21:52:43 -06:00
pins_MINIRAMBO.h Board definition and PIN assignments for Mini RAMBo1.0a 2017-12-08 23:41:34 -06:00
pins_MINITRONICS.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_MKS_13.h MKS 1.3+: Add pin mapping for PS_ON 2017-07-21 18:50:05 -05:00
pins_MKS_BASE.h Whitespace cleanup 2018-01-05 10:19:15 -06:00
pins_MKS_GEN_L.h Added MKS GEN L board (#8088) 2017-10-27 02:13:41 -05:00
pins_OMCA_A.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_OMCA.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_PRINTRBOARD_REVF.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_PRINTRBOARD.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_RAMBO.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_RAMPS_13.h
pins_RAMPS_OLD.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_RAMPS_PLUS.h Adding support for using the MKS_12864OLED with the SSD1306 controller 2017-12-16 17:44:34 -06:00
pins_RAMPS.h Adding support for using the MKS_12864OLED with the SSD1306 controller 2017-12-16 17:44:34 -06:00
pins_RIGIDBOARD_V2.h Need to define this for Rigidboard V2 2017-04-30 19:04:27 -05:00
pins_RIGIDBOARD.h SPINDLE/LASER pins changes 2017-05-17 04:23:06 -05:00
pins_RUMBA.h Pins-related cleanup, formatting 2017-05-21 07:18:03 -05:00
pins_SAINSMART_2IN1.h Patch pins files hotends/e-steppers sanity check 2017-04-07 10:46:33 -05:00
pins_SANGUINOLOLU_11.h Creality Ender support. 2018-01-15 03:39:43 -06:00
pins_SANGUINOLOLU_12.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_SAV_MKI.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_SCOOVO_X9H.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_SETHI.h Formatting adjustments 2017-06-15 15:25:24 -05:00
pins_SILVER_GATE.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_STB_11.h Tweak Sanguinololu-related pins files 2017-08-23 18:32:59 -05:00
pins_TEENSY2.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_TEENSYLU.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_ULTIMAIN_2.h Edit digipot currents via LCD, save to EEPROM 2017-06-25 01:02:36 -05:00
pins_ULTIMAKER_OLD.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_ULTIMAKER.h Drop unused LARGE_FLASH option 2017-11-13 15:47:03 -06:00
pins_ZRIB_V20.h Support for ZRIB v2.0 Control Board 2017-06-02 12:05:46 -05:00
pins.h Creality Ender support. 2018-01-15 03:39:43 -06:00
pinsDebug_list.h [1.1.x] TMC driver update (#8712) 2017-12-15 15:02:39 -06:00
pinsDebug_plus_70.h Support for SilverGate Board 2017-10-31 15:26:27 -05:00
pinsDebug_Teensyduino.h Unify AVR90USB: pinsDebug changes 2017-06-09 19:20:16 -05:00
pinsDebug.h Support for SilverGate Board 2017-10-31 15:26:27 -05:00
planner_bezier.cpp Tweaks to cubic_b_sline code style 2017-11-04 22:00:45 -05:00
planner_bezier.h
planner.cpp [1.1.x] Ensure smooth printer movements (#9149) 2018-01-11 18:50:18 -06:00
planner.h Cleanup spacing, commentary 2018-01-11 18:52:54 -06:00
point_t.h Cleanup Nozzle class, fix XY vs Z move order 2017-11-05 18:14:18 -06:00
printcounter.cpp Patch some serial macros 2017-06-09 17:17:23 -05:00
printcounter.h Cosmetic patches 2017-04-26 06:24:23 -05:00
SanityCheck.h Updates to TMC support 2018-01-10 04:32:49 -06:00
Sd2Card.cpp Save some program memory 2018-01-13 09:46:54 +01:00
Sd2Card.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdBaseFile.cpp Tweak readDir code 2017-11-26 18:23:34 -06:00
SdBaseFile.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdFatConfig.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdFatStructs.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdFatUtil.cpp Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdFatUtil.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdFile.cpp Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdFile.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdInfo.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdVolume.cpp Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
SdVolume.h Cleanup, apply standards to SD lib, cardreader 2017-11-15 01:09:06 -06:00
serial.cpp Add proportional font adjustment ratio 2017-05-10 17:19:03 -04:00
serial.h Updates to TMC support 2018-01-10 04:32:49 -06:00
servo.cpp Implement SERVO_DELAY as array 2017-08-15 00:28:47 -05:00
servo.h Add macros for delays by machine cycle 2017-04-11 09:18:32 -05:00
softspi.h Fix hexadecimal number formatting 2017-08-14 22:50:44 -05:00
speed_lookuptable.h Minimal include for speed_lookuptable 2017-12-05 21:44:59 -06:00
stepper_dac.cpp Apply const to axis args 2017-12-11 00:20:29 -06:00
stepper_dac.h Apply const to axis args 2017-12-11 00:20:29 -06:00
stepper_indirection.cpp Synchronize configs with 2.0.x 2017-12-31 00:02:22 -06:00
stepper_indirection.h [1.1.x] TMC driver update (#8712) 2017-12-15 15:02:39 -06:00
stepper.cpp Tweak cleaning buffer / SD finished command 2017-12-24 20:33:58 -06:00
stepper.h Revert "[Bugfix-1.1.x] initial step correction (#8735)" 2017-12-17 02:04:44 -06:00
stopwatch.cpp General comment cleanup 2017-04-08 18:58:33 -05:00
stopwatch.h Patch #else / #endif comments 2017-05-09 12:37:23 -05:00
temperature.cpp More reliable temperature serial output? 2018-01-15 00:44:55 -06:00
temperature.h Cleanup, commentary of M303 pid tuning code 2018-01-03 20:48:43 -06:00
thermistornames.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_1.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_2.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_3.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_4.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_5.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_6.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_7.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_8.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_9.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_10.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_11.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_12.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_13.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_20.h Add OV() macro for thermistor tables 2017-11-15 03:20:36 -06:00
thermistortable_51.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_52.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_55.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_60.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_66.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_70.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_71.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_75.h Update of comments in thermistor table files. No functional changes. 2017-12-31 14:46:56 +01:00
thermistortable_110.h
thermistortable_147.h
thermistortable_998.h Add OV() macro for thermistor tables 2017-11-15 03:20:36 -06:00
thermistortable_999.h Add OV() macro for thermistor tables 2017-11-15 03:20:36 -06:00
thermistortable_1010.h
thermistortable_1047.h
thermistortables.h Add OV() macro for thermistor tables 2017-11-15 03:20:36 -06:00
tmc_util.cpp Updates to TMC support 2018-01-10 04:32:49 -06:00
tmc_util.h Updates to TMC support 2018-01-10 04:32:49 -06:00
twibus.cpp Patch some serial macros 2017-06-09 17:17:23 -05:00
twibus.h Clean up some trailing spaces 2017-07-01 22:32:20 -05:00
types.h Make G26 work with all mesh leveling. 2017-11-23 21:41:27 -06:00
ubl_G29.cpp UBL G29 works without settings.load 2018-01-05 15:47:52 -06:00
ubl_motion.cpp Comment return false in motion functions 2017-12-24 22:56:56 -06:00
ubl.cpp UBL devel debugging flag 2017-12-11 00:20:29 -06:00
ubl.h One or the other? 2017-12-11 00:20:29 -06:00
ultralcd_impl_DOGM.h Creality Ender support. 2018-01-15 03:39:43 -06:00
ultralcd_impl_HD44780.h Add M701 / M702 filament load / unload 2017-12-30 19:48:21 -06:00
ultralcd_st7565_u8glib_VIKI.h Support for SilverGate Board 2017-10-31 15:26:27 -05:00
ultralcd_st7920_u8glib_rrd.h Support for SilverGate Board 2017-10-31 15:26:27 -05:00
ultralcd.cpp LCD_CONTRAST to uint16_t for 1.1.x parity (#9148) 2018-01-11 18:32:41 -06:00
ultralcd.h LCD_CONTRAST to uint16_t for 1.1.x parity (#9148) 2018-01-11 18:32:41 -06:00
utf_mapper.h Tweak spacing in utf8_mapper.h 2017-10-06 15:11:27 -05:00
utility.cpp convert DAC percent to uint8_t 2017-06-19 17:46:41 -05:00
utility.h Updates for G33-LCD interface 2017-07-07 05:00:59 -05:00
vector_3.cpp Add a struct defining EEPROM storage 2018-01-05 15:47:51 -06:00
vector_3.h Add a struct defining EEPROM storage 2018-01-05 15:47:51 -06:00
Version.h Encourage users to re-examine their configs 2017-10-24 18:33:31 -05:00
watchdog.cpp Fix watchdog in WATCHDOG_RESET_MANUAL mode AVR 2017-11-03 04:45:13 +01:00
watchdog.h