Commit Graph

12346 Commits (35aabd1834fdd88258d27bec6d3e336fdfd9c325)
 

Author SHA1 Message Date
Ludy 35aabd1834 Fix Spindle/Laser compile error ()
Scott Lahteine 21f377d94a
STM32F1: various small changes ()
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
sensei73 ce5f94c8f4 Fix Touch-MI sanity checks ()
Tanguy Pruvot 287df7a61f STM32F1: various small changes
- init the led pin as output (like other HALs)
- reduce sdio dma priority to normal.. highest is never the best...
- allow fsmc only on compatible STM32F1 (like HAL fsmc)
- fsmc: remove an useless C style cast
3DSmitty 66d51272af Fix SPI, SD for BIGTREETECH SKR Mini ()
Scott Lahteine 903863dcb6 Suppress some warnings
Scott Lahteine eb1c9113c2 Try to init SD with no detect pin
Scott Lahteine 9a56a88200 Use OUT_WRITE in SPI pin init
Scott Lahteine 24c23b60fa Use lambda, fix wrap pointer
Tanguy Pruvot 1aa60bce32 Travis CI: Update to Xenial ()
(bionic doesn't include g++7 ppa)
pinchies 3021097888 Add JGAurora A5S and A1 (STM32F103ZET6) ()
- Now compiles and works correctly with changes to HAL timers and watchdog.
- Does NOT include awesome work on touch screen function.
- Does have working LCD and SD-based EEPROM.
Ludy 6fb3db1633 Update German language ()
Scott Lahteine a17f057daa
Fix word wrapping on select screens
Tanguy Pruvot f2cfa408b7 Touch-MI probe by hotends.fr ()
A simple Z probe using a magnet to deploy a probe. See https://youtu.be/E7Ik9PbKPl0 for the sensor description...
Scott Lahteine 26de051e92 HAL SPI pin init cleanup
Scott Lahteine cfb44e4a26 Sublime project - add settings
Scott Lahteine 9722038ad3 Ender 3 baud to match Creality3D
Scott Lahteine 50c9b33ed7 !ENABLED => DISABLED
teemuatlut 29afd11cbf Updates for TMC2660 init ()
Scott Lahteine dfdbd1e75f Use TEST macro where possible
teemuatlut 12a270fd29 Fix TMC5160 and TMC2160 PWMCONF init
Scott Lahteine fc73a8b004 Add AXIS_HAS_SQUARE_WAVE shorthand
mb300sd bf8bfb5c66 Add Coolant Control M7/M8/M9 ()
Aliaksei Kvitsinski 648a91bce8 Support for Z-Bold board ()
MastS 18904c42f6 Fysetc LCD backlight timeout ()
Scott Lahteine 8bc3b80176 Add MULTI_NOZZLE_DUPLICATION test
Scott Lahteine bc2ff9b41f Fix M605 bugs
Fixes 
Scott Lahteine f7792c0192 Group manual move options
Scott Lahteine 2a21a9a062 Update some configs
thisiskeithb f93c60a6f0 Bring Sidewinder X1 config up to date ()
Tanguy Pruvot 7d1eafc80a STM32F1: C++14 for static_assert, etc. ()
Msq001 26e7e33698 Fix bug in STM32F1 WRITE macro ()
Scott Lahteine 04715e04ee Minor M100 cleanup
Scott Lahteine 356410dcfc Move crc16 function to libs
Scott Lahteine 2a96d4e23a Move number-to-string functions to libs
Scott Lahteine 1ef95013f0 Update Marlin.cpp includes, defines
Kaushik Vemparala c88d9ae282 Option to leave heaters set on SD abort ()
thisiskeithb 892f0e75ea Initial EVNOVO (Artillery) Sidewinder X1 Configs ()
Tanguy Pruvot 8cf5504a34 Redundant but faster recovery.enabled test ()
Tanguy Pruvot c3e5225531 Add SPI EEPROM to STM32F1 ()
felixstorm 9439fab7fd Fix ESP32 servos, platformio.ini, etc. ()
Phr3d13 a373d3f557 Geeetech A10 example ()
yangwenxiong b0a4ea79b8 BigTreeTech SKR Mini v1.1 ()
Robby Candra f30b89953d runout.distance_mm LCD edit item ()
mikeshub a3f034b95e FFCP updates. Update XY soft endstops on tool_change ()
InsanityAutomation b7eeb5b13b Move BLTouch options to adv config ()
Plus other BLTouch and menu enhancements.
Scott Lahteine 0ca2073625 ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
thisiskeithb 662e7da8a4 Fix USE_BIG_EDIT_FONT bug ()
teemuatlut cccc51ee0e TMC Square Wave Stepping mode ()
Scott Lahteine 80ce0d2bdb Whitespace cleanup