Commit graph

362 commits

Author SHA1 Message Date
ellensp
579545177d
GCODE_MACROS_IN_EEPROM (#28114) 2025-11-11 19:51:22 -06:00
narno2202
667aa15b87
FTM_RESONANCE_TEST (#28158) 2025-11-08 15:16:06 -06:00
Scott Lahteine
2073b67e45 FT Motion test EXTRUDERS > 1 (2) 2025-11-07 00:21:09 -06:00
Scott Lahteine
39697628e7 FT Motion test EXTRUDERS > 1 2025-11-06 16:36:45 -06:00
ellensp
8547f4f5b9
🔨🐛 Don't use broken 'board = fysetc_f6_13' (#28159) 2025-11-04 01:31:57 -06:00
Scott Lahteine
29ad078fda
🚸🌡️ Refactor AUTOTEMP, apply to LCD temp change (#28155)
Some checks failed
CI - Build Tests / Build Test (push) Has been cancelled
CI - Unit Tests / Unit Test (push) Has been cancelled
CI - Validate Source Files / Validate Source Files (push) Has been cancelled
Fixes #28154
2025-11-02 21:48:24 -06:00
narno2202
0c4beea9be
🩹 Fix FT_MOTION + DISTINCT_E_FACTORS (#28106)
Fixes #28105
2025-11-02 21:16:44 -06:00
David Buezas
252085f462
🐛 Fix some FT Motion probing issues (#28096)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-11-02 01:19:03 -06:00
Scott Lahteine
33ad711ee8 Update some CI tests
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
2025-10-31 20:20:05 -05:00
Scott Lahteine
a3929b435b Moved BIQU/BX config 2025-10-19 19:01:04 -05:00
ellensp
9f0fa5a040
M265 I2C_SCANNER (#28117) 2025-10-18 18:18:02 -05:00
Scott Lahteine
c626e3efb2 🩹 BLTouch raise before deploy
Fixes #28092
2025-10-03 09:57:53 -05:00
narno2202
1c9b1240ec
🔧 Option to use FT_MOTION for homing / probing (#28030)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-10-01 23:51:11 -05:00
David Buezas
dc9e57464f
FTMotion Z shaping, axis sync, axis smoothing (#28055)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
2025-09-27 19:42:33 -05:00
Bob Kuhn
6e74409c14
🐛 Fix STM32 I2C 2-wire LCD, Soft I2C impl. (#26433)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate Source Files / Validate Source Files (push) Waiting to run
2025-09-27 02:25:03 -05:00
narno2202
b0c0074092
🔧 Support EXTRUDERS 0 with FT_MOTION (#27984) 2025-08-16 18:21:27 -05:00
erril007
533d752707
EVENT_GCODE_(BEFORE|AFTER)_G34 (#27930)
Some checks are pending
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
2025-06-20 20:50:13 -05:00
Andrew
fca60335e1
🩹 Fix Nonlinear Extrusion build (#27906)
Some checks failed
CI - Build Tests / Build Test (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
CI - Validate boards.h / Validate boards.h (push) Has been cancelled
CI - Validate Pins Files / Validate Pins Files (push) Has been cancelled
Fixes #27902
2025-06-03 19:54:22 -05:00
Vovodroid
a6bfdf351f
NONLINEAR_EXTRUSION_DEFAULT_ON (#27819)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-05-30 22:53:21 -05:00
Vovodroid
e9ae5208cb
EVENT_GCODE_AFTER_MPC_TUNE (#27865)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-05-26 19:16:45 -05:00
ellensp
d76c8c1fbd
🩹 Fix ProUI Linear Advance menu (#27878)
Followup to #27818
2025-05-24 16:49:44 -05:00
Scott Lahteine
202ec4b58f
Trinamic TMC2240 (SPI) (#25974)
Co-Authored-By: David Buezas <david.buezas@gmail.com>
Co-Authored-By: z1996xm <102506464+z1996xm@users.noreply.github.com>
2025-05-23 21:11:50 -05:00
InsanityAutomation
4e1e7fa1b0
SWITCHING_NOZZLE_LIFT_TO_PROBE (#27804) 2025-05-03 21:07:40 -05:00
David Buezas
f6c8915545
SMOOTH_LIN_ADVANCE (#27710)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-04-20 00:18:45 -05:00
DerAndere
b5d7b4aee6
DEFAULT_ACCELERATION_SPINDLE (#27759) 2025-04-14 16:50:26 -05:00
Andrew
47820cac8a
🎨 Whitespace cleanups (#27784) 2025-04-09 19:08:10 -05:00
Boyd
bdc0bd0eef
Native GD32 support for Aquila v1.0.1 (#27765) 2025-04-07 18:22:58 -05:00
Andrey Samokhin
6984c7f308
🔧 Max Stepper Rate sanity-checks (#27764) 2025-04-06 21:18:01 -05:00
Scott Lahteine
c080518b12 🎨 DGUS/MKS cosmetic fixes, most 2025-04-04 22:09:58 -05:00
Scott Lahteine
766dfda80e 🔨🩹 Pass Ultipanel with ADC_KEYPAD 2025-03-31 22:33:10 -05:00
Boyd
78d6fec652
🚀 HAL for GD32 MFL (Creality v4.2.2) (#27744) 2025-03-28 00:31:45 -05:00
Scott Lahteine
460bf112d8
EDITABLE_HOMING_CURRENT (#27760) 2025-03-27 03:33:27 -05:00
ellensp
15ee0d0e08
MAG_MOUNTED_PROBE_SERVO_NR (#27551)
Co-authored-by: gjdodd <graham.dodd@airintake.co.uk>
2025-03-18 20:39:24 -05:00
Scott Lahteine
b954959f55
M550 CONFIGURABLE_MACHINE_NAME (#27731) 2025-03-16 03:24:00 -05:00
Keith Bennett
78f871567f
🔨 Rename FYSETC S6/Spider envs (#27122) 2025-03-14 13:11:45 -05:00
ellensp
73a0f33767
BUILD_INFO_MENU_ITEM (#27590) 2025-03-01 17:45:31 -06:00
narno2202
7e0208940b
🚸 Disable FT Motion during Biqu Microprobe use (#27368)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2025-01-21 21:10:52 -06:00
Chris
22977c885b
Games for E3V2 + MarlinUI (#27620) 2025-01-08 18:53:15 -06:00
Scott Lahteine
d876b5ee3c
RP2040 HAL with BTT SKR Pico (#24042) 2024-11-03 14:15:10 -06:00
Scott Lahteine
3b7aadb359
🚸 Restore Object Cancel info on Power-Loss Recovery (#27501)
* 🎨 Shorten feature includes
* 🚸 Save Canceled Objects with Power Loss data
2024-10-28 11:17:40 -05:00
Scott Lahteine
b4a3e29fb6
🔨 Pins Debugging fix and cleanup (#27494)
* 🧑‍💻 Ignore Aider additions
* 🔨 Pins Debugging fix and cleanup
* 🔧 Auto-assign UART Rx based on Tx
2024-10-27 14:56:27 -05:00
Scott Lahteine
a66b22c4f1 ♻️ BTT_SKR_3 => BTT_SKR_V3_0
Reverting 3a6bd6920e
2024-10-07 21:09:00 -05:00
Scott Lahteine
3a6bd6920e ♻️ BTT_SKR_V3_0 => BTT_SKR_3 2024-10-06 20:06:35 -05:00
Scott Lahteine
f5d5b0a881
EDITABLE_HOMING_FEEDRATE / M210 (#27456) 2024-10-04 20:41:47 -05:00
Scott Lahteine
763cd7c5f2
🔧 Sort out MMU2 / MMU3 (#27455)
Followup to #26635
2024-10-03 19:21:50 -05:00
Scott Lahteine
b35e16b1d8 Remove extra config restore 2024-10-03 13:41:49 -05:00
Scott Lahteine
74ffa0cc3e 🧑‍💻 More compatible opt helpers 2024-09-23 19:50:07 -05:00
DerAndere
3743980192
🔧 Assert zero Z homing clearance for some (#27370) 2024-09-02 18:48:00 -05:00
Erkan Ozgur Yilmaz
a9c529f004
Prusa MMU3 (#26635)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-08-23 18:33:13 -05:00
sargonphin
2aa2e5487a
️ Improve Homing / Probing Current (#26714)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-08-15 18:30:55 -05:00