Commit Graph

13943 Commits (38a9706e164bbc9cd97ed17f109639d01b6b4c01)
 

Author SHA1 Message Date
Roxy-3D f19fa64e98
Eliminate multiple settings to extruder_duplication_enabled in G28
If the IDEX mode was previously set (via GCode or the LCD Panel) to a duplication mode...   It was lost after a G28 due to this redundant setting of 'extruder_duplication_enabled'. 

It is very important to the various use cases of IDEX machines that extruder_duplication_enabled is preserved across a G28.   The reason is this allows a person to use the LCD Panel to put the machine into a duplication mode, and then send a 'normal' part file to the printer and get two parts out of the process.
thisiskeithb 0f57818f2d Support 512K "RCT6" in BTT SKR Mini ()
Scott Lahteine aa93e1f21a Update TMC_ADV examples
Scott Lahteine 27cb4db80e
Reduced string storage using tokens ()
Lino Barreca d1d143781e SKR-PRO: Fix FAN0 PWM speed with Heater2 ()
Lino Barreca bd321d4b7c Don't compile STM32 SoftwareSerial unless STM32 ()
Scott Lahteine ac2d7ab14c Fix timers.h include
Tanguy Pruvot 94e18ce324 STM32F1: Remove extra py imports ()
Scott Lahteine a022defe06 [cron] Bump distribution date
Scott Lahteine 227951a4ec Tweak platformio.ini alignment
Scott Lahteine 3f4636e916 "nozzle_to_probe_offset" is obsolete
Scott Lahteine 602ca5dea6 No USE_M73_REMAINING_TIME without LCD_SET_PROGRESS_MANUALLY
Robby Candra fcfde7c2f5 Only assign CS/RX/TX on extra axes with SPI/UART ()
Scott Lahteine a4709ba765
Store unscaled PID values in EEPROM ()
Scott Lahteine 7e9c846ec3 Modify comment for unlimited E steppers
Jason Smith 9fd35c84ce SoftwareSerialM for SKR STM32F1 boards ()
Chris Pepper 8e7d1004cf
Update LPC176x platform version
Jamie 32028902c3 Use max feedrate for joystick motion ()
Giuliano Zaro bb93ea1be4 [SAMD51] Activate ADCs oversampled 12bits ()
Roman Moravčík e110f5abce M73 R : Set Remaining Time ()
Lino Barreca ac71cdc265 New HardwareTimer for STM32 5.7.0 ()
Chris Pepper 4762dfe797
Fix lpc u8g i2c ()
Chris Pepper af61f37b65
Update lpc176x requirements ()
ManuelMcLure b9703fdf36 Ensure TMC + LIN_ADVANCE pulse length ()
Scott Lahteine 5e5045c4ee Touch UI finishing touches
Marcio Teixeira 5639b8ca20 Touch UI fixes for Cocoa Press ()
danym21 28e1614c2e Add Sensorless Homing current ()
Chris Pepper 86d0bc1af5
Update lpc176x framework version requirement ()
LinFor 48b7a1e66e Allow non-zero "fan off" PWM value ()
Jason Smith 770adcfa15 Raise Z before homing X/Y on unknown Z ()
Scott Lahteine 624336f453 Fix up Megatronics 3.2 test
ellensp 7b29c60c46 Fix compile with chamber enabled ()
Scott Lahteine 534f2d69c1 [cron] Bump distribution date
Jademalo 37874a6472 Fix E0_SERIAL_RX_PIN typo ()
Marcelo Cerri b9d351899a Update SKR mini E3 1.2 Filament Runout pin ()
Scott Lahteine 7010f92c4b Board-based LCD delays
Scott Lahteine 6e0bcb80a2 Tweak mega tests
Ivan Kravets 4ff708cb3a STM32 PIO: Override default LD Script using LINKFLAGS build scope ()
Scott Lahteine 9ca25118d0 Whitespace cleanup
Jason Smith b3f81eead5 Fix/improve TURBO_BACK_MENU_ITEM ()
Scott Lahteine 776632c503
Add and apply REPEAT macro ()
Scott Lahteine 8061836e74 Fix Lulzbot tag 30: "Heaters Off"
Scott Lahteine 249f600ceb [cron] Bump distribution date
Marvin Sinister 8d157a4520 Fix MKS MINI12864 on SKR 1.3 ()
Luu Lac ed6bbe012b Fix incomplete 'Homing XYZ' screen draw ()
AnHardt 4db68d704f Update Display Throttling ()
Scott Lahteine bb5b1e19b0 Function-style stepper macros
thisiskeithb 47805e18f8 Makefile catch-up ()
Scott Lahteine 0be9fdb455 Move single-use to lambdas
Scott Lahteine 84ce3a6bea LCD corner screen handler lambda