14369 Commits (2.0.x)
 

Author SHA1 Message Date
Emil Miler 45deacf3b6 Add slicer profile and restructure files 6 months ago
Emil Miler 31ff2f565d Custom sCUBE configuration 6 months ago
thisiskeithb 0518dec60d
Correct link to Configurations (#17370) 4 years ago
Scott Lahteine 015c4e6fbd Version 2.0.5.3 4 years ago
Scott Lahteine 0f9a14dfda Merge latest patches 4 years ago
Scott Lahteine e7f020f3f2 Shorten some internal pin names 4 years ago
Marcio T d83ad6f321
Improve / fix FTDI EVE Touch UI (#17338)
- Fix timeout and debugging string
- Fix check for whether `LCD_TIMEOUT_TO_STATUS` is valid
- Fix incorrect debugging message
- Make capitalization of callbacks consistent.
- Allow Touch UI to use hardware SPI on Einsy boards
- Move print stats to About Printer page.
- More generic about screen with GPL license.
- Add missing handler for power loss event
- Less code duplication on status screen and main/advanced menu; more legible
- Reorganize advanced and main menu to add more features
- Hide home Z button when using Z_SAFE_HOMING
- Fix compilation errors when certain features enabled
- Fix missing labels in UI
- Improve color scheme
- Add new preheat menus
- Fix incorrect rendering of Marlin logo on boot
- Add Level X Axis and Auto calibrate buttons
4 years ago
Tanguy Pruvot c759729478
STM32F1: Restore M43 build support (#17336) 4 years ago
Eric Ptak ac0a7f2281
Fix Fysetc stm32flash usage (#17331) 4 years ago
Scott Lahteine e0e87ca19a Fix last arc segment
Co-Authored-By: ellensp <ellensp@hotmail.com>
4 years ago
Scott Lahteine 528907cb16 Additional TERN macros 4 years ago
Scott Lahteine 96ab16a9dd Pulldown for all FastIO headers
Co-Authored-By: borsegbr <borsegbr@users.noreply.github.com>
4 years ago
thinkyhead 0ea26d538b [cron] Bump distribution date (2020-03-31) 4 years ago
thinkyhead 747a4bb623 [cron] Bump distribution date (2020-03-30) 4 years ago
Scott Lahteine 9b886c2ad4 Load balance some tests 4 years ago
Scott Lahteine 223aa5cc4e No unscaled_e_move for CNC 4 years ago
Scott Lahteine d029a09810 Minor HAL cleanup 4 years ago
Scott Lahteine 765a9f3471 do_pause_e_move => unscaled_e_move 4 years ago
Scott Lahteine fc11e72174 Fix extra unskew call
Fixes #17264
4 years ago
thisiskeithb add34aa286 Fix STM32F1 USB Composite Dependency
Co-authored-by: Lord-Quake <Lord-Quake@users.noreply.github.com>
4 years ago
oscarsan1 b35dc5f0b4 Fix Trigorilla 1.4 missing spaces 4 years ago
thinkyhead fc74c6a7b6 [cron] Bump distribution date (2020-03-29) 4 years ago
Roxy-3D 2f7e5cf7dd
Fix typo... 4 years ago
Scott Lahteine 747b964295
Clean up user-wait, SD completion (#17315) 4 years ago
Scott Lahteine a84990961a Simplify TWIBus debug 4 years ago
Scott Lahteine 53fe572bbd
Limited backlash editing with Core kinematics (#17281) 4 years ago
InsanityAutomation de648bfdc1
Add Funmat HT V4.0 board support (#17305)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
thinkyhead e71b25a555 [cron] Bump distribution date (2020-03-28) 4 years ago
Mathias Rasmussen 8752fbd92c
Store case light brightness in EEPROM (#17307) 4 years ago
InsanityAutomation bed41af868
Fix Stepper PWM menu (#17298) 4 years ago
Giuliano Zaro 129b270628
QSPI EEPROM for SAMD51 (#17292) 4 years ago
InsanityAutomation 3655e240f5
Fix SD finished ExtUI / host action (#17285) 4 years ago
thinkyhead 98ef161bfe [cron] Bump distribution date (2020-03-27) 4 years ago
Scott Lahteine 54a12ee1d6 Tweak eeprom storage type 4 years ago
Scott Lahteine d6a4c3079d Tweak ui.finish_status 4 years ago
Giuliano Zaro 8122468a36
Update Italian language (#17293) 4 years ago
Acenotass 5c150c0c94
Update Russian language (#17290) 4 years ago
Scott Lahteine 5ec1a8bb2b Fix M0 unused var warning 4 years ago
Scott Lahteine dd6781217a motion.cpp: HAS_DIST_MM_ARG 4 years ago
Scott Lahteine 0175189c34 Allow G2_PWM to be slimmer 4 years ago
Scott Lahteine adb6334ba0 Use "dist" instead of "delta" for clarity 4 years ago
thinkyhead 4dea020050 [cron] Bump distribution date (2020-03-26) 4 years ago
Scott Lahteine c86ee574ec Drop old comment 4 years ago
Scott Lahteine f2ed18d150 M303 followup
- Put 'D' before other params for clean exit.
- Use serial on/off for debug status.
4 years ago
Roxy-3D 1986e1cdf8
Allow PID_DEBUG to be turned on and off (#17284)
M303 D will now toggle activation of PID_DEBUG output.   This allows the debug capability to be built into the firmware, but turned on and off as needed.
4 years ago
thinkyhead 0aeee64cca [cron] Bump distribution date (2020-03-25) 4 years ago
Roxy-3D 075a86b076
Update LCD timing on Formbot T-Rex 2+ machines
The code is slightly more optimized than it used to be and this has caused the setup and hold times on the Formbot T-Rex 2+ machines to be insufficient.   This change gives sufficient margin and the LCD Display is clean again.
4 years ago
Scott Lahteine 7124b2164d Version 2.0.5.2 4 years ago
Scott Lahteine efc19260a7 Merge patches from bugfix-2.0.x 4 years ago
Roxy-3D 5d515c3a2f
Adjust for timing shift on Max7219 displays on AVR's
Something has shifted.   The previous timing delays on the Max7219 debug displays is too tight without this correction.
I suspect something has been optimized and roughly 50ns of needed setup and hold time has disappeared.
This corrects the issue and the display results are clean again.
4 years ago