TheLongAndOnly
5536228359
G34 Auto-align multi-stepper Z axis (#11302 )
6 роки тому
Scott Lahteine
8055ed24ff
Move font data to a subfolder
6 роки тому
Scott Lahteine
2bf18950ab
Refactor LCD menus
6 роки тому
Marcio Teixeira
056561df93
[2.0.x] Enhancements to FILAMENT_RUNOUT_SENSOR (#12069 )
- Added FILAMENT_RUNOUT_DISTANCE_MM option
- Added FILAMENT_MOTION_SENSOR option
6 роки тому
N95JPL
ab9d5eb38d
Add Bootscreen Animation (#12077 )
6 роки тому
Scott Lahteine
8653cedee4
Improve use_example_configs script
6 роки тому
Giuliano Zaro
d43d4e4219
Refactor PRINTER_EVENT_LEDS, apply to M303 (#12038 )
Co-Authored-By: Giuliano Zaro <gmagician@users.noreply.github.com >
6 роки тому
Scott Lahteine
cf5284cdf2
Add SD Firmware Update capability (#12043 )
Co-Authored-By: timoxd7 <timoxd7@users.noreply.github.com >
6 роки тому
Scott Lahteine
d52deeb15a
Adjust Travis CI tests
6 роки тому
Scott Lahteine
7f94ca950e
Add Marlin icons graphics file
6 роки тому
InsanityAutomation
74cd6cb4fc
Single nozzle filament change (#11994 )
6 роки тому
Scott Lahteine
52a37913c1
Extend and apply some corrections
6 роки тому
Scott Lahteine
33056046a3
STM32 non-generic PWM_PIN and USEABLE_HARDWARE_PWM (#12016 )
6 роки тому
Marcio Teixeira
2067619a26
Add USB_FLASH_DRIVE_SUPPORT
6 роки тому
brian park
2abf3d258d
Korean language translation support (#11987 )
6 роки тому
Chris Pepper
6b1967ed33
Add back in the Env backup restore around each platforms tests (#11980 )
6 роки тому
Scott Lahteine
0dedb3e139
Reorganize some core headers (#11983 )
6 роки тому
Scott Lahteine
80f9473fb4
Clean up some Travis tests
6 роки тому
Thomas Moore
3286325044
Add TMC2130 sensorless probing
6 роки тому
Scott Lahteine
71d06ef1b2
Make opt_set, opt_set_adv, pins_set also enable
6 роки тому
Scott Lahteine
5490a664f5
Expose: Homing Validation and Endstop Noise Threshold (#11912 )
6 роки тому
Scott Lahteine
cee34f7290
Followup for BABYSTEP_HOTEND_Z_OFFSET (#11916 )
6 роки тому
Scott Lahteine
217e0efd20
General option PAUSE_BEFORE_DEPLOY_STOW (#11905 )
6 роки тому
Scott Lahteine
a2b0260f0f
Update Sublime files
6 роки тому
Hannes Brandstätter-Müller
a4cdffdd69
Support for manually deployed fixed probes (#11899 )
6 роки тому
Scott Lahteine
afdd4803f8
Fix mfpub syntax highlighting
6 роки тому
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
6 роки тому
Kevin
e25d2ae4a2
[2.0.x] SWITCHING_TOOLHEAD (#11623 )
6 роки тому
Scott Lahteine
8c11220042
[2.0.x] Debug Travis tests and scripts (#11704 )
6 роки тому
Scott Lahteine
05dc79e78d
Update platform tests to use '.test' folder
6 роки тому
Scott Lahteine
18f1af2dca
Fix up Teensy tests, servo sanity
6 роки тому
Chris Pepper
b71c2b8651
[2.0.x] Update LPC176x tests, fix clean script (#11617 )
6 роки тому
Scott Lahteine
d05b23941d
Tweak env build test scripts
6 роки тому
Chris Pepper
5573ef62c6
[2.0.x] PersistentStore update followup (#11549 )
6 роки тому
Dave Johnson
8a24ff94d1
AT90USB1286 PIO cleanup and optimization (#11230 )
-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.
6 роки тому
teemuatlut
fbcdf5eaeb
Simplify stepper driver per-axis selection
6 роки тому
Scott Lahteine
665ac1e4d0
Add POWER_LOSS_PIN support
6 роки тому
Chris Pepper
c43793aa1e
Update Travis Tests to run platforms in parallel (#11256 )
6 роки тому
Scott Lahteine
c8d24a6412
Add Sublime G-code (RepRap) syntax
6 роки тому
Scott Lahteine
b143441251
Test CR-10S with status and bootscreen
Also fix use_example_configs
6 роки тому
Scott Lahteine
c36efd3106
Don't hide deeper lib folders
6 роки тому
Dave Johnson
0ee34eb784
Add PIO board definitions for Malyan M200 (#11120 )
Co-Authored-By: J.C. Nelson <xc0000005@users.noreply.github.com >
6 роки тому
Dave Johnson
3b7c5a31a3
Enable local board repository for PIO (#11079 )
-Enable boards_dir option in PIO INI
-Remove defunct custom board file operations for PIO auto-build environment
-Remove now-defunct Teensy++ 2.0 PIO entry, replaced by `at90USB1286_DFU` and `at90USB1286_DFU` (using this entry always put AT90USB board boot loaders in jeopardy of being overwritten due to the very small size of the official Teensy++ 2.0 bootloader)
-whitespace
6 роки тому
Bob Kuhn
7e8d2d611d
Auto Build for Visual Studio Code (#11014 )
6 роки тому
Scott Lahteine
928e50e724
Try LiquidCrystal@1.3.4
6 роки тому
Scott Lahteine
b8f8dc72f0
Add travis helper update_defaults
6 роки тому
Dave Johnson
a5b0bf86f1
[2.0.x] Correct PROGMEM on DFU-equiped AT90USB boards (#10943 )
130048 is available on genuine Teensy2.0++ with Paul's "Halfkay" bootloader. Atmel DFU-equiped boards have only 122880 available
6 роки тому
Bob Kuhn
235facd545
install AVRDUDE 5.10, faster disk find for LPC1768 (#10849 )
6 роки тому
Bob Kuhn
22e0691a70
[2.0.x] Add Sublime support for Auto build, minor Auto-build update (#10809 )
6 роки тому
Bob Kuhn
6dfbb39f83
[LPC1768] Add error-handling to upload script, update autobuild.py (#10802 )
6 роки тому