Tanguy Pruvot
402f1f7307
STM32F1: STM32_HIGH_DENSITY is auto defined in HAL ( #14057 )
...
- Fix the `fsmc` and `sdio` units which required hard defines for use.
2019-05-18 20:45:22 -05:00
Tanguy Pruvot
87e7193259
Fix M226 sign warning (for most platforms) ( #14049 )
2019-05-18 16:15:48 -05:00
Tanguy Pruvot
256f810df2
Add open-drain output mode to STM32F1 FastIO ( #14050 )
...
- This mode is often used/preferred to drive printer boards' MOSFETs.
- Can generally boost the allowed output power (for hotbed,nozzle and fans).
2019-05-18 16:12:00 -05:00
Bob Kuhn
1dad6e754b
Neopixel background LED option ( #14025 )
2019-05-18 02:36:37 -05:00
InsanityAutomation
84ac5b360b
Fix ExtUI mesh functions ( #14027 )
2019-05-17 20:37:23 -05:00
Scott Lahteine
9b5f9dda0e
Update analog pins labels
2019-05-17 20:22:25 -05:00
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command ( #14015 )
2019-05-17 19:10:18 -05:00
GUEST.it
62ef54cb81
UBL: Log and display G29 progress ( #14036 )
2019-05-17 19:02:21 -05:00
GUEST.it
7907eec04c
Fix power loss recovery with SINGLENOZZLE ( #14033 )
2019-05-17 18:47:15 -05:00
Scott Lahteine
efe651e749
Add THERMISTOR_NAME for 1000
2019-05-17 18:26:53 -05:00
Scott Lahteine
0b056970c6
Fix file.open in STM32 eeprom emu
2019-05-17 18:26:53 -05:00
InsanityAutomation
06f3273531
Fix DELTA pulse wait bug ( #14028 )
2019-05-17 16:16:56 -05:00
Marcio Teixeira
7ccbcf2eaa
Fix TMC EEPROM regression ( #14008 )
...
Partially undo 15357af
to ensure TMC code is initialized in the proper order.
2019-05-16 20:38:03 -05:00
Marcio Teixeira
9558962d59
Fix DUE HAL SW SPI compile error ( #14005 )
2019-05-16 20:36:19 -05:00
Martin Zeman
737d3d9283
Ender-3: Add feedrate for E manual move ( #13996 )
2019-05-16 20:34:01 -05:00
InsanityAutomation
07afe69cee
Fix some bad AZTEEG_X5_MINI pins ( #14011 )
2019-05-16 20:33:00 -05:00
Chris Pepper
451ea996c9
[LPC176x] Fix switch fallthrough
2019-05-15 10:35:26 +01:00
Tanguy Pruvot
d7b0369e39
STM32: Fix SD EEPROM emulation conflict ( #14012 )
2019-05-15 02:42:10 -05:00
Scott Lahteine
785c01f2bc
Use US spelling of 'behavior'
2019-05-15 01:49:17 -05:00
Sam Lane
7f1e0c5670
Update EXTRA_LINADV_K with Marlin bit macros ( #13993 )
2019-05-15 01:07:07 -05:00
Bob Kuhn
48bd8899bd
Cohesion 3D Remix: Onboard SD card, Fysetc LCD ( #13991 )
2019-05-15 00:59:57 -05:00
FanDjango
dcaefc68a5
BLTouch.init should not deploy ( #13988 )
...
Low or unknown probe clearance on init (even at powerup) is a risk and therefore, a deploy should be avoided because dragging the pin is possible: A deploy goes into alarm if it can't extend fully and then the subsequent stow will fail.
2019-05-14 23:55:11 -05:00
Bob Kuhn
211563e533
Merge pull request #13985 from tpruvot/stm32_sdeeprom
...
STM32F1: fix sdcard filename conversion
2019-05-13 01:48:58 -05:00
Tanguy Pruvot
8075893352
STM32: fix sdcard filename conversion
2019-05-12 04:26:21 +02:00
chai-md
940ff8e7c8
Improve LV8729 stepping ( #13776 )
2019-05-11 19:02:19 -05:00
InsanityAutomation
991ee7552b
Restore menu edit to 32bit value ( #13976 )
2019-05-11 18:44:35 -05:00
InsanityAutomation
3eee880967
Anet E16 example config ( #13982 )
2019-05-11 18:29:40 -05:00
Tanguy Pruvot
93dd097b1c
Use E2END, if defined, for STM32F1 (SD) ( #13981 )
2019-05-11 18:22:31 -05:00
Tanguy Pruvot
3bf43b6c1e
Re-enable STM32F1 Travis test ( #13978 )
2019-05-11 18:10:40 -05:00
Scott Lahteine
4e7187b926
Extended G-code syntax
...
- Parenthesized comments
- Multiple E values split by colons (RepRapFirmware)
2019-05-11 17:51:42 -05:00
InsanityAutomation
5108e4b6aa
Cleaner EEPROM auto init ( #13975 )
2019-05-11 16:54:03 -05:00
Bob Kuhn
456a0ee76b
Improve Due SW SPI, Fysetc sanity checks, &c. ( #13939 )
2019-05-11 16:51:39 -05:00
Robby Candra
7b78a20fb7
Fix: Debug Memory Dump size ( #13957 )
...
* Fix Memory Dump size
* Fix Compile error on Memory Dump
2019-05-11 11:44:39 -05:00
Scott Lahteine
a613bcad2d
Fix some spelling
2019-05-10 20:39:19 -05:00
Tanguy Pruvot
62b36d1b98
Fix STM32 timer warnings ( #13946 )
2019-05-10 20:00:21 -05:00
Giuliano Zaro
f22c9a1ae1
Fix G-code parser with MMU2 ( #13951 )
2019-05-10 19:57:15 -05:00
Marcio Teixeira
746c38f4be
Fix HAL_DUE multiple define error with graphical LCD ( #13971 )
2019-05-10 19:52:43 -05:00
Martin Zeman
529c111572
Fix A8 config author ( #13974 )
2019-05-10 19:46:32 -05:00
Bob Kuhn
75eca5c4f8
Fysetc pins updates for RAMPS and SKR 1.3 ( #13963 )
2019-05-10 19:29:28 -05:00
Martin Zeman
9cd9d39319
Add Anet A8 Plus example configuration ( #13967 )
2019-05-10 16:25:31 -05:00
Marcio Teixeira
227f29090d
Add heater timeouts to ExtUI ( #13970 )
...
- Add local UI methods to get heater timeout state.
- Add methods to resume timed-out heaters.
- Re-enable heaters on UI temperature request.
- Make `ExtUI` show a dialog box if pause needs a button press after reheat.
2019-05-10 15:56:13 -05:00
Bob Kuhn
fa3739aa23
M100: LPC1768 and DUE compatibility ( #13962 )
2019-05-09 21:57:44 -05:00
Scott Lahteine
88bedf3a57
Better label for mfadd
2019-05-09 19:28:41 -05:00
InsanityAutomation
3f758d9e00
Fix some edit items for 16-bit encoder ( #13948 )
2019-05-09 18:28:47 -05:00
GUEST.it
beb9cc91f6
More fixes to Geeetech A10M/A20M standard config ( #13958 )
2019-05-09 18:23:26 -05:00
ManuelMcLure
51acbb2201
Prevent HOST_PROMPT_SUPPORT compile error ( #13943 )
2019-05-09 11:48:31 -05:00
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
2019-05-09 11:45:55 -05:00
Tanguy Pruvot
e53d7e5517
STM32: ADC warning fix ( #13933 )
2019-05-09 00:33:38 -05:00
GUEST.it
6b96eaa15b
Fix E-steps/mm for Geeetech A10M/A20M ( #13954 )
2019-05-08 22:43:34 -05:00
Scott Lahteine
23ec650410
Consolidate Malyan LCD and ExtUI
2019-05-07 21:31:30 -05:00