Tanguy Pruvot
75aeb41ab7
SKRmini support for Fysetc Mini Panel ( #14319 )
5 years ago
InsanityAutomation
bf64dd4db6
Improve G34, M422 (Z alignment) ( #14142 )
5 years ago
Tanguy Pruvot
391250b04f
STM32F1: Don't toggle EEPROM SPI SS ( #14299 )
5 years ago
Giuliano Zaro
27d30c1be8
Update Italian language ( #14302 )
5 years ago
Scott Lahteine
3f6424076b
Update M524 description
5 years ago
Scott Lahteine
cf3631226b
Document G-code M290
5 years ago
Scott Lahteine
c12b6ba760
Add Dagoma F5 to Makefile
5 years ago
3DSmitty
5b13abcacb
Fix SPI_SD Outside of HAL_STM32F1 ( #14306 )
5 years ago
Bob Kuhn
089d12df16
Fix duplicate board IDs ( #14310 )
5 years ago
Ludy
2290b269dc
Unused variable ( #14301 )
5 years ago
Scott Lahteine
6b2d42434c
Wrap main menu external declarations
5 years ago
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 )
6 years ago
Scott Lahteine
903863dcb6
Suppress some warnings
6 years ago
Scott Lahteine
eb1c9113c2
Try to init SD with no detect pin
6 years ago
Scott Lahteine
9a56a88200
Use OUT_WRITE in SPI pin init
6 years ago
Scott Lahteine
24c23b60fa
Use lambda, fix wrap pointer
6 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.
6 years ago
Ludy
6fb3db1633
Update German language ( #14294 )
6 years ago
Scott Lahteine
a17f057daa
Fix word wrapping on select screens
6 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...
6 years ago
Scott Lahteine
26de051e92
HAL SPI pin init cleanup
6 years ago
Scott Lahteine
50c9b33ed7
!ENABLED => DISABLED
6 years ago
teemuatlut
29afd11cbf
Updates for TMC2660 init ( #14245 )
6 years ago
Scott Lahteine
dfdbd1e75f
Use TEST macro where possible
6 years ago
teemuatlut
12a270fd29
Fix TMC5160 and TMC2160 PWMCONF init
6 years ago
Scott Lahteine
fc73a8b004
Add AXIS_HAS_SQUARE_WAVE shorthand
6 years ago
mb300sd
bf8bfb5c66
Add Coolant Control M7/M8/M9 ( #10745 )
6 years ago
Aliaksei Kvitsinski
648a91bce8
Support for Z-Bold board ( #14024 )
6 years ago
MastS
18904c42f6
Fysetc LCD backlight timeout ( #14265 )
6 years ago
Scott Lahteine
bc2ff9b41f
Fix M605 bugs
...
Fixes #14191
6 years ago
Scott Lahteine
f7792c0192
Group manual move options
6 years ago
Tanguy Pruvot
7d1eafc80a
STM32F1: C++14 for static_assert, etc. ( #14278 )
6 years ago
Msq001
26e7e33698
Fix bug in STM32F1 WRITE macro ( #14275 )
6 years ago
Scott Lahteine
04715e04ee
Minor M100 cleanup
6 years ago
Scott Lahteine
356410dcfc
Move crc16 function to libs
6 years ago
Scott Lahteine
2a96d4e23a
Move number-to-string functions to libs
6 years ago
Scott Lahteine
1ef95013f0
Update Marlin.cpp includes, defines
6 years ago
Kaushik Vemparala
c88d9ae282
Option to leave heaters set on SD abort ( #14251 )
6 years ago
Tanguy Pruvot
8cf5504a34
Redundant but faster recovery.enabled test ( #14175 )
6 years ago
Tanguy Pruvot
c3e5225531
Add SPI EEPROM to STM32F1 ( #14239 )
6 years ago
felixstorm
9439fab7fd
Fix ESP32 servos, platformio.ini, etc. ( #14247 )
6 years ago
yangwenxiong
b0a4ea79b8
BigTreeTech SKR Mini v1.1 ( #14041 )
6 years ago
Robby Candra
f30b89953d
runout.distance_mm LCD edit item ( #14066 )
6 years ago
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change ( #14125 )
6 years ago
InsanityAutomation
b7eeb5b13b
Move BLTouch options to adv config ( #14131 )
...
Plus other BLTouch and menu enhancements.
6 years ago
Scott Lahteine
0ca2073625
ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
6 years ago
thisiskeithb
662e7da8a4
Fix USE_BIG_EDIT_FONT bug ( #14252 )
6 years ago
teemuatlut
cccc51ee0e
TMC Square Wave Stepping mode ( #14195 )
6 years ago
Scott Lahteine
80ce0d2bdb
Whitespace cleanup
6 years ago
Scott Lahteine
455f0de817
Undefine sanity check tests when done
6 years ago
Robby Candra
7e07a3888b
Fix PLR Z bug affecting Cartesians ( #14230 )
6 years ago
Robby Candra
5ca8d51e12
Ability to insert G-code in front of queue ( #14229 )
6 years ago
BigIronGuru
293018f76c
Apply needed BLTouch patch ( #14233 )
6 years ago
Scott Lahteine
ffb76b75d7
fix TMC2208 boot loop with SW UART ( #14135 )
...
Need stepper .begin() before calling susbequent .push()
6 years ago
InsanityAutomation
4138b1f9ae
Option to disable Case Light brightness control ( #14165 )
6 years ago
Tanguy Pruvot
764f0d9c1c
STM32F1: Servo "soft" PWM via timer interrupt ( #14187 )
6 years ago
InsanityAutomation
66e22d9f5a
ExtUI Heated Chamber support ( #14198 )
6 years ago
Scott Lahteine
9206c0e869
Use limit switch overrides
6 years ago
Scott Lahteine
34d2801bbe
Rename pins file (2)
6 years ago
Scott Lahteine
fa3b5fb059
Uppercase pins filename
6 years ago
Scott Lahteine
858b2fa21a
Fix thermistor table
6 years ago
InsanityAutomation
f6ec00d776
Update thermistor and working config
6 years ago
InsanityAutomation
bbcb61e042
Initial Commit - Add board
6 years ago
Tanguy Pruvot
e4260a41cb
Fix a DEBUG_LEVELING_FEATURE string copy ( #14200 )
6 years ago
Ryan
9d9030a39c
Fix Archim1 SD card ( #14184 )
6 years ago
InsanityAutomation
123e58d9c3
Heated Chamber for Graphical LCD ( #14190 )
6 years ago
Scott Lahteine
93ab16c6e4
Remove old mixing ISR comment
6 years ago
Scott Lahteine
6572848d7f
Fix stepper timing bug
6 years ago
Bob Kuhn
688b54d66a
DUE USB composite device field corrections ( #14185 )
6 years ago
InsanityAutomation
f889cc6ea6
ExtUI parity with SPI LCDs ( #14172 )
6 years ago
Scott Lahteine
07021c85c8
Tweak timer16_Sequence_t
6 years ago
Roman Moravčík
d70929f7c0
Update Slovak language ( #14179 )
6 years ago
Tanguy Pruvot
e3a468f2cd
STM32F1: FSMC only on chips with 100/144 pins ( #14180 )
6 years ago
Ludy
8e8e48f900
Fix links in templates, gcode.h ( #14160 )
6 years ago
InsanityAutomation
34ae76025e
Clear Pausing message after M600 park ( #14171 )
6 years ago
Ludy
bd494a6bd6
Update defines for patched temperature macros ( #14161 )
6 years ago
doggyfan
e09d8811c1
Apply grace period to thermistor failure testing ( #14167 )
6 years ago
InsanityAutomation
0f04ba016f
Adjust tool offset menus ( #14153 )
6 years ago
teemuatlut
bf4a0db97f
TMC LCD followup ( #14134 )
6 years ago
Minims
32afe1d102
Fix TOOLCHANGE_ZRAISE warning ( #14156 )
6 years ago
Robby Candra
5515f88452
Clarify SD longname string size ( #14148 )
6 years ago
Tanguy Pruvot
5f42d3a8b4
BLTouch French updates ( #14137 )
6 years ago
Scott Lahteine
d3bb5b69ba
Apply NOLESS/NOMORE
6 years ago
Scott Lahteine
b315157053
Apply const to mcp4728
6 years ago
Scott Lahteine
3c179bbd47
Simpler G28 home axis conditions
6 years ago
Scott Lahteine
352734494b
Reduce some M43 strings
6 years ago
Scott Lahteine
b14cc0d7c5
Remove extra gcode. prefix
6 years ago
Scott Lahteine
c6d39319de
Fix some whitespace
6 years ago
InsanityAutomation
212860f090
Always change to Tool 0 on G29 ( #14146 )
6 years ago
Giuliano Zaro
7b838f31be
DUE HAL cleanup ( #14126 )
6 years ago
Chris
36a0376c36
fix TMC2208 boot loop with SW UART
...
Need stepper .begin() before calling susbequent .push()
6 years ago
Robby Candra
df7733425c
Shorten pause message for 4 line LCD ( #14097 )
6 years ago
Scott Lahteine
605ec0a478
Fix thermistor table warning
6 years ago
doggyfan
90121047d9
Fix thermal protection with user thermistor ( #14130 )
6 years ago