Scott Lahteine
|
cd791f1cba
|
Move long tests to the end
|
5 years ago |
Tanguy Pruvot
|
43d6e9fa43
|
STM32F103.. reorganization, SKR mini fix (#15398)
|
5 years ago |
Giuliano Zaro
|
c96844fae2
|
[SAMD51] Remove RuRamps4D (#15264)
|
5 years ago |
Scott Lahteine
|
75efa3cdac
|
Reorganize HAL (#14832)
|
5 years ago |
Tanguy Pruvot
|
ee444d7d07
|
Fix SKRmini test required serial port(s) (#15117)
|
5 years ago |
Scott Lahteine
|
8fca85042b
|
Patch early env rename
|
5 years ago |
Scott Lahteine
|
944920176f
|
Add more platform Travis tests
|
5 years ago |
Scott Lahteine
|
e85eca2630
|
HAL cleanup, Teensy 3.1 platform
|
5 years ago |
Giuliano Zaro
|
290466578f
|
Adafruit Grand Central M4 (#14749)
|
5 years ago |
Tanguy Pruvot
|
f0be92259b
|
PIO env, Travis test for STM32F407VE (#14674)
|
5 years ago |
Chris Pepper
|
9e19f004d0
|
Update Travis to Ubuntu "Bionic" (#14664)
|
5 years ago |
Tanguy Pruvot
|
45bde333d5
|
Initial Longer3D LK1/2 (Alfawise U20/U20+/U30) support (#14597)
|
5 years ago |
Giuliano Zaro
|
65a2903aab
|
Upgrade Travis CI to Python 3.7 (#14588)
|
5 years ago |
Tanguy Pruvot
|
1aa60bce32
|
Travis CI: Update to Xenial (#14286)
(bionic doesn't include g++7 ppa)
|
5 years ago |
Tanguy Pruvot
|
3bf43b6c1e
|
Re-enable STM32F1 Travis test (#13978)
|
6 years ago |
Tanguy Pruvot
|
7076d8706b
|
Travis: Use platformio 'master' for stable testing (#13902)
|
6 years ago |
Hadrien Jouet
|
0278ad0a6d
|
Add ESP32 WiFi interface (#11209)
|
6 years ago |
Scott Lahteine
|
2356970a91
|
Disable STM32F1 Travis CI test for now
|
6 years ago |
Scott Lahteine
|
15aa932aa6
|
HAL for Linux (#13146)
|
6 years ago |
Thomas Moore
|
9f5e4e5ad8
|
Update LPC1769 Pins Files (#13183)
|
6 years ago |
Scott Lahteine
|
826d570162
|
Combine Travis CI option-setting commands (#12474)
|
6 years ago |
Scott Lahteine
|
d52deeb15a
|
Adjust Travis CI tests
|
6 years ago |
Scott Lahteine
|
8c11220042
|
[2.0.x] Debug Travis tests and scripts (#11704)
|
6 years ago |
Chris Pepper
|
c43793aa1e
|
Update Travis Tests to run platforms in parallel (#11256)
|
6 years ago |
Scott Lahteine
|
03fa05ab59
|
Travis CI test STM32F1 with HD44780
|
6 years ago |
Scott Lahteine
|
b143441251
|
Test CR-10S with status and bootscreen
Also fix use_example_configs
|
6 years ago |
Scott Lahteine
|
8a8eae8d97
|
Implement more fastio_Due macros (#11165)
|
6 years ago |
Alexey Shvetsov
|
2ddba201c0
|
STM32F1 HAL Fixes (#10999)
- Enable / disable interrupts with `__iSeiRetVal` / `__iCliRetVal`
- Add STM32F1 to Travis CI tests
|
6 years ago |
Scott Lahteine
|
b8f8dc72f0
|
Add travis helper update_defaults
|
6 years ago |
Scott Lahteine
|
9b9b62b218
|
delay(SERVO_DELAY) => safe_delay(servo_delay[servo_index])
|
7 years ago |
Scott Lahteine
|
0ca9db7051
|
Correct HOTENDS for SWITCHING_EXTRUDER
|
7 years ago |
Scott Lahteine
|
aaaf09bda2
|
BEZIER_JERK_CONTROL => S_CURVE_ACCELERATION
|
7 years ago |
Scott Lahteine
|
ba100e9548
|
Clean up and reduce Travis CI tests
|
7 years ago |
Scott Lahteine
|
4d4bf7897d
|
Junction Deviation jerk limiting option
|
7 years ago |
Giuliano
|
4e16e699c1
|
Fix sanity checks for dual axes (#10633)
|
7 years ago |
Scott Lahteine
|
0125e009d3
|
Fix Travis testing of jp-kana
|
7 years ago |
Scott Lahteine
|
11ab017dd0
|
Creality3D Power-Loss Recovery
|
7 years ago |
Scott Lahteine
|
90765b1f72
|
Remove "find" lines from .travis.yml
|
7 years ago |
Scott Lahteine
|
74f4eb8312
|
Drop utf8 tweaks in build files
|
7 years ago |
Yunhui Fu
|
93273a4c9e
|
Fix u8g.h search path error (#10419)
Support env MARLIN_LANGS for user select generated language, and update doc; update script to generate dogm_font_data_ISO10646_1.h automatically.
|
7 years ago |
Yunhui Fu
|
c96412a78f
|
[2.0.x] UTF-8 language translation support (#10213)
|
7 years ago |
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!)
|
7 years ago |
Scott Lahteine
|
e8e60263c8
|
Scale feedrate (mm/s to deg/s) for SCARA
|
7 years ago |
Sean
|
2fa0a73c2c
|
Implement filament change continuous purge
|
7 years ago |
Scott Lahteine
|
adcb87f0db
|
Z Endstop Servo => Z Probe Servo
|
7 years ago |
Bob-the-Kuhn
|
9656a82609
|
Fix G53/CNC_COORDINATE_SYSTEMS compilation, Travis testing (#10227)
|
7 years ago |
Scott Lahteine
|
751785fc97
|
Followup to recent patches
- `M666` is static, not inline
- Disambiguate some stepper macros
|
7 years ago |
Bob-the-Kuhn
|
67a17446f2
|
Fix DUE incompatible enum type specification (#10017)
|
7 years ago |
Scott Lahteine
|
eb867817b5
|
Prevent filament runout false positives (#9946)
|
7 years ago |
Scott Lahteine
|
b2cf253a13
|
Add RESTORE_LEVELING_AFTER_G28 option
|
7 years ago |