Thank you very much to Thrutheframe for providing us with a very
valuable model for our software. We sincerely appreciate your time and
effort in helping us improve the project. Here is the model address:
https://www.printables.com/model/222285-bambu-lab-xyz-calibration-cube.
Thank you again, Thrutheframe.
Change-Id: I200fd23ab7a09683b2610664c8e09ae53fc42133
Select an object with multiple parts and display quantity 1.
Simultaneously fixing that when all parts under an object are selected,
only the information of that object is displayed.
Change-Id: I7fd68615aed75f4b0592c61f4b916783e7c4182a
to avoid integer overflow during the polygon operations in make_brim(),
plateoffset is applied during gcode generation. This results in a wrong
first layer convexhull "m_first_layer_convex_hull" which is used in _make_skrit().
This patch fixs this issue.
JIRA: https://jira.bambooolab.com/browse/STUDIO-3719
Change-Id: Icfe21f4dbab05cc9e1c6f668791a62f954c2e0e5
(cherry picked from commit 6286b3e447b7ac7cbc061dca435091094783f74b)
fixed https://github.com/bambulab/BambuStudio/issues/2014
1. Disable flow calibration when using PEI bed
2. Use user settings when PEI bed is not in use
Change-Id: Ie4f81f0d4649c69255f97355af14cacedf8b2bbf
1. adjust layout of every cali page
2. add tips panel about how to use PA result factor
3. modify PA start page text
Change-Id: I5e9d4f9ab63e231289ac2b0db5efee158ddee7f5
while the newer version of 3mf be load to older software
pressure_advance be unrecogized
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ie160759f58e573f8ad01a2941763016e9b070e9e
Probabilistic errors occur during the calibration process, resulting in the inability to continue the flow rate calibration
Change-Id: I132b08755383f358c5573610a51f91aacf912ca9
1. check the flow rate save name valid
2. fix the crash when saving with Chinese symbols
3. handle the display of Chinese symbols
Change-Id: I3abe99ba17b2cc5893431d48de11a9597bf489a6
fix the issue of deleting plate name after entering some character
Change-Id: I572a922b05b3f5e83ad956a7b4fb197430f13df5
(cherry picked from commit bfb5f58e1d29a6f518915882736453fe425ad984)
STUDIO-3616 Switching from U4 firmware to U6 firmware, calibration prompts version incompatibility
Change-Id: I42cbc5057765b9a3b06bb100763995c14f5f1e69
GCC 13 requires an explicit #include <cstdint> for the std::uint32_t data type used by this file. Adding this include allows for the whole project to successfully be compiled on GCC 13