Commit Graph

213 Commits (bdd366b97cf9d962bdb543cf8398a3aa08f828cd)

Author SHA1 Message Date
Bob-the-Kuhn 9656a82609 Fix G53/CNC_COORDINATE_SYSTEMS compilation, Travis testing ()
Scott Lahteine 751785fc97 Followup to recent patches
- `M666` is static, not inline
- Disambiguate some stepper macros
Bob-the-Kuhn 67a17446f2 Fix DUE incompatible enum type specification ()
Scott Lahteine eb867817b5
Prevent filament runout false positives ()
Scott Lahteine b2cf253a13 Add RESTORE_LEVELING_AFTER_G28 option
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.
Scott Lahteine 7d8c6b3f3c
Add 20x4 option for Sainsmart LCD ()
Kevin 9019ea0fce Option to force X or Y to home first when homing the other axis
Scott Lahteine 4311dd13ae Test POWER_SUPPLY and AUTO_POWER_CONTROL
Scott Lahteine 5a70887467
Size lcd_status_message based on language ()
Scott Lahteine b2f8b4ada5
I2C position encoders update ()
Updating I2C position encoders to enable babystepping and Babystep XY when using the ecm microstep correction method. Also changed default method to ECM microstep.
Scott Lahteine 8190fdb260
[2.0.x] Option to use Neopixel as case light ()
* Add option to use Neopixel as case light

* Apply CASE_LIGHT_USE_NEOPIXEL to example configs
Bob-the-Kuhn e633ce06c7 LCD contrast type mismatch is back
WORKS!
Scott Lahteine 2c2cf5e856 Use dev version of platformio
Ivan Kravets 6c0fae15f8 Update cached @PlatformIO packages ()
11 line caches PIO packages (toolchains, libs) which is very good! This PR will force PIO to find updates for installed libs and packages.
Scott Lahteine 7541316bb4 Add M701/M702 Filament Load/Unload, M603
Scott Lahteine af1d6acb7e Travis test NO_VOLUMETRICS
teemuatlut 0cd1e91056 [2.0.x] TMC driver update ()
Scott Lahteine a71d2f3f40 UBL_DELTA => UBL_SEGMENTED
Scott Lahteine 73e32925e4 References are better for array args
Scott Lahteine 0154e3480c New feature: BED_SKEW_CORRECTION
Scott Lahteine 8f90642eea LED_CONTROL_MENU config changes
Scott Lahteine ca80564a78 Travis platformio hack no longer needed
Scott Lahteine a038c10f66 followup
Dave Johnson f5f72b2009 Additional Travis BABYSTEPPING options for AVR
Scott Lahteine a67cf78c6b Clean up whitespace, spacing
Scott Lahteine ba5ff1a838 Try manual install of backports.functools_lru_cache
Scott Lahteine 5926c9c97b Followup for MESH_EDIT_GFX_OVERLAY
Scott Lahteine fd13489a8a
Combine some Travis tests
Scott Lahteine c6b0c104bb Adapt G26 to work for all meshes
Scott Lahteine 9e3c41f9e8 Tweak fan kickstart / speed code
Scott Lahteine 202a9b06d9 Update Travis CI to match 1.1.x
As modified in 
Scott Lahteine 1b40e9c464 Implement CNC_COORDINATE_SYSTEMS
Scott Lahteine 723f2a77f6 Implement support for Dual X and Y endstops
Scott Lahteine 7465ede058 Add scripts for .travis.yml to append config options
Chris Pepper 636c3bbc4e LPC1768: Travis lpc1768 default config test ()
Add a single default travis test for lpc1768 to catch build errors
Scott Lahteine 3ac581eac9 Neopixel changes for parity with 1.1.x
Scott Lahteine 783ddf9691 Add SCROLL_LONG_FILENAMES option
Scott Lahteine 442669d23c Allow UBL to build without a probe
Thomas Moore 0cb00f52d9 Cleanup warnings
Scott Lahteine ce1638e32f Add Babystep Z graphic overlay
See PR 
Scott Lahteine 7239ab231c Fix ADVANCED_PAUSE_FEATURE in .travis.yml
Scott Lahteine f37ed314e0 Friendly layout for Arduino IDE
Scott Lahteine 65996e4235 Support file updates
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
Dave Johnson 8f5a576b08 pristine != precise ()
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
Christopher Pepper d2fb3215da PlatformIO Travis test
spi.h renamed to avoid conflicts with base libraries
teemuatlut f3e562e46e HAL for 32-bit Teensy (3.5, 3.6) architecture
Christopher Pepper fb04dfcda8 Apply Travis update workaround while a permanent solution is found
Scott Lahteine 5851c2d36f MAX7219 followup ()
* 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...
Vben c0409b85e7 New feature: Part-Cooling Fan Multiplexer
GMagician e9c72978c7 Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
Scott Lahteine 622048ffb0 Clean up whitespace, trailing space, bad tab conversion, etc.
Dave Johnson 65a36948c0 Support travis new build environment ()
move from legacy precise to trusty build image
fix PATH not including buildroot/bin
remove symolic link to ~/bin
enable sudo

trusty travis image doesn't source ~/bin by default
avr requires sude
Dave Johnson c6509076c4 Force legacy "precise" build dist for TravisCI ()
TravisCI "trusty" build dist isn't picking up build path causing travis checks to fail.  Reverting to legacy "precise" dist while we investigate

pristine != precise
Scott Lahteine 283d15a8d0 Add a Travis CI test for FWRETRACT
C. Scott Ananian 890e7a16a9 Add support for Printrbot Neopixel RGBW strip.
Connected as described at http://printrbot.com/shop/led-strip/

Based on patch by Kelly Anderson <kelly@xilka.com> at
http://www.xilka.com/printrbot/marlin/1.1.4/20170707/
Scott Lahteine 11c589c3ec Fix compile issue with G38
Fixes 
Scott Lahteine fc140c4962 Followup for I2C_POSITION_ENCODERS
Scott Lahteine 3c7bfe798d Various cleanups ahead of digipot save
Scott Lahteine 80a232419d CNC workspace planes and 'P' argument for G2/G3
Scott Lahteine e907654d6a Do two or three fewer test builds
Scott Lahteine 0c616700f3 Merge pull request from thinkyhead/bf_dac_percents_fix
Convert DAC percent to uint8_t
Bob-the-Kuhn a1c65fd3d5 convert DAC percent to uint8_t
=====================

add test to Travis
Scott Lahteine dd1a84b23f Add Travis test for scrolling on DOGM
Scott Lahteine 570722a0fe Combine Travis tests to shorten required time
dot-bob 0bc66bf22c PCA9632 PWM color LED support
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
Tannoo 74d6dee920 User Command (Script) Menu
The menu (commands / scripts) is configurable in `Configuration_adv.h`.

- Added conditionals.
- Changed script handling.
- Slimmed and working!
- Added Status message.
- Returning to lcd status screen now!
- Example Configs Updated.
- Cleanups by @thinkyhead
Scott Lahteine 13a06711ad Add a Travis test for UBL + DELTA
Scott Lahteine 6854f08d22 Shut down autotemp in disable_all_heaters
Scott Lahteine de569e3d4e Merge pull request from Bob-the-Kuhn/M43-toggle-&-Z-probe-fixes
M43 Toggle & Z servo test - fix bug & add another check
Scott Lahteine 4067d15c92 Cleanup, extend TMC2130 implementation
Bob-the-Kuhn 1acb84ba02 fix 1 bug, add error messages
===============================================

make changes requested by reviewers

===============================================

add M43 test to Travis, fix EOL, remove trailing spaces
Scott Lahteine 40dfafbe89 Add Travis CI test for FLSUN config
Scott Lahteine 5135be14ea Include Travis CI tests for 5 extruders / e-steppers
Scott Lahteine f81b518a03 Add Travis tests for optional M100 features
Scott Lahteine 73e193da1d Implement LCD_BED_LEVELING for PROBE_MANUALLY
Scott Lahteine fcadc7bb1a Implement the "manual" option for ABL
Scott Lahteine 342ee458ae Additional UBL fixes, optimizations
Scott Lahteine edbc024d76 Disable UBL_G26_MESH_EDITING by default
Scott Lahteine 786fe2ba2a Include PARK_HEAD_ON_PAUSE in Travis testing
Scott Lahteine fba22652fc Add UBL testing to Travis
Scott Lahteine 45f949d833 TMC2130 Library: @teemuatlut replaces @makertum
Bob-the-Kuhn c5e08e8761 CoreYX/YZ/ZX needs different endstop logic than CoreXY/YZ/XZ
In the endstop testing section, add the "reverse" logic in addition to "normal" core handling.

In CoreXY/YZ/XZ steppers rotating the same direction gives X movement. Opposing directions produces Y movement.

In CoreYX/ZY/ZX this is reversed. Same = Y, Opposite = X.

----

Fixes the issue where the Y endstop was being checked when moving in the X direction, etc.
Scott Lahteine a561bd5e3a New feature: SDCARD_SORT_ALPHA
Scott Lahteine 76f47aebb6 Travis test TMC2130 options
Scott Lahteine c8d4cd35d8 Include more features in Travis testing
Scott Lahteine ea0dbee3c9 Enable ABL by type, support bilinear on cartesian
Scott Lahteine 0c951436e4 Extend SCARA test, stress-test ABL_GRID_POINTS_*
Scott Lahteine ed759626fe Arduino 1.6.10, direct download U8glib in Travis CI
Scott Lahteine d63b8e2b2b Additional details for I2C_SLAVE_ADDRESS
Scott Lahteine e3efb04295 Shoehorn EXPERIMENTAL_I2CBUS into Travis test
Scott Lahteine 85c4d5d2b5 Include DELTA_CALIBRATION_MENU in DELTA travis test
AnHardt 1f239ac9a7 Extend travis test to check MAX6675
Scott Lahteine 49f75b7891 pins_RAMPS_14.h => pins_RAMPS.h
Scott Lahteine 6b8b458106 Travis for ABL+SCARA, Z_MIN_PROBE_REPEATABILITY_TEST
João Brázio 0149fc189a Update travis config so NOZZLE_CLEAN_FEATURE no longer depends on AUTO_BED_LEVELING_FEATURE
João Brázio 5cdd6f02ec Update travis config not to send email notifications
Scott Lahteine 9730a9355c Travis test for Mixing and Switching extruders