Commit Graph

12213 Commits (9bf65eacaad9d4212fb5fc9920083e20527aa71c)
 

Author SHA1 Message Date
Scott Lahteine 9bf65eacaa Remove old adv config heading
Pavel4e5 3cd19a8ec0 Improve Zonestar keypad responsiveness ()
Tanguy Pruvot 402f1f7307 STM32F1: STM32_HIGH_DENSITY is auto defined in HAL ()
- Fix the `fsmc` and `sdio` units which required hard defines for use.
Tanguy Pruvot 87e7193259 Fix M226 sign warning (for most platforms) ()
Tanguy Pruvot 256f810df2 Add open-drain output mode to STM32F1 FastIO ()
- This mode is often used/preferred to drive printer boards' MOSFETs.
- Can generally boost the allowed output power (for hotbed,nozzle and fans).
Bob Kuhn 1dad6e754b Neopixel background LED option ()
InsanityAutomation 84ac5b360b Fix ExtUI mesh functions ()
Scott Lahteine 9b5f9dda0e Update analog pins labels
FanDjango 85fb33a060 BLTOUCH tweaks, new v3.1 command ()
GUEST.it 62ef54cb81 UBL: Log and display G29 progress ()
GUEST.it 7907eec04c Fix power loss recovery with SINGLENOZZLE ()
Scott Lahteine efe651e749 Add THERMISTOR_NAME for 1000
Scott Lahteine 0b056970c6 Fix file.open in STM32 eeprom emu
InsanityAutomation 06f3273531 Fix DELTA pulse wait bug ()
Marcio Teixeira 7ccbcf2eaa Fix TMC EEPROM regression ()
Partially undo 15357af to ensure TMC code is initialized in the proper order.
Marcio Teixeira 9558962d59 Fix DUE HAL SW SPI compile error ()
Martin Zeman 737d3d9283 Ender-3: Add feedrate for E manual move ()
InsanityAutomation 07afe69cee Fix some bad AZTEEG_X5_MINI pins ()
Chris Pepper 451ea996c9
[LPC176x] Fix switch fallthrough
Tanguy Pruvot d7b0369e39 STM32: Fix SD EEPROM emulation conflict ()
Scott Lahteine 785c01f2bc Use US spelling of 'behavior'
Sam Lane 7f1e0c5670 Update EXTRA_LINADV_K with Marlin bit macros ()
Bob Kuhn 48bd8899bd Cohesion 3D Remix: Onboard SD card, Fysetc LCD ()
FanDjango dcaefc68a5 BLTouch.init should not deploy ()
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.
Bob Kuhn 211563e533
Merge pull request from tpruvot/stm32_sdeeprom
STM32F1: fix sdcard filename conversion
Tanguy Pruvot 8075893352 STM32: fix sdcard filename conversion
chai-md 940ff8e7c8 Improve LV8729 stepping ()
InsanityAutomation 991ee7552b Restore menu edit to 32bit value ()
InsanityAutomation 3eee880967 Anet E16 example config ()
Tanguy Pruvot 93dd097b1c Use E2END, if defined, for STM32F1 (SD) ()
Tanguy Pruvot 3bf43b6c1e Re-enable STM32F1 Travis test ()
Scott Lahteine 4e7187b926 Extended G-code syntax
- Parenthesized comments
- Multiple E values split by colons (RepRapFirmware)
InsanityAutomation 5108e4b6aa Cleaner EEPROM auto init ()
Bob Kuhn 456a0ee76b Improve Due SW SPI, Fysetc sanity checks, &c. ()
Robby Candra 7b78a20fb7 Fix: Debug Memory Dump size ()
* Fix Memory Dump size

* Fix Compile error on Memory Dump
Scott Lahteine a613bcad2d Fix some spelling
Tanguy Pruvot 62b36d1b98 Fix STM32 timer warnings ()
Giuliano Zaro f22c9a1ae1 Fix G-code parser with MMU2 ()
Marcio Teixeira 746c38f4be Fix HAL_DUE multiple define error with graphical LCD ()
Martin Zeman 529c111572 Fix A8 config author ()
Bob Kuhn 75eca5c4f8 Fysetc pins updates for RAMPS and SKR 1.3 ()
Martin Zeman 9cd9d39319 Add Anet A8 Plus example configuration ()
Marcio Teixeira 227f29090d Add heater timeouts to ExtUI ()
- 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.
Bob Kuhn fa3739aa23 M100: LPC1768 and DUE compatibility ()
Scott Lahteine 88bedf3a57 Better label for mfadd
InsanityAutomation 3f758d9e00 Fix some edit items for 16-bit encoder ()
GUEST.it beb9cc91f6 More fixes to Geeetech A10M/A20M standard config ()
ManuelMcLure 51acbb2201 Prevent HOST_PROMPT_SUPPORT compile error ()
Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' ()
Tanguy Pruvot e53d7e5517 STM32: ADC warning fix ()