thinkyhead
0975c487f0
[cron] Bump distribution date (2020-10-08)
2020-10-16 16:39:54 -05:00
thinkyhead
cf53bc2dd2
[cron] Bump distribution date (2020-10-07)
2020-10-16 16:39:54 -05:00
ladismrkolj
2b845e5a75
Add Chamber servo vent, auto fan ( #19519 )
2020-10-16 16:39:54 -05:00
thinkyhead
f8ceedea5c
[cron] Bump distribution date (2020-10-06)
2020-10-16 16:39:54 -05:00
thinkyhead
cb8c99c4f8
[cron] Bump distribution date (2020-10-05)
2020-10-16 16:39:54 -05:00
thinkyhead
7d47ee732e
[cron] Bump distribution date (2020-10-04)
2020-10-16 16:39:53 -05:00
thinkyhead
6ceacd62f9
[cron] Bump distribution date (2020-10-03)
2020-10-16 16:39:53 -05:00
thinkyhead
d33317eadb
[cron] Bump distribution date (2020-10-02)
2020-10-16 16:38:59 -05:00
thinkyhead
1ba2548fb2
[cron] Bump distribution date (2020-10-01)
2020-10-16 16:38:58 -05:00
thinkyhead
1332be77a5
[cron] Bump distribution date (2020-09-30)
2020-10-16 16:38:58 -05:00
thinkyhead
763544585a
[cron] Bump distribution date (2020-10-16)
2020-10-16 00:15:39 +00:00
Victor Oliveira
8a885dc61b
Fix TOUCH_SCREEN + TFT_LVGL_UI compile ( #19754 )
2020-10-15 18:38:27 -05:00
Scott Lahteine
f6ffbe548c
TFT Presets, Generic options, Sanity checks ( #19723 )
2020-10-15 03:00:27 -05:00
thinkyhead
04c27573d6
[cron] Bump distribution date (2020-10-15)
2020-10-15 00:15:10 +00:00
Jason Smith
90d364fc37
Revert at90usb1286 conditional ( #19733 )
2020-10-14 13:48:46 -05:00
thinkyhead
87b07d6f2f
[cron] Bump distribution date (2020-10-14)
2020-10-14 00:15:03 +00:00
thinkyhead
da79674f84
[cron] Bump distribution date (2020-10-13)
2020-10-13 00:15:19 +00:00
Keith Bennett
f9f8fd37de
Sanity-check mutually-exclusive G34 features ( #19706 )
2020-10-12 16:52:56 -05:00
Victor Oliveira
c0920bbf6a
TFT Refactoring ( #19192 )
...
* split tft folder in two: tft for color ui; tft_io for shared tft code
* after the files got moved, now the code was moved to the right place
* classic ui using TFT IO init lcd codes
* feature to compile tft_io when enabled
* compiling fix
* lvgl spi tft working with tft io init codes
* there is no need for separeted fsmc and spi class in lvgl anymore, as tft io handle everything
* remove debug
* base for TFT rotation and mirroring API, and ILI9488 support
* ST7796S rotate and mirror support
* ST7789V rotate and mirror support
* ST7735 rotate and mirror support
* ILI9341 rotate and mirror support
* ILI9328 rotate and mirror support
* R61505 rotate and mirror support
* MKS TFT definitions
* more configs for mks tfts
* update config
* naming typo
* to configure the user interface
* ANYCUBIC_TFT35
* tft configs
* support for SSD1963
* tft display types
* updated conditionals lcd; first board fully working with the new code - all 3 ui!
* compatiblity
* changed name
* move classic ui file name
* rename TURN -> ROTATE
* GRAPHICAL_TFT_ROTATE_180 deprecated
* first fsmc board fully working - chitu v5
* mks robin nano v1.2 + tft 35 ok!
* right pin name
* anycubic tft tested in a TRIGORILLA_PRO
* chitu v6
* nano 32 tft orientation
* mks tft43
* mks tft43 rotation
* fixed LONGER LK tft setup
* GRAPHICAL_TFT_UPSCALE defined by the display type
* better offsets defaults
* Update Configuration.h
* Update tft_fsmc.cpp
* Update Conditionals_LCD.h
* Tweak comments
* update nano tests
* Revert "update nano tests"
This reverts commit a071ebbfad30e28855a4a5695ec8a726542a1a65.
* default tft
* outdated comments
* to not break non-vscode builds
* upscale tft 35
* support tft 180 rotation for color ui
* Each TFT Driver is responsible for its default color mode.
* use auto detect in mks displays, because some of them could be shipped with diferent drivers
* extra s
* unused code
* wrong -1
* missing mirror options
* Smaller regex pattern
* Comment updates
* Clean up old defines
* Apply pins formatting
* GRAPHICAL_TFT_ROTATE_180 => TFT_ROTATE_180
* MKS_ROBIN_TFT_V1_1R
* merge fix
* correct resolution
* auto is default, dont need be there, and it will allow the user to configure it even for named displays
* to not use rotation with MKS_ROBIN_TFT_V1_1R
* i like () in macros
* avoid sleepy commits
* default for st7789 is rgb
* nano follow up
* to allow ili9328 rotation
* default is rgb
* boards merge follow up
* to match bootloader orientation
* HAS_TOUCH_XPT2046 is not hal specific anymore
* lets not forget LPC
* 180 rotation for ili9328 and R61505
* Clean up whitespace
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-10-12 16:38:07 -05:00
Jason Smith
a866a758cc
Allow MAX31865 resistance values configuration ( #19695 )
2020-10-12 00:40:39 -05:00
InsanityAutomation
e7838c5f79
G34 Mechanical Gantry Calibration (like Prusa M915) ( #18972 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-11 21:34:27 -05:00
thinkyhead
bdd555990b
[cron] Bump distribution date (2020-10-12)
2020-10-12 00:15:08 +00:00
Jason Smith
45731bd022
Fix at90usb1286 build ( #19687 )
...
* Skip check for USBCON during dependency detection
* Ignore incompatible Teensy_ADC library, which requires Teensy >= 3
* Add IS_AT90USB
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-11 18:13:01 -05:00
Scott Lahteine
492ba2a111
Digipots refactor / cleanup ( #19690 )
2020-10-11 14:58:35 -05:00
thinkyhead
349465b168
[cron] Bump distribution date (2020-10-11)
2020-10-11 00:15:24 +00:00
Serhiy-K
6fdaaf3d20
Fixes for TFTGLCD Panel, FastIO ( #19614 )
2020-10-10 05:08:01 -05:00
thinkyhead
1403260487
[cron] Bump distribution date (2020-10-10)
2020-10-10 00:14:40 +00:00
Scott Lahteine
0988af453c
Optional M42
/M226
; Add more features filters ( #19664 )
2020-10-09 16:42:23 -05:00
thinkyhead
33b2e12886
[cron] Bump distribution date (2020-10-09)
2020-10-09 00:14:12 +00:00
thinkyhead
5de2946999
[cron] Bump distribution date (2020-10-08)
2020-10-08 00:12:06 +00:00
thinkyhead
6de179eb7d
[cron] Bump distribution date (2020-10-07)
2020-10-07 00:14:42 +00:00
ladismrkolj
2c99c1e06f
Add Chamber servo vent, auto fan ( #19519 )
2020-10-06 18:36:01 -05:00
thinkyhead
673835e5d9
[cron] Bump distribution date (2020-10-06)
2020-10-06 00:14:30 +00:00
thinkyhead
86165ceca5
[cron] Bump distribution date (2020-10-05)
2020-10-05 00:14:33 +00:00
thinkyhead
8088c7dcd5
[cron] Bump distribution date (2020-10-04)
2020-10-04 00:14:30 +00:00
thinkyhead
604d10d307
[cron] Bump distribution date (2020-10-03)
2020-10-03 00:14:05 +00:00
thinkyhead
cf61562196
[cron] Bump distribution date (2020-10-02)
2020-10-02 00:13:10 +00:00
thinkyhead
2616feb3df
[cron] Bump distribution date (2020-10-01)
2020-10-01 00:14:15 +00:00
thinkyhead
f4255b14e8
[cron] Bump distribution date (2020-09-30)
2020-09-30 00:13:59 +00:00
Scott Lahteine
e8177735a0
Marlin 2.0.7
2020-09-28 21:02:09 -05:00
Scott Lahteine
aac0326f7f
Merge bugfix-2.0.x into 2.0.x
2020-09-28 20:59:49 -05:00
thinkyhead
41774ec9de
[cron] Bump distribution date (2020-09-29)
2020-09-29 00:13:48 +00:00
qwewer0
4424645e04
Multi-line comments cleanup ( #19535 )
2020-09-28 14:53:50 -05:00
Scott Lahteine
4584a52ba5
Update configs to 020007
2020-09-28 03:55:14 -05:00
Serhiy-K
27bdf4b24e
MarlinUI for SPI/I2C TFT-GLCD character-based display bridge ( #19375 )
2020-09-28 01:52:38 -05:00
Scott Lahteine
c2c6a679ea
Rename LCD conditionals ( #19533 )
2020-09-28 01:13:27 -05:00
thinkyhead
d9d920e0b3
[cron] Bump distribution date (2020-09-28)
2020-09-28 00:13:59 +00:00
thinkyhead
82e602c847
[cron] Bump distribution date (2020-09-27)
2020-09-27 00:14:12 +00:00
thinkyhead
f902e208a3
[cron] Bump distribution date (2020-09-26)
2020-09-26 00:13:15 +00:00
Scott Lahteine
7ce91c5ffe
Sanity check old serial names
2020-09-24 21:46:13 -05:00
Jason Smith
da6c8317a7
Fix and improve STM32F1 serial ( #19464 )
2020-09-24 20:28:48 -05:00
thinkyhead
6bb6f7f288
[cron] Bump distribution date (2020-09-25)
2020-09-25 00:13:26 +00:00
Scott Lahteine
4b928b2da8
HAL and serial cleanup
...
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
2020-09-23 19:45:33 -05:00
thinkyhead
928d874dea
[cron] Bump distribution date (2020-09-24)
2020-09-24 00:13:39 +00:00
thinkyhead
fd8cd31504
[cron] Bump distribution date (2020-09-23)
2020-09-23 00:13:17 +00:00
thinkyhead
47aa61c0ec
[cron] Bump distribution date (2020-09-22)
2020-09-22 00:13:24 +00:00
thinkyhead
77b06dce0c
[cron] Bump distribution date (2020-09-21)
2020-09-20 20:51:21 -05:00
Scott Lahteine
4f73ac7289
Add HAS_ROTARY_ENCODER
2020-09-20 20:51:21 -05:00
Scott Lahteine
76d8d1742c
Add multi-extruder condition
2020-09-20 20:51:21 -05:00
thinkyhead
0c7035d8a3
[cron] Bump distribution date (2020-09-20)
2020-09-20 00:13:46 +00:00
Cole Markham
4628f0e237
Fix CoreXY compile with backlash cal. ( #19422 )
2020-09-19 08:14:34 -05:00
thinkyhead
e65deacabb
[cron] Bump distribution date (2020-09-19)
2020-09-19 00:13:10 +00:00
thinkyhead
648269e0ec
[cron] Bump distribution date (2020-09-18)
2020-09-18 00:13:20 +00:00
InsanityAutomation
62206c0386
Host Action: Start ( #19398 )
2020-09-17 06:36:21 -05:00
deram
24d8daa01b
SHOW_REMAINING_TIME for HD44780 character LCD ( #19416 )
2020-09-17 05:41:13 -05:00
cosmoderp
073b7f1e3a
E3 V2 DWIN: Z-Offset, cleanup, versatility ( #19384 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-09-17 05:35:04 -05:00
thinkyhead
9cf8537051
[cron] Bump distribution date (2020-09-17)
2020-09-17 00:13:06 +00:00
thinkyhead
57a87a278b
[cron] Bump distribution date (2020-09-16)
2020-09-16 00:12:57 +00:00
thinkyhead
0b7d69d06f
[cron] Bump distribution date (2020-09-15)
2020-09-15 00:13:01 +00:00
ellensp
979876e958
Improve temperature runaway, idle timeout ( #19339 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-09-13 23:58:39 -05:00
thinkyhead
cf8316bfbb
[cron] Bump distribution date (2020-09-14)
2020-09-14 00:13:25 +00:00
thinkyhead
ed39317203
[cron] Bump distribution date (2020-09-13)
2020-09-13 00:13:14 +00:00
thinkyhead
4f390ea18f
[cron] Bump distribution date (2020-09-12)
2020-09-12 00:12:50 +00:00
thinkyhead
4d65ab5a0b
[cron] Bump distribution date (2020-09-11)
2020-09-11 00:12:52 +00:00
Scott Lahteine
21ee7be30a
Warning if SDCARD_READONLY should be disabled
2020-09-10 03:03:42 -05:00
thinkyhead
0b01aa8276
[cron] Bump distribution date (2020-09-10)
2020-09-10 00:12:33 +00:00
thinkyhead
40fdf8f087
[cron] Bump distribution date (2020-09-09)
2020-09-09 00:12:44 +00:00
thinkyhead
d1d8417a61
[cron] Bump distribution date (2020-09-08)
2020-09-08 00:12:45 +00:00
Jason Smith
5c3140811d
TFT is neither "graphical" nor "character" ( #19297 )
2020-09-07 17:07:53 -05:00
Victor Oliveira
4268d86da1
Sanity-check BABYSTEP_DISPLAY_TOTAL with ColorUI ( #19284 )
2020-09-07 03:17:35 -05:00
Zachary Annand
d3f1f3533d
Separate Neopixel followup ( #19287 )
2020-09-07 02:59:31 -05:00
Scott Lahteine
a445746a8b
Clean up LCD conditionals, DWIN
2020-09-06 23:21:42 -05:00
Zachary Annand
5ea7a8373a
Menu items for Separate NeoPixel ( #19280 )
2020-09-06 20:00:24 -05:00
thinkyhead
f29baed540
[cron] Bump distribution date (2020-09-07)
2020-09-07 00:13:11 +00:00
thinkyhead
2ea1bf0e1d
[cron] Bump distribution date (2020-09-06)
2020-09-06 00:13:05 +00:00
thinkyhead
00e738e485
[cron] Bump distribution date (2020-09-05)
2020-09-05 00:18:44 +00:00
Keith Bennett
1d6a92751b
Tweak ESP32 Wifi sanity-check message ( #19257 )
2020-09-03 23:15:45 -05:00
Victor Sokolov
e97e6865c3
MarkForged kinematics ( #19235 )
2020-09-03 20:12:53 -05:00
thinkyhead
55dcff746b
[cron] Bump distribution date (2020-09-04)
2020-09-04 00:12:46 +00:00
thinkyhead
768182c691
[cron] Bump distribution date (2020-09-03)
2020-09-03 00:12:25 +00:00
thinkyhead
f97b8c835a
[cron] Bump distribution date (2020-09-02)
2020-09-02 00:12:22 +00:00
thinkyhead
203e44e026
[cron] Bump distribution date (2020-09-01)
2020-09-01 00:12:57 +00:00
Zachary Annand
41c7ae5d54
Separate Neopixels followup ( #19179 )
2020-08-31 16:06:24 -05:00
thinkyhead
8d76d8c081
[cron] Bump distribution date (2020-08-31)
2020-08-31 00:14:49 +00:00
thinkyhead
c8995b91e2
[cron] Bump distribution date (2020-08-30)
2020-08-30 00:07:24 +00:00
thinkyhead
e492c613f7
[cron] Bump distribution date (2020-08-29)
2020-08-29 00:13:59 +00:00
Scott Lahteine
ca194ca52e
Version 2.0.6.1
2020-08-27 23:45:37 -05:00
Scott Lahteine
b90e7c421f
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into 2.0.x
2020-08-27 22:17:50 -05:00
thinkyhead
6ac8f5abb7
[cron] Bump distribution date (2020-08-28)
2020-08-28 00:13:10 +00:00
Zachary Annand
97ec6c1be6
Independent Neopixel option ( #19115 )
2020-08-27 14:18:16 -05:00
Victor Oliveira
cb75bec06d
One MARLIN_DEV_MODE warning per rebuild ( #19163 )
2020-08-27 11:29:07 -05:00
thinkyhead
84ad7cdc29
[cron] Bump distribution date (2020-08-27)
2020-08-27 00:11:19 +00:00
Scott Lahteine
4955aa5b78
Prusa => Průša
2020-08-26 02:15:50 -05:00
Scott Lahteine
bd9dc73d3d
Warn about MARLIN_DEV_MODE
2020-08-25 23:57:48 -05:00
thinkyhead
076f59c630
[cron] Bump distribution date (2020-08-26)
2020-08-26 00:11:08 +00:00
thinkyhead
e2edfabc3c
[cron] Bump distribution date (2020-08-25)
2020-08-25 00:11:11 +00:00
thinkyhead
5dadba432e
[cron] Bump distribution date (2020-08-24)
2020-08-24 00:12:38 +00:00
Scott Lahteine
b36163d53a
Fix up conditions, comments
2020-08-23 02:45:58 -05:00
thinkyhead
34fb9c7071
[cron] Bump distribution date (2020-08-23)
2020-08-23 00:12:22 +00:00
Scott Lahteine
d84aff701e
Fix probing margin sanity-check
2020-08-22 17:28:44 -05:00
Giuliano Zaro
8652a7bdd2
HIGH/LOW naming of pin state settings ( #19089 )
2020-08-21 23:13:43 -05:00
thinkyhead
45d22d4f09
[cron] Bump distribution date (2020-08-22)
2020-08-22 00:11:44 +00:00
Victor Oliveira
a37cf24900
Emulated DOGM via HAL TFT, XPT IO ( #19017 )
2020-08-21 18:54:21 -05:00
thinkyhead
16e1dbbb21
[cron] Bump distribution date (2020-08-21)
2020-08-21 00:11:45 +00:00
Giuliano Zaro
3426c7fc94
Configurable number of M106 fans ( #18883 )
2020-08-19 20:11:20 -05:00
thinkyhead
a4809b3a47
[cron] Bump distribution date (2020-08-20)
2020-08-20 00:11:10 +00:00
thinkyhead
167e42af99
[cron] Bump distribution date (2020-08-19)
2020-08-19 00:11:56 +00:00
thinkyhead
c55f477520
[cron] Bump distribution date (2020-08-18)
2020-08-18 00:10:40 +00:00
thinkyhead
ed775ac985
[cron] Bump distribution date (2020-08-17)
2020-08-17 00:11:16 +00:00
Julius Mumme
96e29cd7e5
Fix IS_PROBE_PIN macro ( #19024 )
2020-08-15 22:52:35 -05:00
Julius Mumme
e70440b7cb
Fix IS_PROBE_PIN macro ( #19024 )
2020-08-15 22:50:28 -05:00
thinkyhead
0e8cdd1938
[cron] Bump distribution date (2020-08-16)
2020-08-16 00:11:06 +00:00
thinkyhead
f7ff3f0803
[cron] Bump distribution date (2020-08-15)
2020-08-15 00:10:28 +00:00
thinkyhead
f01cb240d7
[cron] Bump distribution date (2020-08-14)
2020-08-14 00:10:34 +00:00
Victor Oliveira
ff5c8d3570
Optimize LVGL with HAL TFT IO (SPI and FSMC) ( #18974 )
2020-08-13 18:31:59 -05:00
thinkyhead
3b9e0c3dde
[cron] Bump distribution date (2020-08-13)
2020-08-13 00:10:41 +00:00
thinkyhead
ca4eaf92b4
[cron] Bump distribution date (2020-08-12)
2020-08-12 00:10:11 +00:00
Robby Candra
9590fcd855
EVENT_GCODE_SD_STOP => ABORT ( #18978 )
2020-08-10 20:25:35 -05:00
thinkyhead
276d78461e
[cron] Bump distribution date (2020-08-11)
2020-08-11 00:10:45 +00:00
thinkyhead
f642656bff
[cron] Bump distribution date (2020-08-10)
2020-08-10 00:10:53 +00:00
sherwin-dc
852e5ae042
Password via G-code and MarlinUI ( #18399 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-08-08 20:00:42 -05:00
thinkyhead
58cfdb8f57
[cron] Bump distribution date (2020-08-09)
2020-08-09 00:10:45 +00:00
thinkyhead
b68e591e58
[cron] Bump distribution date (2020-08-08)
2020-08-08 00:10:15 +00:00
wmariz
da4eaebdc9
ZoneStar Z6FB ( #18918 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-08-07 17:03:59 -05:00
thinkyhead
821d9e374e
[cron] Bump distribution date (2020-08-07)
2020-08-07 00:10:58 +00:00
Scott Lahteine
99ba866d8d
Optimize G-code / feature dependencies ( #18919 )
2020-08-06 08:14:00 -05:00
Marco Burato
6bcfb58cd4
More Anycubic + Trigorilla mappings, ExtUI ( #18903 )
2020-08-06 05:38:18 -05:00
Scott Lahteine
7a5d408bc0
Conditions cleanup
2020-08-06 04:20:15 -05:00
Scott Lahteine
d69c2a90b7
Simple rename of hex_print
2020-08-06 04:07:59 -05:00
Scott Lahteine
a9912681b4
General cleanup
2020-08-06 00:52:36 -05:00
thinkyhead
3341fc6728
[cron] Bump distribution date (2020-08-06)
2020-08-06 00:10:09 +00:00
thinkyhead
99fb65f359
[cron] Bump distribution date (2020-08-05)
2020-08-05 00:10:17 +00:00
Victor Oliveira
04c10eda92
Fix MKS Nano v1.2 FSMC display ( #18901 )
2020-08-03 23:41:23 -05:00
Keith Bennett
5823ebb446
Assisted Tramming requires a probe ( #18912 )
2020-08-03 22:39:29 -05:00
thinkyhead
ef749bb69d
[cron] Bump distribution date (2020-08-04)
2020-08-04 00:10:16 +00:00
thinkyhead
5847f9c718
[cron] Bump distribution date (2020-08-03)
2020-08-03 00:10:15 +00:00
thinkyhead
2465f2fd74
[cron] Bump distribution date (2020-08-02)
2020-08-02 00:10:12 +00:00
thinkyhead
6b0d154956
[cron] Bump distribution date (2020-08-01)
2020-08-01 00:09:59 +00:00
thinkyhead
b058aee1d4
[cron] Bump distribution date (2020-07-31)
2020-07-31 00:09:42 +00:00
Alexander Gavrilenko
117df87d19
Support for TFT & Touch Screens ( #18130 )
2020-07-30 01:43:19 -05:00
ellensp
8faa31df54
No HEATER_0_PIN needed with 0 EXTRUDERS ( #18827 )
2020-07-29 21:26:18 -05:00
Victor Oliveira
38ce5966e1
SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) ( #18817 )
2020-07-29 21:25:07 -05:00
thinkyhead
251c5c47aa
[cron] Bump distribution date (2020-07-30)
2020-07-30 00:15:26 +00:00
MoellerDi
b160e8b93f
Fix NEOPIXEL_LED compile w/out PRINTER_EVENT_LEDS ( #18824 )
2020-07-28 21:17:56 -05:00
MoellerDi
159dcd8e8a
Fix NEOPIXEL_LED compile w/out PRINTER_EVENT_LEDS ( #18824 )
2020-07-28 20:19:12 -05:00
thinkyhead
aaf1ee78a4
[cron] Bump distribution date (2020-07-29)
2020-07-29 00:09:42 +00:00
Scott Lahteine
84b96d3d47
Hotfix for first round of post-release hiccups
2020-07-27 20:16:34 -05:00
ellensp
a63ad32f71
Fix WiFi / ESP32 sanity check ( #18808 )
2020-07-27 20:12:30 -05:00
thinkyhead
cead93713f
[cron] Bump distribution date (2020-07-28)
2020-07-28 00:09:26 +00:00
Scott Lahteine
92076c6560
Marlin Release 2.0.6
2020-07-26 20:03:06 -05:00
Scott Lahteine
5e5daf1ff2
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into release_206
2020-07-26 20:01:40 -05:00
thinkyhead
84b92d8f2f
[cron] Bump distribution date (2020-07-27)
2020-07-27 00:09:57 +00:00
ellensp
6924b2deaa
Prevent ESP3D_WIFISUPPORT with non-ESP32 board ( #18792 )
2020-07-26 15:36:58 -05:00
giryan
f949287aec
Fix compile-time PWM_PIN ( #18793 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-07-26 15:31:45 -05:00
Victor Oliveira
e02817b077
More folders only compiled when their feature is Enabled ( #18780 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-07-25 21:42:13 -05:00
thinkyhead
0dbebc2835
[cron] Bump distribution date (2020-07-26)
2020-07-26 00:09:32 +00:00
MKS-Sean
d20d459132
Robin nano V2, TFT LVGL UI parameters, and more ( #18500 )
2020-07-25 01:18:06 -05:00
thinkyhead
97c655967f
[cron] Bump distribution date (2020-07-25)
2020-07-25 00:09:21 +00:00
Scott Lahteine
451f48231d
Ender 3 V2 BL24C16 EEPROM support ( #18758 )
2020-07-24 03:09:14 -05:00
thinkyhead
c5b3031c69
[cron] Bump distribution date (2020-07-24)
2020-07-24 00:09:15 +00:00
Scott Lahteine
e27f031a55
General cleanup
2020-07-23 16:11:58 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
thinkyhead
0b46fcdce6
[cron] Bump distribution date (2020-07-23)
2020-07-23 00:09:18 +00:00
thinkyhead
2af216cf82
[cron] Bump distribution date (2020-07-22)
2020-07-22 00:08:57 +00:00
Scott Lahteine
6027055695
Optimize LCD, Wifi, etc. libraries ( #18730 )
2020-07-21 04:00:39 -05:00
thinkyhead
3aecd92298
[cron] Bump distribution date (2020-07-21)
2020-07-21 00:19:36 +00:00
Victor Oliveira
4a55bdb165
Only download & compile required libraries ( #18699 )
2020-07-19 21:42:30 -05:00
thinkyhead
805fb4cb1b
[cron] Bump distribution date (2020-07-20)
2020-07-20 00:09:07 +00:00
thinkyhead
e85d828b24
[cron] Bump distribution date (2020-07-19)
2020-07-19 00:36:28 +00:00
thinkyhead
f51388f287
[cron] Bump distribution date (2020-07-18)
2020-07-18 00:09:19 +00:00
Scott Lahteine
c2363a81b4
Fix E3V2 M0/M1 and wait_for_user
2020-07-17 12:38:51 -05:00
thinkyhead
6b0e8e5fd5
[cron] Bump distribution date (2020-07-17)
2020-07-17 00:09:09 +00:00
Scott Lahteine
11e29754e6
Sanity-check BABYSTEP_MULTIPLICATOR_*
2020-07-15 23:55:55 -05:00
thinkyhead
05c999a809
[cron] Bump distribution date (2020-07-16)
2020-07-16 00:11:04 +00:00
Scott Lahteine
e78f19bc87
Clean up DWIN code
2020-07-14 21:15:14 -05:00
thinkyhead
0451e43adb
[cron] Bump distribution date (2020-07-15)
2020-07-15 00:14:27 +00:00
thinkyhead
b670001269
[cron] Bump distribution date (2020-07-14)
2020-07-14 00:09:09 +00:00
thinkyhead
0f6826ffc0
[cron] Bump distribution date (2020-07-13)
2020-07-13 00:09:18 +00:00
thinkyhead
d09347d603
[cron] Bump distribution date (2020-07-12)
2020-07-12 00:09:12 +00:00
thinkyhead
c765bb05d7
[cron] Bump distribution date (2020-07-11)
2020-07-11 00:11:31 +00:00
thinkyhead
0f64e7912f
[cron] Bump distribution date (2020-07-10)
2020-07-10 00:08:58 +00:00
Giuliano Zaro
b0c6cfb051
MarlinUI support for up to 5 Material Presets ( #18488 )
...
- Add `I` preset parameter to `G26`, `M106`, `M140`, and `M190`.
- Extend menu items to permit a string interpolation.
- Keep material names in a list and interpolate in menu items.
- Extend material presets to support up to 5 predefined materials.
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-07-09 03:11:57 -05:00
Scott Lahteine
5513e67512
2.0.5.4 : Use ststm32 < 6.2
2020-07-08 19:36:09 -05:00
thinkyhead
ca78a57b1d
[cron] Bump distribution date (2020-07-09)
2020-07-09 00:15:37 +00:00
cccc
1815866877
Show fixed V in Power Display with no V sensor ( #18579 )
2020-07-08 05:02:40 -05:00
thinkyhead
35bb616d32
[cron] Bump distribution date (2020-07-08)
2020-07-08 00:08:30 +00:00
Scott Lahteine
d6682c8609
Whitespace cleanup
2020-07-07 02:30:26 -05:00
thinkyhead
d3b2c09221
[cron] Bump distribution date (2020-07-07)
2020-07-07 00:08:30 +00:00
ellensp
12e7106a8a
Update and fix POWER_MONITOR ( #18561 )
2020-07-06 18:53:26 -05:00
Jason Smith
af8be58d92
Fix broken POWER_LOSS_RECOVERY prompt ( #18557 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-07-06 01:18:49 -05:00
thinkyhead
62c00aac2c
[cron] Bump distribution date (2020-07-06)
2020-07-06 00:08:44 +00:00
Robby Candra
c02451b602
Filament Runout Inverting => State ( #18537 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-07-05 17:42:19 -05:00
thinkyhead
aa40deb901
[cron] Bump distribution date (2020-07-05)
2020-07-05 00:09:15 +00:00
thinkyhead
3641972d0d
[cron] Bump distribution date (2020-07-04)
2020-07-04 00:08:37 +00:00
George Fu
097347b575
Add FYSETC 2.42 inch OLED support ( #18485 )
2020-07-02 20:33:52 -05:00
thinkyhead
299d1fea24
[cron] Bump distribution date (2020-07-03)
2020-07-03 00:08:52 +00:00
thinkyhead
652c75ceb9
[cron] Bump distribution date (2020-07-02)
2020-07-02 00:08:43 +00:00
Scott Lahteine
70fa4c9323
Per-Hotend Default PIDs ( #18483 )
2020-07-01 16:18:20 -05:00
Robby Candra
39105384ba
Permit independent X2,Y2,Z2,Z3,Z4 endstop inverting ( #18481 )
2020-07-01 01:22:34 -05:00
thinkyhead
2d6c17b044
[cron] Bump distribution date (2020-07-01)
2020-07-01 00:08:43 +00:00
thinkyhead
34b84d3e63
[cron] Bump distribution date (2020-06-30)
2020-06-30 00:06:54 +00:00
thinkyhead
ca4ade4c44
[cron] Bump distribution date (2020-06-29)
2020-06-29 00:07:30 +00:00
thinkyhead
ad1470b5d2
[cron] Bump distribution date (2020-06-28)
2020-06-28 00:07:10 +00:00
thinkyhead
8474050adb
[cron] Bump distribution date (2020-06-27)
2020-06-26 19:31:07 -05:00
Scott Lahteine
a907e15ae6
Allow larger ADC debounce
...
Reference #17205
2020-06-26 19:31:07 -05:00
thinkyhead
520c0ab96b
[cron] Bump distribution date (2020-06-26)
2020-06-26 00:07:40 +00:00
Scott Lahteine
4ace981ba0
Clean up preheat edit items
2020-06-25 16:16:21 -05:00
Scott Lahteine
859ccd2e28
NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN)
2020-06-24 20:15:23 -05:00
Scott Lahteine
4275466f49
Fix issues with no hotend / bed / fan ( #18395 )
2020-06-24 19:44:50 -05:00
thinkyhead
eb5f8b693b
[cron] Bump distribution date (2020-06-25)
2020-06-25 00:06:53 +00:00
thinkyhead
f011c6968b
[cron] Bump distribution date (2020-06-24)
2020-06-24 00:06:36 +00:00
thinkyhead
7434d40f8d
[cron] Bump distribution date (2020-06-23)
2020-06-23 00:06:49 +00:00
Jason Smith
819e48972d
Improve U8G+SPI delay override ( #18386 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-22 15:27:01 -05:00
thinkyhead
106cf0d71e
[cron] Bump distribution date (2020-06-22)
2020-06-22 00:07:01 +00:00
thinkyhead
1399d75022
[cron] Bump distribution date (2020-06-21)
2020-06-21 00:07:24 +00:00
thinkyhead
eed32457e3
[cron] Bump distribution date (2020-06-20)
2020-06-20 00:06:55 +00:00
Scott Lahteine
d8c3aed038
Sanity-check the chamber thermistor pin
2020-06-19 14:01:24 -05:00
thinkyhead
a173f33997
[cron] Bump distribution date (2020-06-19)
2020-06-19 00:06:57 +00:00
Scott Lahteine
424569b4c4
Power monitor and display ( #17437 )
2020-06-18 15:23:03 -05:00
thinkyhead
c8e99d572c
[cron] Bump distribution date (2020-06-18)
2020-06-18 00:06:49 +00:00
thinkyhead
e58c2d27fc
[cron] Bump distribution date (2020-06-17)
2020-06-17 00:06:31 +00:00
thisiskeithb
2603a237f9
Add MKS LCD12864 A/B Controller Support ( #18120 )
2020-06-16 02:43:09 -05:00
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
2020-06-16 01:45:27 -05:00
makerbase
642112d3eb
Add MKS UI (TFT_LITTLE_VGL_UI) ( #18071 )
2020-06-15 21:05:33 -05:00
thinkyhead
636813a83a
[cron] Bump distribution date (2020-06-16)
2020-06-16 00:17:01 +00:00
thinkyhead
e1d07f9541
[cron] Bump distribution date (2020-06-15)
2020-06-15 00:06:35 +00:00
thinkyhead
8609f5b2f2
[cron] Bump distribution date (2020-06-14)
2020-06-14 00:06:57 +00:00
thinkyhead
2668288e6c
[cron] Bump distribution date (2020-06-13)
2020-06-13 00:06:55 +00:00
thinkyhead
85e48bbb0d
[cron] Bump distribution date (2020-06-12)
2020-06-12 00:06:39 +00:00
thinkyhead
bbe8400c5a
[cron] Bump distribution date (2020-06-11)
2020-06-11 00:06:30 +00:00
thinkyhead
a9fc8c3f2a
[cron] Bump distribution date (2020-06-10)
2020-06-10 00:06:54 +00:00
thinkyhead
2f28e8ba13
[cron] Bump distribution date (2020-06-09)
2020-06-09 00:06:39 +00:00
MoellerDi
bac760207c
Add volumetric extrusion limit ( #17017 )
2020-06-08 03:24:46 -05:00
Luu Lac
eda2fd8dbe
Improvements for Laser / Spindle ( #17661 )
2020-06-08 00:47:31 -05:00
Scott Lahteine
cfd31ff70e
Add HAS_FILAMENT_RUNOUT_DISTANCE
2020-06-07 21:55:09 -05:00
thinkyhead
968979f42d
[cron] Bump distribution date (2020-06-08)
2020-06-08 00:06:48 +00:00
thinkyhead
8313302266
[cron] Bump distribution date (2020-06-07)
2020-06-07 00:06:51 +00:00
thinkyhead
fda1ef2dd3
[cron] Bump distribution date (2020-06-06)
2020-06-06 00:06:30 +00:00
Scott Lahteine
6371782263
Add HAS_MULTI_SERIAL conditional
2020-06-05 16:20:27 -05:00
thinkyhead
a500862dc6
[cron] Bump distribution date (2020-06-05)
2020-06-05 00:08:38 +00:00
thinkyhead
6f90967780
[cron] Bump distribution date (2020-06-04)
2020-06-04 00:06:15 +00:00
ellensp
ce62209bce
Probe margin. Bump config version ( #18140 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-02 20:41:50 -05:00
thinkyhead
142e65192d
[cron] Bump distribution date (2020-06-03)
2020-06-03 00:06:23 +00:00
thisiskeithb
ad08722d0d
Chirp followup 2 ( #18176 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-06-01 22:40:51 -05:00
thinkyhead
544f7202a3
[cron] Bump distribution date (2020-06-02)
2020-06-02 00:06:17 +00:00
ellensp
33d1e77e2e
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR ( #18128 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-01 18:33:30 -05:00
Scott Lahteine
48d9a5367b
Chirp followup
2020-06-01 17:06:38 -05:00
thinkyhead
6515100807
[cron] Bump distribution date (2020-06-01)
2020-06-01 00:06:36 +00:00
Scott Lahteine
657eeab013
Improve some probe sanity errors
2020-05-31 01:40:33 -05:00
Leandro A. F. Pereira
801f99edad
SDCARD_READONLY ( #17884 )
2020-05-30 23:59:29 -05:00
thinkyhead
200ba87d63
[cron] Bump distribution date (2020-05-31)
2020-05-31 00:06:32 +00:00
thinkyhead
30832ce915
[cron] Bump distribution date (2020-05-30)
2020-05-30 00:06:08 +00:00
thinkyhead
9b92d5fb0e
[cron] Bump distribution date (2020-05-29)
2020-05-29 00:06:03 +00:00
thinkyhead
11ef4833f8
[cron] Bump distribution date (2020-05-28)
2020-05-28 00:08:57 +00:00
Scott Lahteine
3bf0d8d161
Allow disable of LCD click
2020-05-27 13:17:30 -05:00
thinkyhead
094bf40063
[cron] Bump distribution date (2020-05-27)
2020-05-27 00:07:59 +00:00
thinkyhead
8b320f9095
[cron] Bump distribution date (2020-05-26)
2020-05-26 00:07:25 +00:00
thinkyhead
e6e15dd764
[cron] Bump distribution date (2020-05-25)
2020-05-25 00:07:54 +00:00
thinkyhead
7554836589
[cron] Bump distribution date (2020-05-24)
2020-05-24 00:08:10 +00:00
thinkyhead
dde8fb9efb
[cron] Bump distribution date (2020-05-23)
2020-05-23 00:07:39 +00:00
thinkyhead
f7346b6ee1
[cron] Bump distribution date (2020-05-22)
2020-05-22 00:04:21 +00:00
thinkyhead
8cfcabe146
[cron] Bump distribution date (2020-05-21)
2020-05-21 00:04:28 +00:00
thinkyhead
7be748b9b7
[cron] Bump distribution date (2020-05-20)
2020-05-20 00:04:09 +00:00
thinkyhead
63c43de9b4
[cron] Bump distribution date (2020-05-19)
2020-05-19 00:04:18 +00:00
Italo Soares
213d4b890e
Hotend Idle Timeout ( #16362 )
2020-05-18 00:50:35 -05:00
thinkyhead
c60600ebb9
[cron] Bump distribution date (2020-05-18)
2020-05-18 00:03:57 +00:00
Bastien R
2ec482a102
MMU2 Extruder Sensor support ( #17886 )
2020-05-17 14:52:45 -05:00
thinkyhead
3de1421d72
[cron] Bump distribution date (2020-05-17)
2020-05-17 00:04:07 +00:00
thinkyhead
3e73993734
[cron] Bump distribution date (2020-05-16)
2020-05-16 00:04:08 +00:00
thinkyhead
64876f7781
[cron] Bump distribution date (2020-05-15)
2020-05-15 00:04:02 +00:00
Scott Lahteine
6ae7a40f99
CoreXY sensorless homing ( #17972 )
2020-05-14 13:00:47 -05:00
thinkyhead
1d654b559d
[cron] Bump distribution date (2020-05-14)
2020-05-14 00:03:58 +00:00
thinkyhead
104d020222
[cron] Bump distribution date (2020-05-13)
2020-05-13 00:04:03 +00:00
Scott Lahteine
b88cf2edcb
Remove version appendage
2020-05-12 14:48:50 -05:00
Scott Lahteine
73e0937f49
Fix HAS_MICROSTEPS if only Z
2020-05-12 02:11:32 -05:00
Scott Lahteine
798dc68847
Combine some conditions
2020-05-11 23:27:01 -05:00
Colin Godsey
8a22ef0c83
G6 Direct Stepping ( #17853 )
2020-05-11 19:22:41 -05:00
thinkyhead
174e41c17d
[cron] Bump distribution date (2020-05-12)
2020-05-12 00:19:12 +00:00
thinkyhead
df7250baa8
[cron] Bump distribution date (2020-05-11)
2020-05-11 00:04:00 +00:00
Scott Lahteine
33127f4476
More conservative Trinamic DIR delay
...
See #17323
This makes babystepping more reliable and may improve Trinamic motion overall.
Co-Authored-By: chgi <chgi@users.noreply.github.com>
2020-05-10 18:43:00 -05:00
Scott Lahteine
86c1125380
Sanity check 3-point defines
...
Fixes #17870
2020-05-10 04:52:57 -05:00
Scott Lahteine
e5b0892f08
Fix TERN typo, EXTRA_PROBING
...
Co-Authored-By: Matthew Kennedy <mattkenn4545@gmail.com>
2020-05-10 04:40:30 -05:00
thinkyhead
60be3b19be
[cron] Bump distribution date (2020-05-10)
2020-05-10 00:03:47 +00:00
thinkyhead
a95a60c7ea
[cron] Bump distribution date (2020-05-09)
2020-05-09 00:07:15 +00:00
Jason Smith
a2153c15ee
Add TMC driver HW serial defines ( #17909 )
2020-05-08 01:15:12 -05:00
thinkyhead
c262b9c5a3
[cron] Bump distribution date (2020-05-08)
2020-05-08 00:03:24 +00:00
thinkyhead
10e875cd79
[cron] Bump distribution date (2020-05-07)
2020-05-07 00:03:32 +00:00
thinkyhead
9df7992de8
[cron] Bump distribution date (2020-05-06)
2020-05-06 00:03:27 +00:00
Scott Lahteine
eeabe66fc4
Some distinct E helpers
2020-05-05 00:52:45 -05:00
thinkyhead
7655620fd0
[cron] Bump distribution date (2020-05-05)
2020-05-05 00:03:45 +00:00
Scott Lahteine
2efe28ca59
Minor conditional clean
2020-05-04 16:11:36 -05:00
thinkyhead
5e23fd6ef1
[cron] Bump distribution date (2020-05-04)
2020-05-04 00:03:16 +00:00
thinkyhead
ef02358378
[cron] Bump distribution date (2020-05-03)
2020-05-03 00:06:47 +00:00
thinkyhead
dcd02284be
[cron] Bump distribution date (2020-05-02)
2020-05-02 00:03:28 +00:00
thinkyhead
3efbe9a1c4
[cron] Bump distribution date (2020-05-01)
2020-05-01 00:03:30 +00:00
Scott Lahteine
9b820d71a6
Remove QSPI from "wired" EEPROM type
2020-04-30 18:16:10 -05:00
thinkyhead
391f7fd742
[cron] Bump distribution date (2020-04-30)
2020-04-30 00:03:19 +00:00
Scott Lahteine
5e6faa999d
Refine EEPROM types / flags ( #17772 )
2020-04-29 14:46:33 -05:00
thinkyhead
7b0891b3fa
[cron] Bump distribution date (2020-04-29)
2020-04-29 00:20:13 +00:00
Scott Lahteine
1d714512f0
Fix undefined Z stall
2020-04-28 19:18:14 -05:00
Scott Lahteine
01c646a892
Apply more HAS_HOTEND
2020-04-27 22:39:31 -05:00
thinkyhead
cd2652b2fc
[cron] Bump distribution date (2020-04-28)
2020-04-28 00:17:17 +00:00
Scott Lahteine
fc98383659
Update home bump assert
2020-04-27 06:29:09 -05:00
Scott Lahteine
c4d57462dc
Apply HAS_MULTI_HOTEND
2020-04-27 05:10:47 -05:00
Scott Lahteine
33217b0dd0
Add HOTEND_OVERSHOOT
2020-04-27 05:07:08 -05:00
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
2020-04-27 05:07:08 -05:00
thinkyhead
3bee705feb
[cron] Bump distribution date (2020-04-27)
2020-04-27 00:03:28 +00:00
Toni
21067ab062
Add Prusa MMU2S settings - beta ( #17523 )
2020-04-25 21:07:21 -05:00
thinkyhead
4895546238
[cron] Bump distribution date (2020-04-26)
2020-04-26 00:15:43 +00:00
Scott Lahteine
aa832a05c7
Use MCP4451 interface for MKS SBASE
...
Followup to #17536
2020-04-25 12:02:16 -05:00
Scott Lahteine
3a27933ae7
Fixes for FYSETC Touch EVE 5" on AVR ( #17659 )
...
Co-Authored-By: RudolphRiedel <rudolphriedel@users.noreply.github.com>
Co-authored-by: sL1pKn07 <sl1pkn07@gmail.com>
2020-04-24 22:35:46 -05:00
thinkyhead
94dd9ce73d
[cron] Bump distribution date (2020-04-25)
2020-04-25 00:03:26 +00:00
Scott Lahteine
ab2b98e425
Apply composite tests
2020-04-23 21:53:52 -05:00
Scott Lahteine
55d66fb897
Add HAS_JUNCTION_DEVIATION
2020-04-23 21:53:51 -05:00
thinkyhead
b151feb31e
[cron] Bump distribution date (2020-04-24)
2020-04-24 00:03:19 +00:00
studiodyne
2f6262c27b
Automatic Tool Migration feature ( #17248 )
2020-04-22 21:03:28 -05:00
thinkyhead
4dce03fa42
[cron] Bump distribution date (2020-04-23)
2020-04-23 00:03:05 +00:00
Scott Lahteine
e222ba4c81
Prevent DUE / Spindle conflict
...
Fixes #17449
2020-04-22 18:54:13 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
0fec478562
Wrangle HAL EEPROM types
2020-04-21 21:33:13 -05:00
thinkyhead
1563d128d8
[cron] Bump distribution date (2020-04-22)
2020-04-22 00:03:05 +00:00
Scott Lahteine
c3946dd017
Add a warning on LA + S-Curve
2020-04-21 18:39:43 -05:00
thinkyhead
eb91dbce42
[cron] Bump distribution date (2020-04-21)
2020-04-21 00:03:16 +00:00
Thomas Hollstegge
b55dd2cb82
Fix low contrast on Minipanel display ( #17601 )
2020-04-20 07:07:23 -05:00
Ondřej Nový
a0d0ce464e
Sanity-check nozzle park point ( #17621 )
2020-04-20 06:54:24 -05:00
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
2020-04-20 00:12:22 -05:00
thinkyhead
776d7761d9
[cron] Bump distribution date (2020-04-20)
2020-04-20 00:03:17 +00:00
Scott Lahteine
87875e0de8
Fix mixing with "unload all" compile
2020-04-19 02:10:02 -05:00
grauerfuchs
4a5a3d27ed
Option to use raw digipot values ( #17536 )
2020-04-18 22:56:23 -05:00
thinkyhead
8e8ba46cb6
[cron] Bump distribution date (2020-04-19)
2020-04-19 00:03:26 +00:00
thinkyhead
a12b021733
[cron] Bump distribution date (2020-04-18)
2020-04-18 00:03:23 +00:00
Scott Lahteine
3a42b6c5c6
Patch M425 for CAN_CALIBRATE
...
Fixes #17430
2020-04-17 10:24:27 -05:00
djessup
360e07c90f
Add USE_PROBE_FOR_Z_HOMING option ( #17359 )
2020-04-17 09:02:21 -05:00
George Fu
a794538c54
Homing backoff enhancements
...
- Define homing bump as an array
- Add pre and post homing backoff options
- Consolidate homing config options
2020-04-17 08:52:41 -05:00
thinkyhead
927e29b93e
[cron] Bump distribution date (2020-04-17)
2020-04-17 00:05:52 +00:00
Scott Lahteine
03020dd31e
Use the common pattern for auto fan pins
...
Now that pins.h is guaranteed included after configs.
2020-04-16 03:31:44 -05:00
Scott Lahteine
880f63b008
It looks like HAS_ONBOARD_SD is obsolete
2020-04-16 03:31:44 -05:00
thinkyhead
4edaffebfb
[cron] Bump distribution date (2020-04-16)
2020-04-16 00:03:23 +00:00
thinkyhead
3cdc9b8156
[cron] Bump distribution date (2020-04-15)
2020-04-15 00:03:14 +00:00
thinkyhead
f59c0ab842
[cron] Bump distribution date (2020-04-14)
2020-04-14 00:08:34 +00:00
thinkyhead
a7a76f123d
[cron] Bump distribution date (2020-04-13)
2020-04-13 00:03:48 +00:00
Scott Lahteine
7aed32df00
Fix SD_FINISHED_RELEASECOMMAND bug
...
Fixes #17401 bug that was introduced in 8f26c3a
2020-04-11 22:08:37 -05:00
thinkyhead
dfb5968bfe
[cron] Bump distribution date (2020-04-12)
2020-04-12 00:03:21 +00:00
thinkyhead
8647d6b8d8
[cron] Bump distribution date (2020-04-11)
2020-04-11 00:03:20 +00:00
thinkyhead
7af0da7f93
[cron] Bump distribution date (2020-04-10)
2020-04-10 00:03:54 +00:00
thinkyhead
556406a127
[cron] Bump distribution date (2020-04-09)
2020-04-09 00:02:53 +00:00
thinkyhead
079644d012
[cron] Bump distribution date (2020-04-08)
2020-04-08 00:02:57 +00:00
thinkyhead
e1fc6f7e25
[cron] Bump distribution date (2020-04-07)
2020-04-07 00:03:10 +00:00
Tor-p
d6f39a69af
Fix G76 probe height / position ( #17392 )
2020-04-06 15:32:06 -05:00
thinkyhead
1d81bb7a2b
[cron] Bump distribution date (2020-04-06)
2020-04-06 00:02:56 +00:00
thinkyhead
da0f63cd1c
[cron] Bump distribution date (2020-04-05)
2020-04-05 00:02:50 +00:00
thinkyhead
ed0799d653
[cron] Bump distribution date (2020-04-04)
2020-04-04 00:03:24 +00:00
Ben
df8b7dfc40
Various Laser / Spindle improvements ( #15335 )
2020-04-02 19:31:08 -05:00
thinkyhead
e7e9304819
[cron] Bump distribution date (2020-04-03)
2020-04-03 00:03:31 +00:00
Scott Lahteine
514afddeb4
Minor code cleanup
2020-04-01 19:48:58 -05:00
thinkyhead
c47bdae9f2
[cron] Bump distribution date (2020-04-02)
2020-04-02 00:03:23 +00:00
thinkyhead
5236889377
[cron] Bump distribution date (2020-04-01)
2020-04-01 00:03:36 +00:00
Scott Lahteine
015c4e6fbd
Version 2.0.5.3
2020-03-31 14:44:14 -05:00
Scott Lahteine
0f9a14dfda
Merge latest patches
2020-03-31 14:43:42 -05:00
thinkyhead
0ea26d538b
[cron] Bump distribution date (2020-03-31)
2020-03-31 00:03:22 +00:00
thinkyhead
747a4bb623
[cron] Bump distribution date (2020-03-30)
2020-03-30 00:03:19 +00:00
thinkyhead
fc74c6a7b6
[cron] Bump distribution date (2020-03-29)
2020-03-29 00:03:23 +00:00
Scott Lahteine
53fe572bbd
Limited backlash editing with Core kinematics ( #17281 )
2020-03-27 22:00:27 -05:00
thinkyhead
e71b25a555
[cron] Bump distribution date (2020-03-28)
2020-03-28 00:03:16 +00:00
Giuliano Zaro
129b270628
QSPI EEPROM for SAMD51 ( #17292 )
2020-03-27 17:29:17 -05:00
InsanityAutomation
3655e240f5
Fix SD finished ExtUI / host action ( #17285 )
2020-03-27 16:06:39 -05:00
thinkyhead
98ef161bfe
[cron] Bump distribution date (2020-03-27)
2020-03-27 00:03:27 +00:00
thinkyhead
4dea020050
[cron] Bump distribution date (2020-03-26)
2020-03-26 00:03:54 +00:00
thinkyhead
0aeee64cca
[cron] Bump distribution date (2020-03-25)
2020-03-25 00:03:18 +00:00
Scott Lahteine
7124b2164d
Version 2.0.5.2
2020-03-24 17:11:59 -05:00
Scott Lahteine
efc19260a7
Merge patches from bugfix-2.0.x
2020-03-24 17:10:53 -05:00
Scott Lahteine
68face848a
Sanity check CONTROLLERFAN_SECS
2020-03-24 16:41:21 -05:00
mkpfalz
3260228009
Sanity-check CORE backlash axes ( #17279 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-03-24 14:08:55 -05:00
thinkyhead
edd6f6c5f2
[cron] Bump distribution date (2020-03-24)
2020-03-24 00:03:08 +00:00
ellensp
cd4060a99c
Add USB serial support to SERIAL_PORT_2 on DUE ( #17245 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-03-23 17:55:21 -05:00
Scott Lahteine
580d314fbe
Skip impossible PWM sanity-checks
2020-03-23 17:35:43 -05:00
thinkyhead
27c281eec3
[cron] Bump distribution date (2020-03-23)
2020-03-23 00:03:08 +00:00
Scott Lahteine
2460a3dfbb
Fix custom version file include
2020-03-21 23:34:19 -05:00
thinkyhead
29874b21b6
[cron] Bump distribution date (2020-03-22)
2020-03-22 00:03:15 +00:00
thinkyhead
3151856e98
[cron] Bump distribution date (2020-03-21)
2020-03-21 00:03:28 +00:00
thinkyhead
1738c13bc2
[cron] Bump distribution date (2020-03-20)
2020-03-20 00:03:07 +00:00
thinkyhead
14daf1ee5e
[cron] Bump distribution date (2020-03-19)
2020-03-19 00:03:40 +00:00
Erkan Colak
83eec683c9
New Controller Fan options and M710 gcode ( #17149 )
2020-03-18 13:41:12 -05:00
thinkyhead
252178fe62
[cron] Bump distribution date (2020-03-18)
2020-03-18 00:04:28 +00:00
thinkyhead
c1672220fd
[cron] Bump distribution date (2020-03-17)
2020-03-17 00:04:33 +00:00
Scott Lahteine
d37bfa3b4e
Version 2.0.5.1 Release
2020-03-16 17:52:41 -05:00
Scott Lahteine
129b1bb8d4
Merge nightly patches
2020-03-16 17:50:43 -05:00
Scott Lahteine
b14c933171
LPC1768 EEPROM fallback to flash, add overrides ( #17184 )
2020-03-16 15:59:05 -05:00
thinkyhead
a662079cbc
[cron] Bump distribution date (2020-03-16)
2020-03-16 00:04:45 +00:00
thinkyhead
5c1970a229
[cron] Bump distribution date (2020-03-15)
2020-03-15 00:04:39 +00:00