Commit Graph

208 Commits (ec4bfb00540742836896cd5d0301163d818e7242)

Author SHA1 Message Date
Scott Lahteine ec4bfb0054 Fix LPC1768-tests labels
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c)
Scott Lahteine d7d80418ae
Singleton for cutting tools ()
Scott Lahteine 7e16835c83
Use LCD conditionals in pins files ()
thisiskeithb 8b63e3701f MKS Robin Nano board support ()
Scott Lahteine decfe3424f Helper script updates
Eric Ptak 8934b32f1b Fysetc AIO II / Cheetah STM32F1 ()
thisiskeithb a4aa3621c0 MKS Robin Mini Board Support ()
Scott Lahteine 4df4c47994
Add TMC2209 support ()
Bob Kuhn 089d12df16 Fix duplicate board IDs ()
Ludy 35aabd1834 Fix Spindle/Laser compile error ()
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.
Scott Lahteine cfb44e4a26 Sublime project - add settings
teemuatlut 29afd11cbf Updates for TMC2660 init ()
Scott Lahteine 8bc3b80176 Add MULTI_NOZZLE_DUPLICATION test
yangwenxiong b0a4ea79b8 BigTreeTech SKR Mini v1.1 ()
Scott Lahteine 0ca2073625 ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
Scott Lahteine 80ce0d2bdb Whitespace cleanup
InsanityAutomation 66e22d9f5a ExtUI Heated Chamber support ()
InsanityAutomation fda8606388 Fix Travis test of Azteeg X3 Pro ()
Scott Lahteine 6d92a0a33b Add 'ghpc' helper script
Ivan Kravets 610abd7b88 Declare "teensy" platform, add ststm32 dev/platform ()
Tanguy Pruvot 3bf43b6c1e Re-enable STM32F1 Travis test ()
Scott Lahteine 4e7187b926 Extended G-code syntax
- Parenthesized comments
- Multiple E values split by colons (RepRapFirmware)
Scott Lahteine 88bedf3a57 Better label for mfadd
Scott Lahteine ad4ffa1d2f
Use C++ language supported 'nullptr' ()
InsanityAutomation 6811e2921b BLTouch v3 / 3DTouch Interoperability & performance ()
Scott Lahteine 059269d732 More python updates
Followup to 
Alexey Shvetsov af725c81e3 Convert py scripts for py2 and py3 compatibility ()
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>
ManuelMcLure 8bc5817559 Save files before starting AutoBuild ()
Scott Lahteine ae42206500 Fix SD_REPRINT_LAST_SELECTED_FILE
Scott Lahteine 5018fdacbe
Support FYSETC_MINI_12864_PANEL ()
ManuelMcLure f9b2b3e4f5 AutoBuild quality-of-life improvements ()
- Assign helpful names to the terminals.
- Bring terminal forward so error messages are seen.
Scott Lahteine 9ea99b49be clean whitespace
Scott Lahteine a2b3ad6d0a Don't override RGB LED pins, by default
Roxy-3D 9cee81d47e Option to show babysteps total since G28 ()
Alexander Gavrilenko 3c47e1b4d1 Support Black STM32F407VET6 with RAMPS-like shield ()
Alexander Gavrilenko 6d9aaca082 Fix compilation error for MKS Robin ()
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.