-
Is it possible to create firmware for Ender 3 S1 with F4 chip to support both LA and CV Laser? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
The different chips used on the various Creality boards have different amounts of flash for firmware storage, this means that different boards will be limited by flash size to which firmware features can be enabled while still allowing the firmware to fit. The F4 chip has the smallest amount of usable flash. The maximum firmware size for the F4 is 192k, any compiled firmwares over 192k will not work due to the mentioned size limitations, the precompiled firmwares for the F4 boards have some minor features removed to allow for stuff like UBL, LA, CVLM and other new marlin features. #648 So, could be very difficult to make space to have LA and CVLM at the same time. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. Some magic (or not) was done and i was able to build firmware that fit flash. I have disabled theme colors, gcode preview and lockscreen, also switched from MPC back to PID and result firmware fit progmem. Tested both laser and la - all works like a charm! Thank you very much for configurator - now I’m absolutely happy. |
Beta Was this translation helpful? Give feedback.
-
Also removed UBL support - right now benchy is printing and it was enough to use bilinear |
Beta Was this translation helpful? Give feedback.
The different chips used on the various Creality boards have different amounts of flash for firmware storage, this means that different boards will be limited by flash size to which firmware features can be enabled while still allowing the firmware to fit. The F4 chip has the smallest amount of usable flash. The maximum firmware size for the F4 is 192k, any compiled firmwares over 192k will not work due to the mentioned size limitations, the precompiled firmwares for the F4 boards have some minor features removed to allow for stuff like UBL, LA, CVLM and other new marlin features. #648
So, could be very difficult to make space to have LA and CVLM at the same time.