Commit Graph

145 Commits (8ab1c16ebdb9c251ecae3bf691d15afd4ae52b01)

Author SHA1 Message Date
Scott Lahteine 8ab1c16ebd Break out of 'mfpub' if 'gh-pages' checkout fails
Scott Lahteine c4734b947b Have 'mfdoc' open the local site when it's ready
revilor b60abc7c37 [2.0.x] Macro G-codes ()
Scott Lahteine 4ed6397e5d
More comprehensive NO_LCD_MENUS ()
InsanityAutomation 6471a75a22 Combine more tool-change variables ()
KangDroid 82ff7c6542 Add a mesh edit menu for MBL / ABL-Bilinear
Scott Lahteine 0c85869c26 Clean up file endings
tharts f5e8e8b53d Fix broken LPC176x build ()
* Fix broken LPC176x build
* Add UBL+HD44780 test for LPC1768
Scott Lahteine f5eab912ed
Apply #pragma once, misc cleanup ()
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
Ludy 9f77df2590 Followup to menu refactor. TMC warnings, sanity. ()
- Followup fixes for menu refactor
- Fix TMC sanity checks, unused var warnings
Scott Lahteine b5d7f69b51 Followup to
Scott Lahteine 9cd3529108 Organize language data, fix Korean and Danish
TheLongAndOnly 5536228359 G34 Auto-align multi-stepper Z axis ()
Scott Lahteine 8055ed24ff Move font data to a subfolder
Scott Lahteine 2bf18950ab Refactor LCD menus
Marcio Teixeira 056561df93 [2.0.x] Enhancements to FILAMENT_RUNOUT_SENSOR ()
- Added FILAMENT_RUNOUT_DISTANCE_MM option
- Added FILAMENT_MOTION_SENSOR option
N95JPL ab9d5eb38d Add Bootscreen Animation ()
Scott Lahteine 8653cedee4 Improve use_example_configs script
Giuliano Zaro d43d4e4219 Refactor PRINTER_EVENT_LEDS, apply to M303 ()
Co-Authored-By: Giuliano Zaro <gmagician@users.noreply.github.com>
Scott Lahteine cf5284cdf2
Add SD Firmware Update capability ()
Co-Authored-By: timoxd7 <timoxd7@users.noreply.github.com>
Scott Lahteine d52deeb15a Adjust Travis CI tests
Scott Lahteine 7f94ca950e Add Marlin icons graphics file
InsanityAutomation 74cd6cb4fc Single nozzle filament change ()
Scott Lahteine 52a37913c1 Extend and apply some corrections
Scott Lahteine 33056046a3
STM32 non-generic PWM_PIN and USEABLE_HARDWARE_PWM ()
Marcio Teixeira 2067619a26 Add USB_FLASH_DRIVE_SUPPORT
brian park 2abf3d258d Korean language translation support ()
Chris Pepper 6b1967ed33 Add back in the Env backup restore around each platforms tests ()
Scott Lahteine 0dedb3e139
Reorganize some core headers ()
Scott Lahteine 80f9473fb4 Clean up some Travis tests
Thomas Moore 3286325044 Add TMC2130 sensorless probing
Scott Lahteine 71d06ef1b2 Make opt_set, opt_set_adv, pins_set also enable
Scott Lahteine 5490a664f5
Expose: Homing Validation and Endstop Noise Threshold ()
Scott Lahteine cee34f7290
Followup for BABYSTEP_HOTEND_Z_OFFSET ()
Scott Lahteine 217e0efd20
General option PAUSE_BEFORE_DEPLOY_STOW ()
Scott Lahteine a2b0260f0f Update Sublime files
Hannes Brandstätter-Müller a4cdffdd69 Support for manually deployed fixed probes ()
Scott Lahteine afdd4803f8 Fix mfpub syntax highlighting
Holger Müller 1a6f2b29b8 Add support for Triple-Z steppers/endstops
Kevin e25d2ae4a2 [2.0.x] SWITCHING_TOOLHEAD ()
Scott Lahteine 8c11220042
[2.0.x] Debug Travis tests and scripts ()
Scott Lahteine 05dc79e78d Update platform tests to use '.test' folder
Scott Lahteine 18f1af2dca Fix up Teensy tests, servo sanity
Chris Pepper b71c2b8651 [2.0.x] Update LPC176x tests, fix clean script ()
Scott Lahteine d05b23941d Tweak env build test scripts
Chris Pepper 5573ef62c6 [2.0.x] PersistentStore update followup ()
Dave Johnson 8a24ff94d1 AT90USB1286 PIO cleanup and optimization ()
-normalize `env` and `board` to lowercase naming convention.
-make board `name` follow descriptive convention.
-implement `-fsingle-precision-constant` compile optimization per https://github.com/MarlinFirmware/Marlin/pull/11178#issuecomment-401673901
-fix typo in 5DPRINT entry.
teemuatlut fbcdf5eaeb Simplify stepper driver per-axis selection
Scott Lahteine 665ac1e4d0 Add POWER_LOSS_PIN support
Chris Pepper c43793aa1e Update Travis Tests to run platforms in parallel ()