Commit Graph

184 Commits (c8d24a6412eaa486b6394c4ca3d7ce66ef8fa3a0)

Author SHA1 Message Date
Scott Lahteine 03fa05ab59 Travis CI test STM32F1 with HD44780
Scott Lahteine b143441251 Test CR-10S with status and bootscreen
Also fix use_example_configs
Scott Lahteine 8a8eae8d97
Implement more fastio_Due macros ()
Alexey Shvetsov 2ddba201c0 STM32F1 HAL Fixes ()
- Enable / disable interrupts with `__iSeiRetVal` / `__iCliRetVal`
- Add STM32F1 to Travis CI tests
Scott Lahteine b8f8dc72f0 Add travis helper update_defaults
Scott Lahteine 9b9b62b218 delay(SERVO_DELAY) => safe_delay(servo_delay[servo_index])
Scott Lahteine 0ca9db7051 Correct HOTENDS for SWITCHING_EXTRUDER
Scott Lahteine aaaf09bda2 BEZIER_JERK_CONTROL => S_CURVE_ACCELERATION
Scott Lahteine ba100e9548 Clean up and reduce Travis CI tests
Scott Lahteine 4d4bf7897d Junction Deviation jerk limiting option
Giuliano 4e16e699c1 Fix sanity checks for dual axes ()
Scott Lahteine 0125e009d3 Fix Travis testing of jp-kana
Scott Lahteine 11ab017dd0 Creality3D Power-Loss Recovery
Scott Lahteine 90765b1f72 Remove "find" lines from .travis.yml
Scott Lahteine 74f4eb8312 Drop utf8 tweaks in build files
Yunhui Fu 93273a4c9e Fix u8g.h search path error ()
Support env MARLIN_LANGS for user select generated language, and update doc; update script to generate dogm_font_data_ISO10646_1.h automatically.
Yunhui Fu c96412a78f [2.0.x] UTF-8 language translation support ()
etagle a29adde5c0 Implement BEZIER_JERK_CONTROL
Enable 6th-order jerk-controlled motion planning in real-time.
Only for 32bit MCUs. (AVR simply does not have enough processing power for this!)
Scott Lahteine e8e60263c8 Scale feedrate (mm/s to deg/s) for SCARA
Sean 2fa0a73c2c Implement filament change continuous purge
Scott Lahteine adcb87f0db Z Endstop Servo => Z Probe Servo
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