-
Build issues when building MPC chosen for firmware. System/Board : 3V2 4.2.2 errors: Marlin\src\lcd\e3v2\proui\dwin.cpp: In function 'void ApplyPIDi()': Apologies if this should be over on Marlin main, but error is relative to proui. I had seen the error initially when trying to build MPC and LA together, removed LA from configurator, build error is the same at just MPC. Tested with T1 and T13 to rule out thermistor values. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Use an older configuration files whose dates match the date of the firmware release sources or wait to the next release. |
Beta Was this translation helpful? Give feedback.
-
This is an update for Mriscoc and others, Capable of running ender 3V2 with sprite pro on 4.2.2 board with T13, LA, UBL, MPC without any hitches or slowdowns. No issues with printing and level, Hot-end temps did not fluctuate. Build was done with git clone of Mriscoc and moving over special configuration change files. Due to release timing you will need to manually modify configuration files from #define CONFIGURATION_H_VERSION 02010200 to #define CONFIGURATION_H_VERSION 02010100 to get it to compile.. the key change is 02010100. I did turn off power loss protection as referenced in another post as that appears to cause the hitching/pausing problem in the V2 systems. I have now just been turning it off by default as it fixed the hitching problems i had seen before. I have not tested with it on, but presume that hitching will return if enabled. Side note, since i don't understand GitHub and its dating on comments, today is 10/1/2022 (US) or 01/10/2022 (almost everyone else) |
Beta Was this translation helpful? Give feedback.
Use an older configuration files whose dates match the date of the firmware release sources or wait to the next release.