Commit Graph

13444 Commits (84ce3a6bea0d12815261ef7fa40bd2c08f2a5573)
 

Author SHA1 Message Date
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 ()
GUEST.it 6b96eaa15b Fix E-steps/mm for Geeetech A10M/A20M ()
Scott Lahteine 23ec650410 Consolidate Malyan LCD and ExtUI
InsanityAutomation 6811e2921b BLTouch v3 / 3DTouch Interoperability & performance ()
Giuliano Zaro 40aff7e1f2 Remove extra MMU (non-12V) code ()
`check_version` in state -5 should not be needed since it has already been called in state -4 and the tested build nr is only updated in state -4.
Scott Lahteine 059269d732 More python updates
Followup to 
Alexey Shvetsov af725c81e3 Convert py scripts for py2 and py3 compatibility ()
Tanguy Pruvot 11adcf1ce3 Add'l PLR options, AVR strstr_P compat ()
InsanityAutomation 5dcb25664f Option to Auto-Initialize EEPROM ()
Ludy a504366138 Fix probe fan compiling error ()
Tanguy Pruvot 24e956d168 Avoid int8_t underflow on filament runout ()
Stephan 483822f3aa Fix some THERMAL_PROTECTION_CHAMBER issues ()
doggyfan 23a8707ef1 Configurable Thermistor ()
J.C. Nelson 172abc305b Malyan M200 core fixes ()
Scott Lahteine a36782ac1d Define more u8g command macros
Scott Lahteine f9a50f451d Serial out cleanup
Scott Lahteine 9853331b34 Fix temp init, loosen ADC grace period
Tanguy Pruvot a4c24511f7 STM32: Fix Marduino SBI/CBI redefine ()
Ludy c837e9250c Define tmc variables where needed ()
Ludy f96eaad1ea Unused variable cleanup ()