10616 Commits (44e4f853c8c7027e88381b1644281d3ef841d3c5)

Author SHA1 Message Date
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
Scott Lahteine 81cee05476 Update some env in pins.h 6 years ago
Scott Lahteine 47fd74a98d Clean up fast_pwm.cpp 6 years ago
Scott Lahteine 49229d97db Consistent _useTimerX tests 6 years ago
Scott Lahteine 8924389dfc Tweak servo µs macros 6 years ago
InsanityAutomation 49e83dd7c8 BLTouch V3.1 changes (#14104) 6 years ago
Scott Lahteine 14fe41f6b2 Update Z probe offset comment 6 years ago
Scott Lahteine f8bede6b5e Fix some HAL includes 6 years ago
Bryan 0ef5d667b6 Fixed M43 parameter bug (#14099) 6 years ago
teemuatlut 1c86fbc60b TMC updates, capture LCD changes (#14074) 6 years ago
felixstorm 74f44783ac ESP32 servo support (#14109) 6 years ago
felixstorm bc5a1fe562 Various fixes for ESP32 (#14102) 6 years ago
Giuliano Zaro e1bf34bdc9 Ruramps4d typo fix (#14096) 6 years ago
Scott Lahteine 7cce6b8d68 Bring configs up to date (MANUAL_FEEDRATE) 6 years ago
Scott Lahteine 44caf70917 Improve editing, fix some small value editing 6 years ago
Scott Lahteine 612eaa87bd Fix "back" items in some sub-menus 6 years ago
Scott Lahteine c5dc2e5a71 Update advanced BLTouch menu items 6 years ago
Scott Lahteine 48d1bd29cb Shift m before compare to 0 6 years ago
InsanityAutomation 9f69fbe5ee Move some menu items (#14118) 6 years ago
Scott Lahteine fc52c43a26 Some documentation updates 6 years ago
Tanguy Pruvot 24b1818245 Secure STM32F1 servo code and M280 detach (#14085) 6 years ago
Scott Lahteine a49919396a LPC1768 MarlinServo => libServo 6 years ago
Scott Lahteine 2b5046659a Tweak Marlin headers, comments 6 years ago
Scott Lahteine cc862a8213 Replace some functions with lambdas 6 years ago
Ludy fafd73a3af Update copyright in headers (#14092) 6 years ago
Giuliano Zaro 2298923a9b Update Italian language (#14095) 6 years ago
Ludy 41f61a12b8 Update German language (#14093) 6 years ago
doggyfan 594f6b14be Limit user thermistor to 999, fix thermistor table macro (#14080) 6 years ago
Giuliano Zaro a74aad3b4a Clean up HALs / FastIO (#14082) 6 years ago
Scott Lahteine 4ef364a073 Sanity check probe offsets must be integers 6 years ago
Scott Lahteine cfca07852a Backlash linker error workaround
Fix #14045
6 years ago
Scott Lahteine aeec9ef76b Update backlash code 6 years ago
Scott Lahteine 7b4c3bd92a Fix call to synchronize in lcd_pause_job 6 years ago
Scott Lahteine 9bf65eacaa Remove old adv config heading 6 years ago
Pavel4e5 3cd19a8ec0 Improve Zonestar keypad responsiveness (#14056) 6 years ago
Tanguy Pruvot 402f1f7307 STM32F1: STM32_HIGH_DENSITY is auto defined in HAL (#14057)
- Fix the `fsmc` and `sdio` units which required hard defines for use.
6 years ago
Tanguy Pruvot 87e7193259 Fix M226 sign warning (for most platforms) (#14049) 6 years ago
Tanguy Pruvot 256f810df2 Add open-drain output mode to STM32F1 FastIO (#14050)
- This mode is often used/preferred to drive printer boards' MOSFETs.
- Can generally boost the allowed output power (for hotbed,nozzle and fans).
6 years ago
Bob Kuhn 1dad6e754b Neopixel background LED option (#14025) 6 years ago
InsanityAutomation 84ac5b360b Fix ExtUI mesh functions (#14027) 6 years ago
Scott Lahteine 9b5f9dda0e Update analog pins labels 6 years ago
FanDjango 85fb33a060 BLTOUCH tweaks, new v3.1 command (#14015) 6 years ago
GUEST.it 62ef54cb81 UBL: Log and display G29 progress (#14036) 6 years ago
GUEST.it 7907eec04c Fix power loss recovery with SINGLENOZZLE (#14033) 6 years ago
Scott Lahteine efe651e749 Add THERMISTOR_NAME for 1000 6 years ago
Scott Lahteine 0b056970c6 Fix file.open in STM32 eeprom emu 6 years ago
InsanityAutomation 06f3273531 Fix DELTA pulse wait bug (#14028) 6 years ago
Marcio Teixeira 7ccbcf2eaa Fix TMC EEPROM regression (#14008)
Partially undo 15357af to ensure TMC code is initialized in the proper order.
6 years ago
Marcio Teixeira 9558962d59 Fix DUE HAL SW SPI compile error (#14005) 6 years ago
InsanityAutomation 07afe69cee Fix some bad AZTEEG_X5_MINI pins (#14011) 6 years ago
Chris Pepper 451ea996c9
[LPC176x] Fix switch fallthrough 6 years ago
Tanguy Pruvot d7b0369e39 STM32: Fix SD EEPROM emulation conflict (#14012) 6 years ago
Scott Lahteine 785c01f2bc Use US spelling of 'behavior' 6 years ago
Sam Lane 7f1e0c5670 Update EXTRA_LINADV_K with Marlin bit macros (#13993) 6 years ago
Bob Kuhn 48bd8899bd Cohesion 3D Remix: Onboard SD card, Fysetc LCD (#13991) 6 years ago
FanDjango dcaefc68a5 BLTouch.init should not deploy (#13988)
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.
6 years ago
Tanguy Pruvot 8075893352 STM32: fix sdcard filename conversion 6 years ago
chai-md 940ff8e7c8 Improve LV8729 stepping (#13776) 6 years ago
InsanityAutomation 991ee7552b Restore menu edit to 32bit value (#13976) 6 years ago
Tanguy Pruvot 93dd097b1c Use E2END, if defined, for STM32F1 (SD) (#13981) 6 years ago
InsanityAutomation 5108e4b6aa Cleaner EEPROM auto init (#13975) 6 years ago
Bob Kuhn 456a0ee76b Improve Due SW SPI, Fysetc sanity checks, &c. (#13939) 6 years ago
Robby Candra 7b78a20fb7 Fix: Debug Memory Dump size (#13957)
* Fix Memory Dump size

* Fix Compile error on Memory Dump
6 years ago
Scott Lahteine a613bcad2d Fix some spelling 6 years ago
Tanguy Pruvot 62b36d1b98 Fix STM32 timer warnings (#13946) 6 years ago
Giuliano Zaro f22c9a1ae1 Fix G-code parser with MMU2 (#13951) 6 years ago
Marcio Teixeira 746c38f4be Fix HAL_DUE multiple define error with graphical LCD (#13971) 6 years ago
Bob Kuhn 75eca5c4f8 Fysetc pins updates for RAMPS and SKR 1.3 (#13963) 6 years ago
Marcio Teixeira 227f29090d Add heater timeouts to ExtUI (#13970)
- 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.
6 years ago
Bob Kuhn fa3739aa23 M100: LPC1768 and DUE compatibility (#13962) 6 years ago
InsanityAutomation 3f758d9e00 Fix some edit items for 16-bit encoder (#13948) 6 years ago
ManuelMcLure 51acbb2201 Prevent HOST_PROMPT_SUPPORT compile error (#13943) 6 years ago
Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944) 6 years ago
Tanguy Pruvot e53d7e5517 STM32: ADC warning fix (#13933) 6 years ago
Scott Lahteine 23ec650410 Consolidate Malyan LCD and ExtUI 6 years ago
InsanityAutomation 6811e2921b BLTouch v3 / 3DTouch Interoperability & performance (#13814) 6 years ago
Giuliano Zaro 40aff7e1f2 Remove extra MMU (non-12V) code (#13938)
`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.
6 years ago
Tanguy Pruvot 11adcf1ce3 Add'l PLR options, AVR strstr_P compat (#13880) 6 years ago
InsanityAutomation 5dcb25664f Option to Auto-Initialize EEPROM (#13935) 6 years ago
Ludy a504366138 Fix probe fan compiling error (#13930) 6 years ago
Tanguy Pruvot 24e956d168 Avoid int8_t underflow on filament runout (#13895) 6 years ago
Stephan 483822f3aa Fix some THERMAL_PROTECTION_CHAMBER issues (#13678) 6 years ago
doggyfan 23a8707ef1 Configurable Thermistor (#13888) 6 years ago
J.C. Nelson 172abc305b Malyan M200 core fixes (#13927) 6 years ago
Scott Lahteine a36782ac1d Define more u8g command macros 6 years ago
Scott Lahteine f9a50f451d Serial out cleanup 6 years ago
Scott Lahteine 9853331b34 Fix temp init, loosen ADC grace period 6 years ago
Tanguy Pruvot a4c24511f7 STM32: Fix Marduino SBI/CBI redefine (#13912) 6 years ago
Ludy c837e9250c Define tmc variables where needed (#13918) 6 years ago
Ludy f96eaad1ea Unused variable cleanup (#13917) 6 years ago
Ludy 421d526ba7 Update German language (#13915) 6 years ago
Giuliano Zaro b07360f32a Update Italian language (#13916) 6 years ago
Robby Candra 79955f0c89 Fix PLR file delete bug (#13860) 6 years ago
ManuelMcLure 09f1b58146 Fix HOST_PROMPT_SUPPORT compile issue (#13847) 6 years ago
Giuliano Zaro e2a77ed881 Bring chamber temp to completion (#13837) 6 years ago
Robert Mendon 24177954dd Add missing AZSMZ Mini SPI pins (#13824) 6 years ago
kAdonis ee73e17c9b Hide 'vsense' report row if not used (#13884) 6 years ago
jmdearras 68004174d9 Fix thermistor 501 name (#13839) 6 years ago
Bob Kuhn c48e6be366 Fysetc panel, RUMBA and ReARM pins, SPI mode 3 (#13900) 6 years ago
Chris fd9d3ae181 Re-Arm 4x TMC2208 stepper improvement (#13819) 6 years ago
Tanguy Pruvot e7b3720b81 Menu edit accel in increments of 25 (#13850) 6 years ago
Tanguy Pruvot 7da63fa03f Fix NOMORE() sign warning in stepper (#13894) 6 years ago
Roman Moravčík 6d0ce033c2 Update Slovak language. (#13840) 6 years ago
InsanityAutomation 3fcab8dbf1 Option to disable fans during pause (#13820) 6 years ago
Chris Pepper 66f7065248
[LPC176x] Update extra script to support Python3 (#13908) 6 years ago
Scott Lahteine 2f32a6612d Clean up Temperature::set_fans_paused 6 years ago
Marcio Teixeira 15357af67c Backlash cleanup (#13659)
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Robby Candra 0181e57417 Add a minimum Z change option to power-loss recovery (#13859) 6 years ago
Robby Candra c369477cb0 Fix bug: diveToFile breaks M23 (#13865) 6 years ago
Tanguy Pruvot e5438a9a03 settings: store runout sensor on/off (#13876) 6 years ago
Scott Lahteine e7682eea42
Use Arduino.h include wrapper (#13877) 6 years ago
Tanguy Pruvot 51d1e0f1dd Auto-mount the SDIO SD card (#13879) 6 years ago
Thomas Moore ee243e4edf Fix mixing extruder filament change (#13803) 6 years ago
Scott Lahteine bf54251a10
Finish, improve, clean up FYSETC_MINI_12864 revisions (#13871) 6 years ago
Scott Lahteine 9372e2603c Simpler neopixel comment 6 years ago
Tanguy Pruvot 3272d0db01 Update French language (#13866) 6 years ago
Chris Pepper 95beafa9a2
Fix typo 6 years ago
Ludy 408a5f08dc Update German language (#13853) 6 years ago
Tanguy Pruvot cf3c746029 Improve French language (#13851) 6 years ago
Clinton James 2740cc64d8 Add SD Release when no SD_DETECT_PIN exists (#13857) 6 years ago
Luu Lac 39ebca6b5f Fix FYSETC, MINIPANEL, MKS_MINI_12864 display (#13864) 6 years ago
Giuliano Zaro 93dcb537ef Update Italian language (#13809) 6 years ago
Roxy-3D 142c8e2fed
Remove redundant Frivolous Game Options 6 years ago
Scott Lahteine e43afb1a58 Clean up SKR pins 6 years ago
Scott Lahteine 9ccbd382e7 Update Watchdog description 6 years ago
Scott Lahteine b6279abd30 Better THERMAL_PROTECTION_GRACE_PERIOD
See #13783
6 years ago
chai-md ed9eaa1942 Fix a comment in fwretract.cpp (#13802) 6 years ago
InsanityAutomation 610fb46683 Fix some ExtUI issues (#13799) 6 years ago
Bob-the-Kuhn db89fc0304 Revert "bring my copy up to date"
This reverts commit 503905c628.
6 years ago
Bob-the-Kuhn 503905c628 bring my copy up to date 6 years ago
Bob-the-Kuhn 73726d56b3 Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x 6 years ago
Scott Lahteine 5051909c3c
Update do_select_screen for general use (#13800) 6 years ago
Scott Lahteine 63f6ad3fd2 Basic RAMPS SD_DETECT_PIN override 6 years ago