Marlin icon indicating copy to clipboard operation
Marlin copied to clipboard

[BUG] Erratic extruder action

Open rq3 opened this issue 1 year ago β€’ 1 comments

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

The latest bugfix (May 24, 2024) now works on my delta. Calibration and M48 now works, BUT the extruder is very erratic.

Bug Timeline

New

Expected behavior

The extuder should respond to the g-code commands.

Actual behavior

While the x, y, and z axes seem to be functional, the extruder acts as if it is receiving enable pulses that are too short, or as if its current is too low. The extruder is driven by an A4988, so this is not a driver issue. The extruder randomly vibrates, moves forward, then backwards (even though there are no retracts called for).

Earlier Marlin works fine with the same g-code.. This is a recent bugfix problem.

Steps to Reproduce

  1. Compile and install latest Marlin
  2. Print previously good g-code
  3. See extruder not respond properly

Version of Marlin Firmware

latest bugfix (May 24, 2024)

Printer model

Anycubic Predator

Electronics

stock Trigorilla Pro STM32f103ZETA

LCD/Controller

Anycubic 3.5 TFT

Other add-ons

none

Bed Leveling

None

Your Slicer

Cura

Host Software

None

Don't forget to include

  • [X] A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

` Configs.zip

https://github.com/MarlinFirmware/Marlin/assets/3343927/682405bf-6ee2-401b-aabb-68f29c650d23

`

rq3 avatar May 24 '24 21:05 rq3

that jump scare at the end... could this be a hardware issue? such as the wires or pin connectors?

have you changed anything regarding the motor recently?

does a previous firmware version work?

classicrocker883 avatar May 25 '24 15:05 classicrocker883

that jump scare at the end... could this be a hardware issue? such as the wires or pin connectors?

have you changed anything regarding the motor recently?

does a previous firmware version work?

I regressed to a bugfix from January 12, which works fine. Definitely a Marlin issue. Here's the exact same g-code on the January bugfix:

https://github.com/MarlinFirmware/Marlin/assets/3343927/e9588f3f-2406-4934-96d1-797fa780f06c

rq3 avatar May 25 '24 21:05 rq3

well you have a commit that works and one that doesn't, I suggest you try a git bisect and track down the exact commit that changed the behavior.

ellensp avatar May 27 '24 11:05 ellensp

well you have a commit that works and one that doesn't, I suggest you try a git bisect and track down the exact commit that changed the behavior.

Not practical. There is a roughly 4 month window between January and May of this year when the Marlin bugfixes did not work at all on my delta. Only with last weeks bugfix did the machine actually begin to try to operate properly, but still has extrusion issues.

So I can say that the January 12 bugfix worked, and everything after that was unuseable until last week.

rq3 avatar May 27 '24 13:05 rq3

well if the Jan 12 bugfix worked then you can try to either check the next commit which may be the issue in question, compile flash and test from there. it would be tedious to do this for every other commit, BUT what you can do (as I've done) was pick a bugfix halfway between it started acting this way, to the one that actually worked well.

if you do this and split each timeframe in half you may only need to do this several times. unless you get lucky.

classicrocker883 avatar May 27 '24 18:05 classicrocker883

Git bisect is well designed, it eliminates half the commits every iteration. you would only have to test approximately 7 times ...

Data we have good [cron] Bump distribution date (2024-01-12) 46f370ae3cc1501bd831c495b46ab0e571e99f10 bad [cron] Bump distribution date (2024-05-27) e7c9cf3e1db42f90ef2b355b86faefe91b809427

Ie to do a git bisect

git bisect start
git bisect good 46f370ae3cc1501bd831c495b46ab0e571e99f10
git bisect bad e7c9cf3e1db42f90ef2b355b86faefe91b809427

Which tells you "Bisecting: 149 revisions left to test after this (roughly 7 steps)"

There are only 300 commits and 78 of those are just cron updating the distribution date

Ie it has to be in one of these

Click me

commit 6710616a090d66d73e4dc6b09f38f86ae63c50f5 Author: ellensp [email protected] Date: Mon May 27 05:09:18 2024 +1200

🩹 Longer3D LK has ONBOARD_SDIO (#27129)

commit 2064c83c6681afac7dec636ce361e91b8ecba76b Author: Scott Lahteine [email protected] Date: Sun May 26 11:57:42 2024 -0500

🚸 Fix SD nav after "one click print" (2)

commit 4f85f88ae3a8424b17b42c59f53e09647c046c0c Author: Scott Lahteine [email protected] Date: Sun May 26 02:12:22 2024 -0500

🚸 Fix SD nav after "one click print"

commit 3ee1248cf2183ab8e733fb5a92d1e85728744ecd Author: Keith Bennett [email protected] Date: Wed May 22 19:58:22 2024 -0700

🩹 Even more Z input shaper followup (#27119)

Followup to #27118

commit e3bbacd8b928a73004494b216aaf8655b2134421 Author: Keith Bennett [email protected] Date: Wed May 22 16:30:44 2024 -0700

πŸ“ Update Input Shaping comments (#27116)

Co-authored-by: Scott Lahteine <[email protected]>

commit f9153712483bf6ad3322de3ab4adf5c55bbe47a9 Author: Scott Lahteine [email protected] Date: Wed May 22 17:36:44 2024 -0500

πŸ§‘β€πŸ’» More language cleanup

commit ea848aa891808c27d0fc0039a93bb454cf81daf6 Author: Andrew [email protected] Date: Wed May 22 15:07:04 2024 -0400

🩹 Z input shaper followup (#27118)

Followup to #27073

commit 5157849c60b4e0410e5cfa70eb6e43bdce178728 Author: Scott Lahteine [email protected] Date: Wed May 22 13:03:18 2024 -0500

πŸ§‘β€πŸ’» Remove unused strings, label some

commit ca31f9789ef56114763f50391f775cbad53486df Author: Scott Lahteine [email protected] Date: Tue May 21 15:49:02 2024 -0500

🩹 Fix LCD getFreeTxBuffer typo

commit 78d3cf1de1a3fecb028ea9d6b2ee782e33341142 Author: Scott Lahteine [email protected] Date: Tue May 21 15:47:45 2024 -0500

🎨 PGM => _P rename

commit 521e7eafce4921a36532e0a89f2cc7417c2c4e21 Author: Scott Lahteine [email protected] Date: Tue May 21 15:42:56 2024 -0500

πŸ§‘β€πŸ’» Clarify media "mounted"

commit 5f32698da535879717d941dee05e6bd42630bee1 Author: Miguel Risco-Castillo [email protected] Date: Tue May 21 15:20:12 2024 -0500

✨ Ender-3 V3 board CR4NS200320C13 (#27003)

commit 0b8ec2aa74a1107625f5645ea602b2ffa3a6c7b2 Author: Jason Smith [email protected] Date: Mon May 20 15:16:49 2024 -0700

🎨 Decimal TMC address (#27028)

commit 578bdd4b206d33ccd553e8703c6b82020442bf05 Author: ellensp [email protected] Date: Mon May 20 17:04:51 2024 +1200

πŸ§‘β€πŸ’» Address trailing spaces (#27108)

commit 6b6865d068c2ebbcb6b56c965807571257d50828 Author: Jonathan Brazier [email protected] Date: Mon May 20 06:03:03 2024 +0100

✨ INPUT_SHAPING_Z (#27073)

commit 6c018eb7703d9c859a065631553bf2af3ad1aaca Author: Andrew [email protected] Date: Mon May 20 01:01:05 2024 -0400

πŸ“ Update some G-code and other comments  (#27034)

commit 5561bafbe6b0838a8b3e1a7369bf89a37d3788e2 Author: ellensp [email protected] Date: Mon May 20 16:11:30 2024 +1200

✨ M110 Get Command Line Number (#27090)

Co-authored-by: Scott Lahteine <[email protected]>

commit 75eee04972ad51f48e517f2c2b065343eb42ef13 Author: ellensp [email protected] Date: Mon May 20 16:10:15 2024 +1200

🩹 Return 0 for bad index in Temperature::getHeaterPower (#27037)

Co-authored-by: Scott Lahteine <[email protected]>

commit ee1d1faa52ff284d1249932e8fbed4119b3088c1 Author: ellensp [email protected] Date: Mon Apr 29 21:11:25 2024 +1200

πŸ”¨ Sim pins / INI cleanup

commit dbd3e1095924ec92a39d10fbaa3e130a9e211363 Author: Chris [email protected] Date: Mon May 20 05:53:45 2024 +0200

🩹 Solid background for DWIN_MARLINUI text (#27029)

commit fde330af5a4143affc8bbc74af246e8bb5ac9c46 Author: Andrew [email protected] Date: Sun May 19 22:50:24 2024 -0400

🎨 Fix MarlinUI "untyped" string args (#27046)

commit e8d953257e7342a83d997721fe946268e7fd1479 Author: Keith Bennett [email protected] Date: Sun May 19 19:45:57 2024 -0700

πŸ”¨ Warn about Input Shaping + I2S_STEPPER_STREAM (#27051)

commit cc86e9ecced5de09ae870a36c9cbb2cb80a868ca Author: Keith Bennett [email protected] Date: Sun May 19 19:44:22 2024 -0700

βœ… Fix CI badge (#27060)

commit 5a6db519d6878da3d513865a8bcb43daf7f5eeb1 Author: vrooze [email protected] Date: Mon May 20 02:31:53 2024 +0100

✨ Ender-3 V2 LCD with SKR 3[EZ] (#27061)

commit d87a0ea7f7b8d8f1517cc84632078be5ff6c4936 Author: Vovodroid [email protected] Date: Mon May 20 03:32:43 2024 +0300

🚸 Quickly apply touch screen fan/laser edit (#27064)

commit 0e2bd069d4e0ae3cfcc5a15ec86c865d4eeef21c Author: Dave Gateman [email protected] Date: Sun May 19 17:53:38 2024 -0600

🩹 Fix cutter power extra '%' (#27105)

commit feca9a33d5c9a06aa3c0b878acfbb8a552b70c1b Author: ellensp [email protected] Date: Mon May 20 11:51:52 2024 +1200

✨ SHOW_CUSTOM_BOOTSCREEN for HD44780 (#26793)

Co-authored-by: Scott Lahteine <[email protected]>

commit eec1aec071df9ef2a78d577d0f6b4ed76cb6c6ff Author: Scott Lahteine [email protected] Date: Sun May 19 18:43:04 2024 -0500

πŸ› Fix multi-byte menu string buffer overrun (#27100)

commit a97d1088f0042c2d9caab8528e1a80ea43274f34 Author: Scott Lahteine [email protected] Date: Sun May 19 18:42:07 2024 -0500

πŸ”§ Ensure distinct languages (#27107)

commit a7317de3b43f4332d79c1efa45e6fc361c553acd Author: Scott Lahteine [email protected] Date: Sun May 19 14:08:41 2024 -0500

πŸ”¨ Sim needs GLM_ENABLE_EXPERIMENTAL

commit 4f3ebea3a6e7eb0998cf5afb610dee8e39f61583 Author: Vovodroid [email protected] Date: Sat May 18 00:47:44 2024 +0300

πŸ› Fix FT_MOTION block reference (#27063)

commit fa88e0f054e0e4b71b3319161131582678e6d08a Author: ellensp [email protected] Date: Sat May 18 09:04:36 2024 +1200

πŸ”¨ Windows Simulator needs -DGLM_ENABLE_EXPERIMENTAL (#27092)

commit 2fd7c2b8652a3250e1eb1dbfd96991b4b11f6257 Author: Mihai [email protected] Date: Fri May 17 04:48:21 2024 +0300

⚑️ Fix motion smoothness (#27013)

commit ef0bd975cf13ca1f8c27ea720df4bf09f2c8692c Author: jam-berg [email protected] Date: Fri May 17 03:23:17 2024 +0200

🩹 Fix Ender 2 Pro EXP1-7 pin (PB15 / LCD_RS) (#27074)

commit bdc14ddbd7860586af25a71abfd134f793b1954f Author: Keith Bennett [email protected] Date: Thu May 16 18:18:41 2024 -0700

βͺ️ Revert DELTA Z endstop homing patch (#27088)

Reverts #26297 f7a3172c20

commit 383e6f464650f91b2423874e90a0411687cf8fe6 Author: Mihai [email protected] Date: Fri May 17 04:05:27 2024 +0300

πŸ› Move LASER_POWER_TRAP cruise to cruise block (#27031)

commit a33112a4c028bd7643b87e100a16d35f2327df91 Author: Scott Lahteine [email protected] Date: Wed May 15 20:30:14 2024 -0500

πŸ› Reorder `FLOAT_SQ`

Followup to 5f96dffb

commit f320c2a455aeeb0afa629b2ab295b2043d7d799e Author: Chris [email protected] Date: Thu May 16 01:10:04 2024 +0200

πŸ§‘β€πŸ’» Define, apply F_CPU on HC32 (#27086)

Co-authored-by: Scott Lahteine <[email protected]>

commit 6eedeaedaf347beb12a4957adf95ed04e7592144 Author: Chris [email protected] Date: Wed May 15 22:49:40 2024 +0200

πŸ› Fix HC32 temperature ADC (#27085)

commit 6b5e19cfc4157707980debedbdbf9740d6b78f3d Author: Chris [email protected] Date: Wed May 15 22:45:52 2024 +0200

πŸ› Fix HC32 watchdog timeout (#27084)

by reducing PCLK3 clock

commit 3dc437add4d142b71ea0684848fc1b73e4245a4c Author: ellensp [email protected] Date: Thu May 16 08:42:19 2024 +1200

🎨 Apply TERN0/1 for some contexts (#27036)

commit 5f96dffb9b50baf1e730c21405a573ad45b45e7d Author: Scott Lahteine [email protected] Date: Wed May 15 15:21:39 2024 -0500

πŸ§‘β€πŸ’» FLOAT_SQ macro

commit 6423b8031deba6c7a1e21279d6c468c3c33d28e6 Author: Mihai [email protected] Date: Wed May 15 23:01:56 2024 +0300

⚑️ Add / enforce min_entry_speed_sqr (#27089)

commit a2daee8f7ac15b16fcbe8f4eaf25c1f562ec4491 Author: Keith Bennett [email protected] Date: Sun May 12 15:39:58 2024 -0700

πŸ“ MPCTEMP is tested (#27075)

commit 909e3ad11666c35dd24e78bb55235526f8fda1a9 Author: ellensp [email protected] Date: Mon May 13 10:31:02 2024 +1200

🩹 Motor PWM followup (#27087)

Followup to 08fe8a3076

commit 556616c4f0c350006328246dd0ec6c810e2e0f88 Author: Scott Lahteine [email protected] Date: Sun May 12 14:33:48 2024 -0500

πŸ§‘β€πŸ’» Controller warning as macro

commit 46e426ce9648682b1c59b75b4eabb9e647c18b05 Author: Miguel Risco-Castillo [email protected] Date: Sun May 12 13:28:38 2024 -0500

πŸ“ Use "based on" for partial ProUI (#26998)

commit f5f6c37c17edd6e710bc48578aa325f317d47d51 Author: Alexander Thomas Julian [email protected] Date: Sun May 12 13:25:14 2024 -0500

πŸ› LCD Bed Tramming fixes (#26962)

Co-authored-by: Scott Lahteine <[email protected]>

commit 08fe8a3076c21f881f151bc596e54ff24831bdea Author: Scott Lahteine [email protected] Date: Sun May 12 13:08:17 2024 -0500

πŸ”§ Undef motor current PWM for unused axes

commit 4a5bd47b6a8d48f6c0045399e667f2c521faa213 Author: Scott Lahteine [email protected] Date: Sat May 11 13:40:29 2024 -0500

🎨 Apply MUL_TERN

commit 774cecc3b4acb32e3891ccd601e0345495c94642 Author: Keith Bennett [email protected] Date: Sat May 11 10:03:04 2024 -0700

🩹 Fix AT90USB1286 PIO upload (#27070)

commit 83b7e32ec4b762f1c637d1f24d9529498f468b71 Author: Keith Bennett [email protected] Date: Sat May 11 10:02:17 2024 -0700

🩹 Fix Nextion cstr/fstr typo (#27071)

commit 1da947f54806437fdff84adfdc06f48d2e3d60a3 Author: narno2202 [email protected] Date: Thu May 9 23:57:23 2024 +0200

⚑️ FT_MOTION : Core and other refinements (#26720)

Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Ulendo Alex <[email protected]>

commit a3960dfa53394f9d105cbd23dc260ed81ff884f4 Author: David Buezas [email protected] Date: Thu May 9 23:20:57 2024 +0200

🚸 New encoder logic & debounce (#26723)

Co-authored-by: Scott Lahteine <[email protected]>

commit 49348716f538a16f7232efb0eed5d4e01d5a1494 Author: Andrew [email protected] Date: Mon May 6 19:58:00 2024 -0400

🩹 Fix printf et.al. expecting F-strings (#27032)

commit 39f53c3f8c7e54b7c2220af6f4d24787e4daa5d2 Author: Jason Smith [email protected] Date: Thu May 2 06:36:24 2024 -0700

πŸ§‘β€πŸ’»Improve make tests-all-local (#27040)

* Sleep 5 seconds between platforms

* Inform users if they need to install pyyaml

* Fix old workflow name

* Skip linux_native on Darwin

commit f5cf667c95e2e34130611e09e74052859f249214 Author: Andrew [email protected] Date: Wed May 1 16:08:15 2024 -0400

🎨 Clarify some string parameters (#26949)

Co-authored-by: Scott Lahteine <[email protected]>

commit f56952c9e6a3db2e8af5f10bc0810160bfc9e9b6 Author: Keith Bennett [email protected] Date: Sun Apr 28 22:17:02 2024 -0700

πŸ”§ Assert TMC slave addresses, minor pins cleanup (#26842)

commit ca5a7be5e863e051baad187050e70b917e8165ff Author: Keith Bennett [email protected] Date: Sun Apr 28 18:15:07 2024 -0700

πŸ”§ More suppressible warnings (#27009)

* πŸ”§ Suppressible LCD contrast warning

* πŸ”§ Suppressible Z_SAFE_HOMING warning

* πŸ”§ Suppressible user feedback warning

commit a8058729cce62a21865543e2035e1af3f7dc215e Author: Chris [email protected] Date: Mon Apr 29 00:59:28 2024 +0200

🩹Free debug pins in HC32 HAL (#26985)

implements DISABLE_DEBUG and DISABLE_JTAG in HAL

commit a2f024ffe3e9929526404fe0f271df9d16023458 Author: Keith Bennett [email protected] Date: Sun Apr 28 15:53:48 2024 -0700

πŸ”§ Rework MKS Monster8 pins (#26988)

commit 75cda8d191aa27991ea98758de2ca0e727ab0273 Author: ellensp [email protected] Date: Sun Apr 28 08:13:00 2024 +1200

πŸ“Update comments to match board labeling  (#27016)

commit 2270bf41d7529873ec997e8842c44045c10ef9e4 Author: Scott Lahteine [email protected] Date: Wed Apr 24 18:09:32 2024 -0500

🩹 IA-Creality minor cleanup

commit 489ef6e5e1aaf94e1786c50841143c894efe6c2c Author: Scott Lahteine [email protected] Date: Wed Apr 24 17:46:40 2024 -0500

🩹 Simple IA-Creality babystep patch

See https://github.com/MarlinFirmware/Marlin/issues/26896#issuecomment-2015630458

Co-Authored-By: ellensp <[email protected]>

commit cecc7458440b17340184f9508d0c9da0747ecc72 Author: InsanityAutomation [email protected] Date: Wed Apr 24 18:51:08 2024 -0400

🚸 Fix duplicate temperature report (#26952)

commit a1ecea60fdbf4f930f1aff236900b642883dfc6a Author: ellensp [email protected] Date: Wed Apr 24 12:35:11 2024 +1200

✏️ MPCTEMP_START => MPC_STARTED (#27002)

commit 882421a03e9799c8389a9cd27613704c000f23db Author: Keith Bennett [email protected] Date: Tue Apr 23 17:19:02 2024 -0700

πŸ”§ BIQU MicroProbe V2 pull-up warning (#27008)

commit a36f72e886eb9a8867043173d109295c9ddf2a47 Author: Jason Smith [email protected] Date: Tue Apr 23 14:19:14 2024 -0700

🎨 Format pins which fail validation (#27007)

commit 247e989377fe7e4a81e5307c1ffdf7e9930c0855 Author: Jason Smith [email protected] Date: Mon Apr 22 19:10:35 2024 -0700

βœ…  CI - Validate Pins Formatting (#26996)

commit a955e06259fec45d724ebf6b503c5022bf044130 Author: Scott Lahteine [email protected] Date: Mon Apr 22 18:58:53 2024 -0500

🎨 Clean up after recent PRs

commit d773570cd66997d56c1470bc4724aacbc848f3d8 Author: Jason Smith [email protected] Date: Sun Apr 21 00:24:57 2024 -0700

πŸ› Fix Flags<N> data storage width (#26995)

* Fix Flags and associated unit tests

commit 556da2b3fcddd9c5152542a0f5250df0136760e7 Author: Jason Smith [email protected] Date: Sat Apr 20 23:59:43 2024 -0700

βœ… Add additional unit tests for types.h (#26994)

* Add more XYval (and similar) unit tests

* Add  Flags tests, with multiple BUGs identified

commit 9e19a6efe101b57ce0419b16318bdb26acbaf27a Author: Jason Smith [email protected] Date: Sat Apr 20 23:40:26 2024 -0700

βœ… Unit test improvements (#26993)

- Reset config.ini in restore_configs
- Allow running a single configuration of unit tests locally

commit f433b2c4338294bbe3189b58d6223a31a2bebb96 Author: InsanityAutomation [email protected] Date: Sat Apr 20 21:27:56 2024 -0400

πŸ”§ Add RAMPS TMC SPI pins when !TMC_USE_SW_SPI (#26960)

* Allows RAMPS to auto assign HW SPI Pins for TMC

commit bc0d7d7140abc61c89264f718f0797046dbff022 Author: Aron List [email protected] Date: Sun Apr 21 03:18:49 2024 +0200

πŸ› Fix PID upon entering PID_FUNCTIONAL_RANGE (#26926)

The PID algorithm did not cache the last seen temperature until it entered the PID_FUNCTIONAL_RANGE. This caused an incorrect output power to be calculated temporarily while the algorithm caught up.

This has likely always been a problem for bed and chamber PID. For the hotend this error was introduced in refactoring in commit 54e7b933cdb6d0bf0d69fd661b585100d76e3c88.

commit 9a8fb80eedde28dc4a32634be4ab55c44a059371 Author: Jason Smith [email protected] Date: Sat Apr 20 17:00:07 2024 -0700

🎨Match unit test folder structure to code (#26990)

commit ca12459b9c014c88d57d0e2178b64f9e3a07b1ff Author: Jason Smith [email protected] Date: Sat Apr 20 15:55:30 2024 -0700

βœ… Skip compile tests when editing unit tests (#26991)

commit e1ab911c356cb5b0b449fa4e6379dbe0a483c7a0 Author: InsanityAutomation [email protected] Date: Sat Apr 20 17:58:13 2024 -0400

πŸ“Improve Freeze Feature comment (#26959)

* Fix and Improve Freeze Feature comment

commit 58d4494365df50927442ab78b5147969be697575 Author: ellensp [email protected] Date: Sun Apr 21 09:48:31 2024 +1200

add ui_api.h include (#26977)

commit d502e5beaac79b55553ecfc706653805f74d5599 Author: ellensp [email protected] Date: Sun Apr 21 09:46:48 2024 +1200

πŸ› Fix auto-assignment errors for J and U axis (#26979)

commit b4a95db7dafaa16901c682f648fcdce4e7763929 Author: Chris [email protected] Date: Sat Apr 20 23:43:31 2024 +0200

🚨Fix buffer overrun warning in UBL (#26984)

to account for null terminator

commit dba0010607b9c27722b2df79c75affa1b51f0e81 Author: Andrew [email protected] Date: Thu Apr 18 19:04:03 2024 -0400

🎨 Rename some G-code files (#26981)

commit 90667f611410cce5a3771f82962af16bac695622 Author: I3DBeeTech [email protected] Date: Fri Apr 19 02:24:17 2024 +0530

πŸ› Fix BLACKBEEZMINI fan, info (#26983)

commit 07ebb8171f68919e984f5d4f6772f3c9c35a4601 Author: Javlon Sodikov [email protected] Date: Wed Apr 17 10:25:22 2024 +0500

🩹Fix ProUI error when !CASELIGHT_USES_BRIGHTNESS (#26976)

* Fix the compile error with the case light menu

Fix the compile error with the case light menu

* Add failing test

---------

Co-authored-by: Jason Smith <[email protected]>

commit 9342dae8f04cc0e775515ec903dad1357bd7c344 Author: Scott Lahteine [email protected] Date: Tue Apr 16 12:17:47 2024 -0500

πŸ“ Remove dead PDF links

commit 3326c749f85ddfab6ba5879526466891f0e598a7 Author: Scott Lahteine [email protected] Date: Sun Apr 14 16:26:16 2024 -0500

πŸ“ Minor README changes

commit 02691060664b1d582ed72c207d0062bd7e5813d4 Author: Scott Lahteine [email protected] Date: Sun Apr 14 16:24:14 2024 -0500

🎨 Dagoma D6 followup

commit 95d38a8e543bb6781184a735f1250280670e138b Author: Sophist [email protected] Date: Sun Apr 14 21:04:52 2024 +0100

✨ Add Dagoma D6 as found in DiscoUltimate v2 TMC (#26874)

* Add Dagoma D6 board as used in their DiscoUltimate v2 TMC.

Taken from the Dagoma fork of Marlin DU_MC branch where it is called FYSETC_DAGOMA_F5 and explicitly confirmed by Dagoma as being the D6:

"the BOARD_FYSETC_DAGOMA_F5 is effectively the definition for the D6"

---------

Co-authored-by: thisiskeithb <[email protected]>
Co-authored-by: Orel <[email protected]>

commit dca6afc26efb860e60e8c47c2390e11f426dbe16 Author: Chris [email protected] Date: Sun Apr 14 20:42:57 2024 +0200

βœ¨πŸ› HC32 - Add SERIAL_DMA, fix SDIO and MEATPACK (#26845)

* fix meatpack on hc32

* add support for SERIAL_DMA on HC32

* add additional checks in HC32 HAL

* migrate HC32 HAL to use app_config.h

* fix memory leak in HC32 sdio HAL
https://github.com/MarlinFirmware/Marlin/pull/26845#issuecomment-1980218771

* hc32: fail if both EMERGENCY_PARSER and SERIAL_DMA are enabled

commit 19684f23bc9b4bdf1f38ff353f8b3546789b07f7 Author: Jason Smith [email protected] Date: Sat Apr 13 17:49:08 2024 -0700

βœ… Add unit tests for macros.h (#26968)

commit 52a561399eb5bf9f60106e0fa6a74a50e7522e5a Author: Keith Bennett [email protected] Date: Sat Apr 13 17:47:16 2024 -0700

βͺ️ Revert unintended README changes (#26967)

* Revert all the changes that went in with the unit test framework
This restored broken links and other changes. Restoring to the prior revision seems the most appropriate action until the intentions of those file changes are known.
---------

Co-authored-by: Jason Smith <[email protected]>

commit 1bb4a042e26af49602816ef33fcd2f3f4f728329 Author: Jason Smith [email protected] Date: Sat Apr 13 14:11:51 2024 -0700

βœ…Unit test improvements (#26965)

* Do not warn about display in unit tests

* Treat warnings as errors in unit tests

* Report actual filenames with unit tests

commit d10861e478d60042a0836e95b8a22e7b68a1d9e5 Author: Jason Smith [email protected] Date: Sat Apr 13 12:06:08 2024 -0700

βœ… Add unit testing framework (#26948)

- Add a framework to build and execute unit tests for Marlin.
- Enable unit test execution as part of PR checks.

---------

Co-authored-by: Costas Basdekis <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>

commit cf7c86d5815e604a7be13f570761514d5897bbd4 Author: Andrew [email protected] Date: Sat Apr 13 14:59:59 2024 -0400

πŸ”§Fix M936 in features.ini (#26957)

commit d99e150097ddfd9cf369c4643888622769e147fb Author: David Buezas [email protected] Date: Sat Apr 13 18:54:25 2024 +0200

⚑️Reduce DISPLAY_SLEEP_MINUTES overhead (#26964)

commit 71d9a3e1dfa55edd5ec737a4f4ca82e9f2a11d32 Author: Vovodroid [email protected] Date: Sat Apr 13 10:04:34 2024 +0300

🩹 Fix M413 report (#26846)

commit 6575dcc803d71b38cf0bb922f8d048c867142db7 Author: InsanityAutomation [email protected] Date: Sat Apr 13 02:40:59 2024 -0400

🩹 Reduce Kill Pin Wait (#26945)

Reduce kill pin wait time, and allow override by setting KILL_DELAY

commit 2715e5ba1b2015b4e25d4b5c27505e753d2aa4d4 Author: InsanityAutomation [email protected] Date: Sat Apr 13 02:29:59 2024 -0400

πŸ›Fix IDEX X2 Direction (#26958)

* Fix IDEX X2 Direction

* Sanity Check IDEX X1_MAX_POS

commit 1b091ecb874bb873c12c686746084e6ee71b056f Author: Andrew [email protected] Date: Thu Apr 11 02:13:54 2024 -0400

✏️Minor style and typo fixups (#26947)

* tweaks from PR, whitespace, wording in pause.h

* Update Marlin/src/feature/pause.h

commit 80dd02fbdb81e149fb2e63d76f3a17c0a6537a91 Author: ellensp [email protected] Date: Wed Apr 10 18:02:32 2024 +1200

πŸ“ Update RGB565 color picker url (#26951)

commit e6755450df46870c961f8d675815da1415d6436f Author: Keith Bennett [email protected] Date: Tue Apr 9 22:58:13 2024 -0700

🩹 Fix ESP3D WiFi Support (#26822)

commit 9215bf791b015a8970c3ca54188f8145ab0cc263 Author: ellensp [email protected] Date: Wed Apr 10 17:50:21 2024 +1200

πŸ”¨ MarlinSimUI updates (#26955)

commit a3434de2e62c31c40baa52a68dde06885fd18ff5 Author: Keith Bennett [email protected] Date: Sun Apr 7 12:05:35 2024 -0700

🩹 Fix MCU check for STM32H7-based BTT Octopus Pro V1 (#26831)

* 🩹 Fix MCU check for STM32H7-based BTT Octopus Pro V1

Co-authored-by: ellensp <[email protected]>

* Update Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h

---------

Co-authored-by: ellensp <[email protected]>

commit 2bf56b00d4752daabb2afe048b2e07448cc25e78 Author: Keith Bennett [email protected] Date: Sun Apr 7 10:49:36 2024 -0700

πŸ”§ Improve BIQU BX pins, allow Z swap (#26871)

* Add a swap Z & E1 option for BIQU BX

Users can add #define BX_SWAP_ZM_E1M to their config instead of opening their printer up & swapping Z & E1 motor cables. Allows G34 to work correctly on early BX printers since both Z motor wires were installed without a standard procedure in place and wires could be swapped from the factory.

* Add BOARD URL, DIAG pin info, update pin comments

* Add WIFISUPPORT defines for documentation purposes

WIFISUPPORT does not need to be enabled (read: shouldn't be enabled). Simply enable an available SERIAL_PORT*, set it to 4, and connect an ESP-01/ESP-01S flashed with luc-github's ESP3D firmware for basic WiFi functionality.

* Sanity check TOUCH_SCREEN_CALIBRATION on GT911 TFTs (BIQU BX TFT70)

Use a sanity check so it's clear which options are valid for TFT_TOUCH_DEVICE_GT911 / BIQU_BX_TFT70.

commit c31d9e717b207d1fa59ac942475ebcf15c1a3841 Author: Andrew Bortz [email protected] Date: Sun Apr 7 09:37:37 2024 -0700

🩹Fix ProUI Z probe offset text (#26832)

commit d9d7820b0df60553279c6be85f0b0bd8d2d648e4 Author: narno2202 [email protected] Date: Sun Apr 7 17:52:35 2024 +0200

🩹 Set correct LCD serial port for MKS_MONSTER8_V1 (#26879)

commit 9343247e075fbc11e0ea83670f92543e2b1245f2 Author: sargonphin [email protected] Date: Sun Apr 7 17:48:13 2024 +0200

🩹Increase range of G34 accuracy target  (#26771)

* Allow G34 accuracy down to 0.001mm, previous minimum was 0.01mm.

commit 351a1a1332e293b2c972ee42a026e7033ad2f760 Author: ellensp [email protected] Date: Sun Apr 7 18:29:19 2024 +1200

πŸ”§ Add UART 5 for SKR Mini E3 V3.0 (#26825)

commit d1cf817660a0760b1de37f6f42b9619c128c1a0f Author: ellensp [email protected] Date: Sun Apr 7 17:57:42 2024 +1200

πŸ› Fix CREALITY_ENDER2P_V24S4 pins (#26908)

commit c91771a51e32dd490b1298fa2eef3af67f033553 Author: Vovodroid [email protected] Date: Sun Apr 7 08:41:01 2024 +0300

🩹Disable nonlinear extrusion on unretract (#26824)

* Fixes disable NLE on unretract #26808, which reported blobs at the start of lines during unretract.

commit a337a43bfdba816ae641102f2bd8306b478785fd Author: ellensp [email protected] Date: Sun Apr 7 16:47:40 2024 +1200

🩹 Fix type mismatch when SEGMENT_LEVELED_MOVES disabled (#26819)

commit 77f93e0b8c5c983cc7ba3f56bd6fb1954fb1ae18 Author: Keith Bennett [email protected] Date: Sat Apr 6 21:22:25 2024 -0700

🩹 Fix Mini 12864 on BTT Kraken (#26918)

Co-authored-by: ellensp <[email protected]>

commit 7dc7195696bde1405ba8b78b18233712bf72573b Author: Keith Bennett [email protected] Date: Sat Apr 6 21:17:00 2024 -0700

🩹 Fix active extruder indicator (#26834)

* 🩹 No active extruder when any of several incompatible features are enabled

commit 56773bd80eaf726bced653781a8b27d22251f58b Author: ellensp [email protected] Date: Sun Apr 7 16:11:32 2024 +1200

🩹 add onSetMinExtrusionTemp to anycubic_viper (#26933)

commit 390f1f7c69f6bcb41b7e179dcdd45187da3bfec3 Author: Jason Smith [email protected] Date: Fri Apr 5 17:27:30 2024 -0700

πŸ› Don't apply settings during validation (#26935)

Check the `validating` variable before applying settings for several features.
This specifically avoids settings corruption for BACKLASH_PREVENTION, which has side-effects when first applied using incorrect values.

commit d30fcb8fffd04dd7ac6d67719902471a6cd969ae Author: Jason Smith [email protected] Date: Fri Apr 5 17:24:58 2024 -0700

πŸ› Fix bool evalution of XYval and similar types (#26936)

Require explicit cast to get T* pointers from XYval and similar types. This prevents the pointer from being implicitly returned and checked for nullptr when trying to evaluate these structs in boolean expressions.

commit 7b6b6e1c3e294f5d8785f7e14fe05b4fedb6ea08 Author: Scott Lahteine [email protected] Date: Mon Apr 1 21:44:18 2024 -0500

🩹 Revert motion change

commit 60f2837a9804f71fa731ee2b9e7fe9cb468fc023 Author: Sophist [email protected] Date: Tue Apr 2 03:30:04 2024 +0100

πŸ”§ Minor INPUT_SHAPING config fixes (#26882)

Co-authored-by: Scott Lahteine <[email protected]>

commit 87e94f456348e944ba4487aed436c762dd718966 Author: Andrew [email protected] Date: Mon Apr 1 16:05:11 2024 -0400

🚸 Update ProUI Plot graph - part 2 (#26563)

Co-authored-by: Scott Lahteine <[email protected]>

commit 466282f322ae4f42a8f3db5e3c9765c38445fdc8 Author: Scott Lahteine [email protected] Date: Sun Mar 31 18:20:37 2024 -0500

🩹 Misc. changes from ProUI / ExtUI updates (#26928)

commit 0b9f487ab9ce5a91238d3135f84e0ddbca861c6a Author: Jordan Stocker [email protected] Date: Thu Mar 28 06:14:03 2024 +1030

πŸ”¨ Fix binary upload firmware path (#26909)

commit d3e1a92b847f89d0730d8202ae1629668cc973ce Author: Chris [email protected] Date: Wed Mar 27 20:39:54 2024 +0100

πŸ”¨ Fix HC32 preflight (#26912)

commit cd357b027881dc1d3a432127f74d54d3d9ee91db Author: Holger Mâßinger [email protected] Date: Wed Mar 27 20:38:08 2024 +0100

πŸ”§πŸšΈ Tweaks for (MiniRambo) CNC (#26892)

Co-authored-by: Scott Lahteine <[email protected]>

commit eb897e65a1f43c309c2ddd91e146ed7306e2271e Author: Ikko Eltociear Ashimine [email protected] Date: Mon Mar 25 03:49:25 2024 +0900

πŸ“ Fix Cutter.md typo (#26901)

commit 3ee3964becc6861375b8a0470bfb6401d52b83b8 Author: John Robertson [email protected] Date: Sat Mar 23 00:57:23 2024 +0000

πŸ› Fix ESP32 laser M4 exception (#26884)

commit aecfb257e9ceb9d5e584413a885f8417864b4fb0 Author: Sophist [email protected] Date: Sat Mar 23 00:27:13 2024 +0000

🚸 Hide auto-run as needed (#26853)

commit 075f96d2bf44c20d480599ccf7b90909dfa6f217 Author: Holger Mâßinger [email protected] Date: Fri Mar 22 22:36:42 2024 +0100

✏️ Fix stepper MS pin typos (#26891)

commit ea6a89103872af8cdfc4a6f6dcebf1df79c8b376 Author: Manuel McLure [email protected] Date: Sun Mar 17 12:23:12 2024 -0700

✨ MAX7219_REINIT_ON_POWERUP (#26163)

commit 983aee57188a588dc500049047476b70bb5f4720 Author: Giuliano Zaro [email protected] Date: Sun Mar 17 01:46:22 2024 +0100

🌐 Update Italian language (#26837)

commit a50490b11f0f79dba3e488ed0d3cfbde6cfedab1 Author: Scott Lahteine [email protected] Date: Sat Mar 16 15:40:45 2024 -0500

πŸ‘· Minor signature.py adjustments

commit 4b01c901bc864585ca3d72f13f0e3ca9e9af2a9f Author: Sophist [email protected] Date: Sat Mar 16 20:00:16 2024 +0000

πŸ“ Fix M201 typos (#26854)

commit c1be36bc66d9202fe533d8364b18aa82a8014fef Author: Keith Bennett [email protected] Date: Sat Mar 16 12:58:53 2024 -0700

🎨 Add MKS TinyBee silkscreen labels (#26777)

commit e0222d3e01382daf19509226d9cbac233decda21 Author: Keith Bennett [email protected] Date: Sat Mar 16 12:56:33 2024 -0700

🩹 Fix G35 "Probing Failed" output (#26780)

commit c0264ae7871ca53de4ea8a24925d5f4f676115ec Author: janenen [email protected] Date: Sat Mar 16 20:52:14 2024 +0100

πŸ› Fix DETECT_BROKEN_ENDSTOP on IDEX (#26790)

Co-authored-by: Scott Lahteine <[email protected]>

commit 3a2c50c199a3fb0deabebc60326459a5f8b213b1 Author: Sophist [email protected] Date: Sat Mar 16 19:09:50 2024 +0000

🩹 Thermistor name fixes (#26857)

commit 3b4adac579f42683fbbd9099b89f33801c190145 Author: Scott Lahteine [email protected] Date: Sat Mar 16 13:55:35 2024 -0500

🎨 Trailing ws

commit d36b3fbf9d244edca1c974e38a6e9c3b4790eef5 Author: ellensp [email protected] Date: Sun Mar 17 07:37:42 2024 +1300

πŸ§‘β€πŸ’» Fix RLE script for infille == outfile (#26795)

commit bca40e07e312419d9defbf963bf0f7a330528c59 Author: Keith Bennett [email protected] Date: Sat Mar 16 11:34:02 2024 -0700

πŸ“ Remove Flattr Link (#26796)

commit 504219817cc4967acf14d6770fc2336e287cb9c1 Author: InsanityAutomation [email protected] Date: Sat Mar 9 22:22:23 2024 -0500

✨ Redundant PSU Control with EDM (#26751)

commit ec6f9dd5c8443f9633ae5ea9bce7e5f090d5c72b Author: fredycpu [email protected] Date: Sun Mar 3 19:39:50 2024 +0100

πŸ”§ MKS_ROBIN_PRO : I2C EEPROM + MKS Wifi (#26823)

Co-authored-by: Scott Lahteine <[email protected]>

commit b9cfbaa8d4441dc095c8530a1fa2924d921b64fb Author: Keith Bennett [email protected] Date: Fri Mar 1 20:34:12 2024 -0800

βœ… Update Actions versions (#26814)

commit 3fd175af8ea56db48ea41d7f3d55e967f0df8cd8 Author: ellensp [email protected] Date: Sat Mar 2 17:31:42 2024 +1300

🚸 M115 "KINEMATICS:…" (#26806)

commit a9e72b2a2c6f37449ba8229f3afe16dab837cb75 Author: Keith Bennett [email protected] Date: Fri Mar 1 20:09:12 2024 -0800

πŸ”§ Simpler CREALITY_V422 warning (#26826)

commit ecde3a315891d141a7573aa78fe817ff12fcfa1c Author: ellensp [email protected] Date: Sat Mar 2 16:58:56 2024 +1300

🩹 Fix AVR bootscreen RLE decode (#26827)

commit c8d51c27234bcb2b1419d238e8751593d855dadb Author: DerAndere [email protected] Date: Sat Mar 2 04:16:39 2024 +0100

🚸 Enable G92.9 with rotational axes (#26174)

- Supporting axes that can rotate forever.

commit 982b42579243543a8684f571554da0ce3137db96 Author: Scott Lahteine [email protected] Date: Tue Feb 27 20:45:34 2024 -0600

πŸ”₯ Drop TMC26X support (#26770)

commit 9974327d333c3db443a7627b476f02c91a1ace0e Author: ellensp [email protected] Date: Sun Feb 11 03:28:37 2024 +1300

extend uart checks

commit 8d7be79108ecb481761527516782830890a28de7 Author: Scott Lahteine [email protected] Date: Fri Feb 9 19:11:56 2024 -0600

πŸ‘· Improve BIGTREE_GTR_V1_0 tests

commit 76b568830475d218a5229ff9736a155c5a0cb620 Author: Scott Lahteine [email protected] Date: Fri Feb 9 19:11:37 2024 -0600

🚸 Optional encoder multipliers

commit 20c6a6233bc3d749335d3f761c61131355a6e534 Author: Scott Lahteine [email protected] Date: Thu Feb 8 16:49:13 2024 -0600

πŸ§‘β€πŸ’» HC32 endstop interrupts for X2/Y2/Z4

commit 1d295f7983a90be9eddc830bc7be621c6dcb14c7 Author: Scott Lahteine [email protected] Date: Wed Feb 7 23:44:55 2024 -0600

πŸ”₯ Clean up SCARA/TPARA

commit 669814d0d408a622f020a55971ba04030e4fa4bf Author: Scott Lahteine [email protected] Date: Wed Feb 7 23:40:54 2024 -0600

✨ MARLIN_SMALL_BUILD option (#26775)

commit 4aa48beb378fec6a6e7de0c8c3c7fe47f6551c24 Author: Scott Lahteine [email protected] Date: Wed Feb 7 18:25:13 2024 -0600

🚸 Adjust encoder multiplier

commit 0829a511f03d75121f2a8aa557fc0b45f5f2069c Author: Scott Lahteine [email protected] Date: Wed Feb 7 18:09:36 2024 -0600

πŸ§‘β€πŸ’» "static_warning"

commit a3c78c45101fd13066eae944ba4dcdfcec3e57f4 Author: Scott Lahteine [email protected] Date: Wed Feb 7 14:00:29 2024 -0600

🎨 Delete old FTDI Eve bootscreen

commit a3211253a05f6f0380fa3bee8eb32b2f02c7bd3a Author: Scott Lahteine [email protected] Date: Wed Feb 7 13:58:01 2024 -0600

🩹 Fix FTDI Eve Touch UI M84

commit 005d6879d998ccd900d1a311185f7069541dc623 Author: ellensp [email protected] Date: Wed Feb 7 19:33:54 2024 +1300

πŸ”§ Restore probe XY edit defaults, remove arbitrary Z limit (#26774)

commit e61a84a717cc80d4583278fdbdeff72becf3d9b5 Author: Scott Mikutsky [email protected] Date: Tue Feb 6 00:37:29 2024 -0500

🚸 Keep Filament Change near the top (#26172)

commit b12340b1d57288945633ad926136ab2c27d25c12 Author: Robherc [email protected] Date: Sun Feb 4 17:10:11 2024 -0500

πŸ”§ Fix extraneous DIAG warnings (#26694)

commit ec46a5953956a5e7f3d213439a1fd2bea793860e Author: Scott Lahteine [email protected] Date: Sun Feb 4 16:06:43 2024 -0600

πŸ§‘β€πŸ’» Fix uncrustify config

commit 5003681414eac2f2953ff4430148d23d80036d62 Author: Keith Bennett [email protected] Date: Sun Feb 4 10:14:49 2024 -0800

🩹 Fix HOTEND_IDLE_TIMEOUT with no heated bed (#26746)

commit d9396929aab56121698d4acde1b04add1574f43d Author: Keith Bennett [email protected] Date: Sun Feb 4 10:13:03 2024 -0800

🩹 Update BTT GTR v1.0 DIAG jumper/pin (#26764)

commit 1dee4d92c61b14458cd394d1f609f0dc80282092 Author: Scott Lahteine [email protected] Date: Sun Feb 4 12:09:08 2024 -0600

πŸ”§ TOUCH_IDLE_SLEEP_MINS => DISPLAY_SLEEP_MINUTES

Follow up to #26517

commit 9364cbb4b53a5ef77cf2b843ba228afffb4c1725 Author: Smokey Pell [email protected] Date: Sun Feb 4 09:37:32 2024 -0600

🚸 Tronxy V10 w/ TFT_TRONXY_X5SA + MKS_ROBIN_TFT43 (#26747)

commit 755b661c2d9e3beb2ba6b7602715d43891ecff3a Author: Taylor Talkington [email protected] Date: Sun Feb 4 10:03:08 2024 -0500

πŸ”§ Fix USE_Z_MIN conditions (#26762)

commit e6837b2b8dd70e5a282fff1508e01215ff85c14d Author: Keith Bennett [email protected] Date: Sat Feb 3 15:19:19 2024 -0800

🩹 Fix STM32 HW Serial 6 (#26763)

Followup to #26328

commit c476e62a6f32bc4d197dc31a8587d53376505f4a Author: Davide RombolΓ  [email protected] Date: Fri Feb 2 02:31:39 2024 +0100

🩹 Fix STM32 HW Serial (#26531)

Followup to #26328

commit 9a5cfb3f26315822c7ae8ea043525c0e30ac08ac Author: Abdullah YILMAZ [email protected] Date: Thu Feb 1 05:11:08 2024 +0300

🌐 Turkish language update (#26739)

commit 5a87bea7622207b78503cc171a0544ee6bd9d6a2 Author: InsanityAutomation [email protected] Date: Wed Jan 31 20:24:08 2024 -0500

🚸 Fix repeating "Power Off" message (#26755)

commit f9d5ee04b4930fa7b876c278e80072060463f55c Author: ellensp [email protected] Date: Thu Feb 1 07:33:42 2024 +1300

🩹 Patch STM32 serial UUID (#26737)

Followup to #26715

Co-authored-by: Scott Lahteine <[email protected]>

commit 1c6cfc3ffeac8fdf2cd6d61529ad864578a4803f Author: Keith Bennett [email protected] Date: Tue Jan 30 21:00:02 2024 -0800

πŸ› Fix I/J/K chopper timing (#26736)

Followup to #19112

commit 0266e7fe535cbdd2a10850fd0fd71f1ae2617db2 Author: Keith Bennett [email protected] Date: Tue Jan 30 20:58:06 2024 -0800

πŸ“ Biqu => BIQU (#26735)

commit 610ea0a9d30f1bc566eacda7ceab7976e228957d Author: ellensp [email protected] Date: Wed Jan 31 17:56:46 2024 +1300

πŸ”¨ No strlcpy in Windows (#26748)

commit 5639237e2b174715413f9ffc6f6421db9150d9d6 Author: Scott Lahteine [email protected] Date: Mon Jan 29 20:38:03 2024 -0600

🎨 Misc. cleanup 29-01

commit 7a4d601f4d8b88acffe62b31d614773ad0f20a57 Author: Keith Bennett [email protected] Date: Sun Jan 28 14:13:23 2024 -0800

🩹 Temp constraints followup (#26744)

Followup to cb291e8d

commit ebea672240ba49067194e9a6959ba2604da2d4c2 Author: Scott Lahteine [email protected] Date: Sat Jan 27 11:45:54 2024 -0600

πŸ› Protect EEPROM bytes 916-926

Followup to #26729

Ender-3S1 STM32F401 Bootloader

commit ce8535f01ca4b85ca1f7cae3908d3174ac11fff6 Author: Scott Lahteine [email protected] Date: Fri Jan 26 15:18:38 2024 -0600

πŸ§‘β€πŸ’» Fix warning, adjust tests

commit afc2dd6cab2c50ddca1506350a8845b82a4ffce7 Author: Scott Lahteine [email protected] Date: Thu Jan 25 22:09:06 2024 -0600

🎨 Misc. cleanup 25-01

commit 5768b42c398c232a3f891093e87d18de0331f2f1 Author: Scott Lahteine [email protected] Date: Thu Jan 25 22:06:09 2024 -0600

Add Conditionals_type.h

commit 01094ea6aa7b843f830ec350e5886fcab6b652ff Author: Miguel Risco-Castillo [email protected] Date: Thu Jan 25 19:18:49 2024 -0500

βœ¨πŸ”¨ EEPROM exclusion zone (#26729)

Co-authored-by: Scott Lahteine <[email protected]>

commit 6c1fd1f69c349b24ded49d7c5a1118fe7a5e37dd Author: qwertymodo [email protected] Date: Thu Jan 25 16:16:32 2024 -0800

🩹 Fix single Neo strip M150 K (#26709)

Co-authored-by: Scott Lahteine <[email protected]>

commit 4f65466161c39bee82a8fa98263989a01b706927 Author: sargonphin [email protected] Date: Fri Jan 26 00:48:06 2024 +0100

πŸ”§ HYBRID_THRESHOLD sanity checks (#26681)

commit 9b3119393f0c7fe3eb08734e097df09c7466acc3 Author: ellensp [email protected] Date: Fri Jan 26 12:39:09 2024 +1300

🩹 Followup to EDITABLE_STEPS_PER_UNIT (#26677)

Followup to #26618

commit 8594e9462ca429cbaccd2b3d0e2eb15684bd27ae Author: ejhoness [email protected] Date: Thu Jan 25 20:37:35 2024 -0300

✏️ Fix draw_dialog.cpp typo (#26684)

commit 16acb57b22747b495953ecef065ba625f4dc3df8 Author: Cesar Guillermo Montiel [email protected] Date: Thu Jan 25 20:12:49 2024 -0300

✨ Creality v2.4.S4_170 (Ender 2 Pro, HC32F460KCTA) (#26730)

commit 04c8a3138e3ce1edcd59c8e6c1ba4abeba28e30d Author: Scott Lahteine [email protected] Date: Thu Jan 25 15:07:34 2024 -0600

🎨 Misc. LCD pins comments

commit 38560378fcb99bcdb4b889f3b8e08c7dc5abe366 Author: engrenage [email protected] Date: Thu Jan 25 21:24:57 2024 +0100

πŸ”§ Allow float Z_PROBE_LOW_POINT (#26711)

commit ffbf4a6a9002827daf09a5f36bd28fdf3d61a0e8 Author: Scott Lahteine [email protected] Date: Thu Jan 25 13:41:39 2024 -0600

🩹 Fix IA Creality IDEX case

commit cbc674ff997b3bffc92cbb2f61a9a5c8952c3446 Author: minding-myown-business [email protected] Date: Thu Jan 25 00:24:25 2024 +0000

πŸ“ Fix dead LCD link (#26669)

commit 97546bf55b20f10fa8952efbd232481e11e9f916 Author: ellensp [email protected] Date: Thu Jan 25 09:33:02 2024 +1300

🚸 PLR recover chamber temp (#26696)

commit ed1391ee5d5c272240b8fe18716c340d7688cb8e Author: Vovodroid [email protected] Date: Wed Jan 24 22:21:00 2024 +0200

πŸ”§ Wrap POWER_LOSS_RETRACT_LEN (#26695)

commit 7fbd9ec5f4c450e062663dbe1964dc95e705733b Author: Keith Bennett [email protected] Date: Wed Jan 24 10:55:59 2024 -0800

πŸ”§ Allow RAMPS FAN1_PIN override (#26725)

commit 63989023b8f179ee67dea44b008ea03e314482e6 Author: Keith Bennett [email protected] Date: Wed Jan 24 10:54:37 2024 -0800

πŸ”§ Update SKR_MINI_SCREEN_ADAPTER error (#26726)

commit e668d5afd75039fbbbc9a3a8c8357c74c399ccb7 Author: ellensp [email protected] Date: Thu Jan 25 07:50:48 2024 +1300

πŸ”§ STM32 UID followup (#26727)

Co-authored-by: Scott Lahteine <[email protected]>

commit 3ef192e7c7b18804ec7e3964a1366bd08355dc93 Author: Scott Lahteine [email protected] Date: Tue Jan 23 16:05:41 2024 -0600

🎨 Cosmetic cleanup 23-01

commit 5fea79fd07e5d874fbd217d8d9e8afceec60ef9e Author: Scott Lahteine [email protected] Date: Tue Jan 23 16:02:33 2024 -0600

πŸ”§ Fix ROTATIONAL_AXIS_GANG

Co-Authored-By: DerAndere <[email protected]>

commit 18e65f5eb4a1dc4b08d4bece67f2c182e8359ff6 Author: Scott Lahteine [email protected] Date: Tue Jan 23 15:55:13 2024 -0600

🩹 Fix _U and other conflicts

Fix #26220

commit 5ed6bf65ba32e97b8cad133730a602fc67cda4f9 Author: Scott Lahteine [email protected] Date: Tue Jan 23 15:44:51 2024 -0600

πŸ”§ Allow for no STOP pin

Co-Authored-By: DerAndere <[email protected]>

commit d79bcef802de4c0b55e6ea74bab5faee663a752a Author: DerAndere [email protected] Date: Tue Jan 23 21:09:31 2024 +0100

πŸ”§ Sanity check Z_CLEARANCE_FOR_HOMING (#26721)

commit f1a53407e7c99559f9073f11ab91e7b305ec7770 Author: Anson Liu [email protected] Date: Tue Jan 23 08:24:49 2024 -0800

🚸 DOGM active extruder indicator (#26152)

commit 4309e6ab76528a8e64343148d81caa2d231c8c13 Author: Scott Lahteine [email protected] Date: Mon Jan 22 23:31:04 2024 -0600

πŸ§‘β€πŸ’» Fix build_all_examples

commit aa7d5714867df05348ca63ad113ea9cf7ccc3271 Author: Scott Lahteine [email protected] Date: Mon Jan 22 17:32:01 2024 -0600

♻️ LCD pins migration precursor (#26719)

Preliminary changes for #25650

commit 604d3e8fadc1fd3603409f0d22d8a49de6f46cc2 Author: Scott Lahteine [email protected] Date: Mon Jan 22 16:38:08 2024 -0600

🎨 Move EXIT_M303

commit 22fc07d72ba08df8db9545da4286ccd2558ecf30 Author: Scott Lahteine [email protected] Date: Fri Jun 2 15:03:02 2023 -0500

πŸ§‘β€πŸ’» ExtUI::onPlayTone optional duration

commit dd3b5a10a09e2a83918af1cf6f8782fd0c473f98 Author: Scott Lahteine [email protected] Date: Sun Jan 21 22:00:37 2024 -0600

Misc. aesthetic adjustments

Co-Authored-By: Andrew <[email protected]>

commit 204de723f1c08f83e281f0629b60822b334097ed Author: Keith Bennett [email protected] Date: Sun Jan 21 04:01:25 2024 -0800

✨ BIQU MicroProbe (#26527)

commit 80cd89d8f7f656be4e190c2c97064966905ce8a9 Author: Vovodroid [email protected] Date: Sun Jan 21 13:11:03 2024 +0200

🩹 Fix M592 report (#26680)

commit 624226c91d23941ac8fe2bd8c3a20bb364e6393a Author: ellensp [email protected] Date: Mon Jan 22 00:09:36 2024 +1300

🩹 Fix STM32 CPU serial UUID (#26715)

Co-authored-by: Scott Lahteine <[email protected]>

commit 3adf73a2cd45556859a6499bf2ed27509e49f0ff Author: Keith Bennett [email protected] Date: Sat Jan 20 21:47:26 2024 -0800

πŸ”₯ Remove ALLOW_LOW_EJERK (#26712)

commit d7e45367afaf6a6007b6a89ff7eeefe5fa0c59ff Author: ellensp [email protected] Date: Sat Jan 20 19:24:30 2024 +1300

πŸ”¨ Fix POLAR build (#26687)

commit da96607b65ecc910178413d6979c128add9d098e Author: Vovodroid [email protected] Date: Sat Jan 20 00:38:25 2024 +0200

πŸ”§ Adjust DEFAULT_EJERK settings (#26665)

commit fb49645b3233caa2701ebdab1e5322d73d3545a0 Author: ellensp [email protected] Date: Sat Jan 20 08:49:35 2024 +1300

πŸ“ Fix Anet pins typo (#26660)

commit 7d751a20b1fc6ef920cbc56a68450302ac1eb973 Author: German Borisov [email protected] Date: Fri Jan 19 22:17:36 2024 +0300

✨ Status Screen flow adjustment (#26627)

commit 0df25b100854008907a68393eaa6027941917a48 Author: Abdullah YILMAZ [email protected] Date: Fri Jan 19 03:00:43 2024 +0300

🌐 Update Turkish language (#26676)

commit cef623b7d2a5e1c49911ce539b3e031d5e307ad6 Author: engrenage [email protected] Date: Fri Jan 19 00:57:46 2024 +0100

πŸ”§ Clarify M600 sanity-check (#26702)

commit 12434e78e4478b8d098793a382db109e54cee0e8 Author: Andrew [email protected] Date: Thu Jan 18 18:55:37 2024 -0500

πŸ”¨ Improve CMakeLists.txt (#26700)

commit c31381183b0daeb4361249bb20b74b7b2e0940f1 Author: Scott Lahteine [email protected] Date: Tue Jan 16 23:15:04 2024 -0600

✨ Minor Orca update

Followup to #26534

commit 1f1ca34ea6c37d8d22808f3fb25992776abfe4f2 Author: Scott Lahteine [email protected] Date: Mon Jan 15 22:22:08 2024 -0600

πŸ§‘β€πŸ’» Tweak limit_and_warn

commit 8d4ab15748eb9c6bcbc1dd30c1b8f51d2cc94dc5 Author: Scott Lahteine [email protected] Date: Mon Jan 15 21:36:15 2024 -0600

πŸ§‘β€πŸ’» Tweak planner debug

commit 3019af1c9398da0172b5d5f5bb0d3a5506e56e4d Author: Scott Lahteine [email protected] Date: Sat Jan 13 18:30:43 2024 -0600

πŸ”¨ Make / pins-format patches

commit b2fd631d82b9b3e64226ceac6a132ec917aaee21 Author: Robherc [email protected] Date: Fri Jan 12 23:03:34 2024 -0500

πŸ”§ Fix SD connection defaults (#26666)

Co-authored-by: thisiskeithb <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>

commit ab3497161a37ae309e030a23e0f8e3f3eb61daea Author: ThomasToka [email protected] Date: Fri Jan 12 06:56:45 2024 +0100

πŸ› Fix PLR pos/sdpos (#26365)

Co-authored-by: Scott Lahteine <[email protected]>

ellensp avatar May 28 '24 03:05 ellensp

Can you provide a test gcode that is known to exhibit the issue?

ellensp avatar May 28 '24 03:05 ellensp

Can you provide a test gcode that is known to exhibit the issue?

Sliced in Cura 5.5.0 and used in both of the above videos. Test_Cube.zip

rq3 avatar May 28 '24 13:05 rq3

Git bisect is well designed, it eliminates half the commits every iteration. you would only have to test approximately 7 times ...

Data we have good [cron] Bump distribution date (2024-01-12) 46f370a bad [cron] Bump distribution date (2024-05-27) e7c9cf3

Ie to do a git bisect

git bisect start
git bisect good 46f370ae3cc1501bd831c495b46ab0e571e99f10
git bisect bad e7c9cf3e1db42f90ef2b355b86faefe91b809427

Which tells you "Bisecting: 149 revisions left to test after this (roughly 7 steps)"

There are only 300 commits and 78 of those are just cron updating the distribution date

Ie it has to be in one of these Click me

I'm all too familiar with bisecting releases, but the release has to actually compile and run (at least to some extent) on the printer. Until just last week, that was not the case for any bugfix after Jan. 12 for my delta printer.

rq3 avatar May 28 '24 13:05 rq3

I suppose then there may be more than one issue.

  1. Whatever is causing this extruder issue
  2. Whatever is giving you the compile error

can you post what sort of errors youre getting that isnt letting you compile?

classicrocker883 avatar May 29 '24 00:05 classicrocker883

The 2.1.x bugfix of May 30 still shows this erratic extrusion. However, the patched 2.1.2.3 release not only works fine but also has all three digits after the decimal in the standard deviation displays (a seperate but concerning issue).

rq3 avatar Jun 01 '24 21:06 rq3

The 2.1.x bugfix of May 30 still shows this erratic extrusion.

Is this still an issue?

thisiskeithb avatar Aug 30 '24 09:08 thisiskeithb

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

github-actions[bot] avatar Nov 08 '24 01:11 github-actions[bot]