Scott Lahteine
b2cf253a13
Add RESTORE_LEVELING_AFTER_G28 option
6 年之前
Marcio Teixeira
532bb3aaa1
Lightweight status screen for ST7920
- This status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
7 年之前
Scott Lahteine
7d8c6b3f3c
Add 20x4 option for Sainsmart LCD (#9740 )
6 年之前
Scott Lahteine
79272f98fc
Proposed changes to ST7920 lightweight status screen
6 年之前
Kevin
9019ea0fce
Option to force X or Y to home first when homing the other axis
6 年之前
Scott Lahteine
4311dd13ae
Test POWER_SUPPLY and AUTO_POWER_CONTROL
7 年之前
Scott Lahteine
5a70887467
Size lcd_status_message based on language (#9545 )
7 年之前
Scott Lahteine
b2f8b4ada5
I2C position encoders update (#9533 )
Updating I2C position encoders to enable babystepping and Babystep XY when using the ecm microstep correction method. Also changed default method to ECM microstep.
7 年之前
Scott Lahteine
8190fdb260
[2.0.x] Option to use Neopixel as case light (#9270 )
* Add option to use Neopixel as case light
* Apply CASE_LIGHT_USE_NEOPIXEL to example configs
7 年之前
Bob-the-Kuhn
e633ce06c7
LCD contrast type mismatch is back
WORKS!
7 年之前
Scott Lahteine
2c2cf5e856
Use dev version of platformio
7 年之前
Ivan Kravets
6c0fae15f8
Update cached @PlatformIO packages (#9124 )
11 line caches PIO packages (toolchains, libs) which is very good! This PR will force PIO to find updates for installed libs and packages.
7 年之前
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
7 年之前
Scott Lahteine
af1d6acb7e
Travis test NO_VOLUMETRICS
7 年之前
teemuatlut
0cd1e91056
[2.0.x] TMC driver update (#8769 )
7 年之前
Scott Lahteine
a71d2f3f40
UBL_DELTA => UBL_SEGMENTED
7 年之前
Scott Lahteine
73e32925e4
References are better for array args
7 年之前
Scott Lahteine
0154e3480c
New feature: BED_SKEW_CORRECTION
7 年之前
Scott Lahteine
8f90642eea
LED_CONTROL_MENU config changes
7 年之前
Scott Lahteine
ca80564a78
Travis platformio hack no longer needed
7 年之前
Scott Lahteine
a038c10f66
#8588 followup
7 年之前
Dave Johnson
f5f72b2009
Additional Travis BABYSTEPPING options for AVR
7 年之前
Scott Lahteine
a67cf78c6b
Clean up whitespace, spacing
7 年之前
Scott Lahteine
ba5ff1a838
Try manual install of backports.functools_lru_cache
7 年之前
Scott Lahteine
5926c9c97b
Followup for MESH_EDIT_GFX_OVERLAY
7 年之前
Scott Lahteine
fd13489a8a
Combine some Travis tests
7 年之前
Scott Lahteine
c6b0c104bb
Adapt G26 to work for all meshes
7 年之前
Scott Lahteine
9e3c41f9e8
Tweak fan kickstart / speed code
7 年之前
Scott Lahteine
202a9b06d9
Update Travis CI to match 1.1.x
As modified in #8395
7 年之前
Scott Lahteine
1b40e9c464
Implement CNC_COORDINATE_SYSTEMS
7 年之前
Scott Lahteine
723f2a77f6
Implement support for Dual X and Y endstops
7 年之前
Scott Lahteine
7465ede058
Add scripts for .travis.yml to append config options
7 年之前
Chris Pepper
636c3bbc4e
LPC1768: Travis lpc1768 default config test (#8109 )
Add a single default travis test for lpc1768 to catch build errors
7 年之前
Scott Lahteine
3ac581eac9
Neopixel changes for parity with 1.1.x
7 年之前
Scott Lahteine
783ddf9691
Add SCROLL_LONG_FILENAMES option
7 年之前
Scott Lahteine
442669d23c
Allow UBL to build without a probe
7 年之前
Thomas Moore
0cb00f52d9
Cleanup warnings
7 年之前
Scott Lahteine
ce1638e32f
Add Babystep Z graphic overlay
See PR #7593
7 年之前
Scott Lahteine
7239ab231c
Fix ADVANCED_PAUSE_FEATURE in .travis.yml
7 年之前
Scott Lahteine
f37ed314e0
Friendly layout for Arduino IDE
7 年之前
Scott Lahteine
65996e4235
Support file updates
7 年之前
Dave Johnson
d5e5735679
Support travis new "trusty" build environment
move from legacy precise to trusty build image
fix PATH not including buildroot/bin
remove symolic link to ~/bin as trusty travis image doesn't include it in PATH anyway
7 年之前
Dave Johnson
8f5a576b08
pristine != precise (#7424 )
7 年之前
Dave Johnson
419e575808
Force legacy "pristine" build dist for TravisCI
TravisCI "trusty" build dist isn't picking up build path causing travis checks to fail. Reverting to legacy "pristine" dist while we investigate
7 年之前
Christopher Pepper
d2fb3215da
PlatformIO Travis test
spi.h renamed to avoid conflicts with base libraries
7 年之前
teemuatlut
f3e562e46e
HAL for 32-bit Teensy (3.5, 3.6) architecture
7 年之前
Christopher Pepper
fb04dfcda8
Apply Travis update workaround while a permanent solution is found
7 年之前
Scott Lahteine
5851c2d36f
MAX7219 followup (#7564 )
* Add MAX7219_DEBUG to Travis CI testing
* Tweak config and use standard pin naming for MAX7219_DEBUG
* MAX7219: Apply coding standards, use macros, etc.
* Make code work...
7 年之前
Vben
c0409b85e7
New feature: Part-Cooling Fan Multiplexer
7 年之前
GMagician
e9c72978c7
Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
7 年之前