Commit Graph
100 Commits
Author SHA1 Message Date
Scott Lahteine cdc3e18d99 Use another PR close action 2021-05-28 19:47:06 -05:00
Scott LahteineandScott Lahteine 49b05ba989 🎨 Flags for homing directions 2021-05-22 16:09:18 -05:00
Scott LahteineandScott Lahteine 85fa8c55c9 🐛 Fix DELTA with SENSORLESS_PROBING 2021-05-22 16:09:17 -05:00
Scott LahteineandScott Lahteine 57eef65d9c ♻️ Refactor axis homing/trusted state bits 2021-05-22 16:08:46 -05:00
Scott LahteineandScott Lahteine 894c954e8f ♻️ Minimize endstop bits 2021-05-22 16:08:43 -05:00
Scott LahteineandScott Lahteine 046bac6769 Fix tests for EXTRUDERS 0 2021-05-22 16:08:26 -05:00
Scott LahteineandScott Lahteine 765720e98b ♻️ Simplify TMC utilities for more axes 2021-05-22 16:08:09 -05:00
Scott LahteineandScott Lahteine 26a244325b ♻️ Refactor axis counts and loops 2021-05-22 16:08:08 -05:00
Scott LahteineandScott Lahteine f7d28ce1d6 🎨 Misc cleanup and fixes 2021-05-22 16:08:03 -05:00
Scott Lahteine 1dfa6cbc80 Marlin 2.0.8.1 2021-05-15 15:22:03 -05:00
Scott Lahteine afcc7ea22b Synchronize tests and actions 2021-05-15 15:05:53 -05:00
Scott Lahteine 7004fb702d Use adafruit/Adafruit NeoPixel@~1.8.0 2021-05-15 15:05:53 -05:00
Scott Lahteine f3e199fcd2 Fix TFT typo 2021-05-15 15:05:53 -05:00
Scott Lahteine ffcbe68570 Move temp errors calling kill() out of ISR (#21832) 2021-05-15 15:05:53 -05:00
Scott Lahteine 5d8d03da03 Update SKR 1.3 touch pins 2021-05-15 15:05:53 -05:00
Scott Lahteine 0b3da61ac7 TFT pins for BTT GTR V1
Proposed in #21772
2021-05-15 15:05:53 -05:00
Scott Lahteine a24eb691fb Better opt_set comment of old val 2021-05-15 15:05:53 -05:00
Scott Lahteine ad991734c4 Add and apply REPEAT_1 macro 2021-05-15 15:05:53 -05:00
Scott Lahteine 03184e1c31 Distinct enumerated MF states 2021-05-15 15:05:53 -05:00
Scott Lahteine cca5844ba9 Misc. code cleanup 2021-05-15 15:05:53 -05:00
Scott Lahteine 45d3866f97 Misc Power Loss cleanup 2021-05-15 15:05:53 -05:00
Scott Lahteine 94edfc0a8f Let M421 C select any point
Fixing #21147
2021-05-15 15:05:53 -05:00
Scott Lahteine 4518506559 Serial and pins debug cleanup
- Rename some AVR / DUE / ESP32 serial types
- Reduce two #error to one static_assert
- Update AVR/DUE error messages
2021-05-15 15:05:53 -05:00
Scott Lahteine c1fb84e1a6 Reformat features.ini 2021-05-15 15:05:53 -05:00
Scott Lahteine ea34aa2d3e Add MKS_LCD12864B 2021-05-15 15:05:53 -05:00
Scott Lahteine db90a180c2 Cleanup, hex formatting, includes 2021-05-15 15:05:52 -05:00
Scott Lahteine d174d610bd Temperature cleanup 2021-05-15 15:05:52 -05:00
Scott Lahteine e69e56ea52 Use ststm32@~12.1 2021-05-15 15:05:52 -05:00
Scott Lahteine 0c66c713b6 Debounce for Power-Loss pin 2021-05-15 15:05:52 -05:00
Scott Lahteine 95230c9792 Use SERIAL_ECHOLNPAIR for resend 2021-05-15 15:05:52 -05:00
Scott Lahteine 7eea0ac6de Tweak SKR pins comments 2021-05-15 15:05:52 -05:00
Scott Lahteine 12bc28bc8c Echo LCD message to serial in kill 2021-05-06 01:46:34 -05:00
Scott Lahteine a468701511 Cleanup, hex formatting 2021-05-05 07:34:39 -05:00
Scott Lahteine f67cd07328 Pause and PLR refinements
- Move `pause_print` argument `unload_length` after `show_lcd` so it's next to `DXC_ARGS`.
- Tweak the position and conditions of PLR save in `resume_print`.
- Add `Nozzle::park_mode_0_height` accessor to get the raised Z height.
- Remove extraneous `recovery.save` from `dwin.cpp`.
- Move PLR `info.volumetric...` to `flag`.
- Remove some G-code spaces in PLR code
- Document `pause.h` function declarations.
2021-05-05 07:31:48 -05:00
Scott Lahteine 5cbdf51b4a Apply SBI/CBI/TEST in HAL 2021-05-05 07:31:47 -05:00
Scott Lahteine 7957408497 Add token to check-pr 2021-05-04 19:20:18 -05:00
Scott Lahteine 53fc13ba7f Fix flush_and_request_resend 2021-05-04 01:48:00 -05:00
Scott Lahteine 5f594ce5d3 Fix parser temperature rounding 2021-05-02 15:55:20 -05:00
Scott Lahteine 64a7dfbe7d SOFT_RESET_VIA_SERIAL sanity-check 2021-05-02 03:03:00 -05:00
Scott Lahteine 1f72b4f65b Define 'filelist' for dgus/origin 2021-05-01 20:26:59 -05:00
Scott Lahteine 158b26b875 Fix undefined abl_points 2021-05-01 20:23:33 -05:00
Scott LahteineandScott Lahteine 47c148628e Restore workflows 2021-04-30 08:22:01 -05:00
Scott LahteineandScott Lahteine 0fb606fa0a whitespace 2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine 0ec489d6f2 Fix HMI_HomeOffN axis
Followup to #21534
2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine 8373bd1b71 Use Adafruit LiquidCrystal 2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine 6202b2d324 Remove extra platform_packages line 2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine e46f81af22 Add INO to .editorconfig 2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine c6b6437761 Drop Deviot workaround 2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine 1830629472 Use temperature accessors 2021-04-29 08:45:20 -05:00
Scott LahteineandScott Lahteine 7d5714fedd Let compiler do Temperature inlining 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 9f22aaea2f Clean up formatting, wrap macros 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 4ab19e7882 Update temperature types 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine ecc419fce0 Nextion cleanup 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine d5e62a8255 Use configured temp window for Chiron 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 214324aaa2 Fix mfconfig 'copying' message 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 2316fb2d05 Extra dependency script logging 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine c50a9ef055 Update mftest help 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 3d3c0591e8 Trigorilla Pro: Allow for swapped Z-stops 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine e0f60c3811 Update realtime, DLP comments 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine fe24aa2254 More detailed serial config error 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 1a44270284 Fix CHDK warning 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine a860f7f5f7 BTT E3 RRF Support 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine e5fc3f3a62 Disable assert() by default 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 276fd6b077 Misc. pio cleanup 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine db054ba757 Better chopper defaults 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 791edd0cec Use itoa for sprintf int 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine e4760ea2b0 Drop extraneous inlines 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 99fa641a24 SDIO cleanup 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine c67e115f61 Revert experimental NAN patch
Hold changes from #21575 (24a095c) for more testing.
2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 973f65f80c Use celsius_t for temperature accessors 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine ce18713f57 Add E1 for RAMPS 1.4.4 / AGC 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 4512bcd72c Use sq 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 47dbea9334 Fix long acceleration overflow 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 326b1c1225 Misc. formatting, serial out 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 896123513e Followup to sprintf cleanup 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine 562f3e43bc Add fan percent accessors 2021-04-29 08:45:19 -05:00
Scott LahteineandScott Lahteine ed477abbd5 More MKS UI sprintf 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 52f928700a Remove extraneous MKS UI sprintf 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine ac5b39b354 Blocking move followup 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 49fba5a82a Add 'blocking move' comments 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 5ab64708c5 Update old-style axis indexes 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 2251038ab8 Clean up, update some variants 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 42d63258e9 tick() => isr() to spotlight interrupt-time 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine d34a143d82 EXP2_01_PIN for BTT BTT002 1.0 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine ee21e31a17 getHighESpeed => autotemp_task 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine c5ab0a66b7 write_command changes input 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine ba5644376c misc. pointer formatting 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 05d7d37872 Suppress redundant serial errors 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine 96bdc4c830 Requiring PIO >= 5.0.3 2021-04-29 08:45:18 -05:00
Scott LahteineandScott Lahteine fe99bb4b9b Update UBL param 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine 259115bb3f Move apply_rotation_xyz into matrix_3x3 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine a572e2ed12 Put ABL state into a class 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine 2b0fcc79c5 Serial flags followup
Followup to #21318
2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine 4e77fe50a4 Adjust microsteps alignment 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine 84a2746d05 Improve uncrust script 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine 2059c6e4d0 Apply pointer formatting 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine f734f79f5b reduced verbiage 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine 3ed4503c30 Adjust mfconfig script 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine e817db62a4 Apply TMC UART to STM32, simplify 2021-04-29 08:45:17 -05:00
Scott LahteineandScott Lahteine b4617e7904 Tweak disabled variant options 2021-04-29 08:45:17 -05:00