Commit Graph

85 Commits (c6e6365e15d367f66e3736344cca333bfc941450)

Author SHA1 Message Date
Scott Lahteine ec4bfb0054 Fix LPC1768-tests labels
Scott Lahteine d7d80418ae
Singleton for cutting tools ()
Scott Lahteine 7e16835c83
Use LCD conditionals in pins files ()
Scott Lahteine 4df4c47994
Add TMC2209 support ()
Ludy 35aabd1834 Fix Spindle/Laser compile error ()
teemuatlut 29afd11cbf Updates for TMC2660 init ()
Scott Lahteine 8bc3b80176 Add MULTI_NOZZLE_DUPLICATION test
Scott Lahteine 0ca2073625 ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
InsanityAutomation 66e22d9f5a ExtUI Heated Chamber support ()
InsanityAutomation fda8606388 Fix Travis test of Azteeg X3 Pro ()
Tanguy Pruvot 3bf43b6c1e Re-enable STM32F1 Travis test ()
InsanityAutomation 6811e2921b BLTouch v3 / 3DTouch Interoperability & performance ()
Tanguy Pruvot 11adcf1ce3 Add'l PLR options, AVR strstr_P compat ()
doggyfan 23a8707ef1 Configurable Thermistor ()
Ludy c837e9250c Define tmc variables where needed ()
Stephan 84273557f9 Move and update heated chamber settings ()
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com>
Scott Lahteine ae42206500 Fix SD_REPRINT_LAST_SELECTED_FILE
Scott Lahteine 5018fdacbe
Support FYSETC_MINI_12864_PANEL ()
Scott Lahteine a2b3ad6d0a Don't override RGB LED pins, by default
Roxy-3D 9cee81d47e Option to show babysteps total since G28 ()
Scott Alfter 32332bcd03 Proceed with Teensy 3.5/3.6 HAL ()
InsanityAutomation 5b2c37d6c1 Followup to BLTouch ()
InsanityAutomation 691e5c3bb8 BLTouch V3.0 support ()
Hadrien Jouet 0278ad0a6d Add ESP32 WiFi interface ()
InsanityAutomation c03df89921 ExtUI Mesh Leveling Extensions ()
3dlabsio 645ca7af7a M141 Heated Chamber, Temperature rework ()
Chris Pepper 8d95019442
LPC176x NeoPixel Support ()
Chris Pepper 4ab433d391 Fix binary protocol with one serial port ()
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
Scott Lahteine 15aa932aa6
HAL for Linux ()
Thomas Moore 9f5e4e5ad8 Update LPC1769 Pins Files ()
Scott Lahteine d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move ()
InsanityAutomation 7f1b69b0c8 Add HOST_PROMPT_SUPPORT ()
Scott Lahteine 6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) ()
Marcio Teixeira e1604198ff G425 — Auto-calibrate Backlash and Nozzle Offsets ()
teemuatlut d81342254a Support new TMC drivers ()
Rolf Werum 524c6c10bf MAGNETIC_PARKING_EXTRUDER ()
Marcio Teixeira 5cfc1cdacc Support SWITCHING_NOZZLE with 2 servos ()
Nicolas G 6fb4001b58 Add option to disable fan speed slowing in M303 ()
InsanityAutomation 48a3502656 Remote streamer improvements ()
Scott Lahteine 2b54e98f50 Remove L6470 test for LPC176x
Bob Kuhn 2f35747f29 L6470 SPI daisy chain support ()
InsanityAutomation 082f6a27de ADAPTIVE_FAN_SLOWING extension to hotend thermal protection ()
Kaushik Vemparala ba7e35cbab Add LCD option BEEP_ON_FEEDRATE_CHANGE ()
Marcio Teixeira b22716e938 M425 Backlash Correction ()
teemuatlut 50b2fbd031 Trinamic: Split stealthChop, improve driver monitoring, etc. ()
Ludy 90a58488b5 Corrected unused var, default switch, Travis tests ()
Scott Lahteine 826d570162
Combine Travis CI option-setting commands ()
Scott Lahteine f4c128ecaa
Move RRW keypad code to a common method ()
revilor b60abc7c37 [2.0.x] Macro G-codes ()
Scott Lahteine 4ed6397e5d
More comprehensive NO_LCD_MENUS ()