Scott Lahteine
aacb904e1f
Adjust some config comments
5 years ago
Scott Lahteine
651f3eeed0
Clean up trailing whitespace
5 years ago
Ludy
35aabd1834
Fix Spindle/Laser compile error ( #14312 )
5 years ago
Scott Lahteine
21f377d94a
STM32F1: various small changes ( #14313 )
- 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
5 years ago
sensei73
ce5f94c8f4
Fix Touch-MI sanity checks ( #14316 )
5 years ago
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
5 years ago
3DSmitty
66d51272af
Fix SPI, SD for BIGTREETECH SKR Mini ( #14287 )
5 years ago
Scott Lahteine
903863dcb6
Suppress some warnings
5 years ago
Scott Lahteine
eb1c9113c2
Try to init SD with no detect pin
5 years ago
Scott Lahteine
9a56a88200
Use OUT_WRITE in SPI pin init
5 years ago
Scott Lahteine
24c23b60fa
Use lambda, fix wrap pointer
5 years ago
Tanguy Pruvot
1aa60bce32
Travis CI: Update to Xenial ( #14286 )
(bionic doesn't include g++7 ppa)
5 years ago
pinchies
3021097888
Add JGAurora A5S and A1 (STM32F103ZET6) ( #14291 )
- 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.
5 years ago
Ludy
6fb3db1633
Update German language ( #14294 )
5 years ago
Scott Lahteine
a17f057daa
Fix word wrapping on select screens
5 years ago
Tanguy Pruvot
f2cfa408b7
Touch-MI probe by hotends.fr ( #14101 )
A simple Z probe using a magnet to deploy a probe. See https://youtu.be/E7Ik9PbKPl0 for the sensor description...
5 years ago
Scott Lahteine
26de051e92
HAL SPI pin init cleanup
5 years ago
Scott Lahteine
cfb44e4a26
Sublime project - add settings
5 years ago
Scott Lahteine
9722038ad3
Ender 3 baud to match Creality3D
5 years ago
Scott Lahteine
50c9b33ed7
!ENABLED => DISABLED
5 years ago
teemuatlut
29afd11cbf
Updates for TMC2660 init ( #14245 )
5 years ago
Scott Lahteine
dfdbd1e75f
Use TEST macro where possible
5 years ago
teemuatlut
12a270fd29
Fix TMC5160 and TMC2160 PWMCONF init
5 years ago
Scott Lahteine
fc73a8b004
Add AXIS_HAS_SQUARE_WAVE shorthand
5 years ago
mb300sd
bf8bfb5c66
Add Coolant Control M7/M8/M9 ( #10745 )
5 years ago
Aliaksei Kvitsinski
648a91bce8
Support for Z-Bold board ( #14024 )
5 years ago
MastS
18904c42f6
Fysetc LCD backlight timeout ( #14265 )
5 years ago
Scott Lahteine
8bc3b80176
Add MULTI_NOZZLE_DUPLICATION test
5 years ago
Scott Lahteine
bc2ff9b41f
Fix M605 bugs
Fixes #14191
5 years ago
Scott Lahteine
f7792c0192
Group manual move options
5 years ago
Scott Lahteine
2a21a9a062
Update some configs
5 years ago
thisiskeithb
f93c60a6f0
Bring Sidewinder X1 config up to date ( #14271 )
5 years ago
Tanguy Pruvot
7d1eafc80a
STM32F1: C++14 for static_assert, etc. ( #14278 )
5 years ago
Msq001
26e7e33698
Fix bug in STM32F1 WRITE macro ( #14275 )
5 years ago
Scott Lahteine
04715e04ee
Minor M100 cleanup
5 years ago
Scott Lahteine
356410dcfc
Move crc16 function to libs
5 years ago
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
5 years ago
Scott Lahteine
1ef95013f0
Update Marlin.cpp includes, defines
5 years ago
Kaushik Vemparala
c88d9ae282
Option to leave heaters set on SD abort ( #14251 )
5 years ago
thisiskeithb
892f0e75ea
Initial EVNOVO (Artillery) Sidewinder X1 Configs ( #14065 )
5 years ago
Tanguy Pruvot
8cf5504a34
Redundant but faster recovery.enabled test ( #14175 )
5 years ago
Tanguy Pruvot
c3e5225531
Add SPI EEPROM to STM32F1 ( #14239 )
5 years ago
felixstorm
9439fab7fd
Fix ESP32 servos, platformio.ini, etc. ( #14247 )
5 years ago
Phr3d13
a373d3f557
Geeetech A10 example ( #14250 )
5 years ago
yangwenxiong
b0a4ea79b8
BigTreeTech SKR Mini v1.1 ( #14041 )
5 years ago
Robby Candra
f30b89953d
runout.distance_mm LCD edit item ( #14066 )
5 years ago
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change ( #14125 )
5 years ago
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config ( #14131 )
Plus other BLTouch and menu enhancements.
5 years ago
Scott Lahteine
0ca2073625
ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
5 years ago
thisiskeithb
662e7da8a4
Fix USE_BIG_EDIT_FONT bug ( #14252 )
5 years ago