* Add docs about time_estimate
* Fix: Problems with graceful program exit caused by Flutter refactoring
* Add: sw_OpenBrowser() & sw_OpenOrcaWebview
* Fix: NetworkTestDialog Crash & Add: Lan Device test \ cloud test
* feature add sentry for soft catch dmp
* feature add cli upload pdb to sentry server
* feature add flag for control sentry to use
* fix flag not effect on src/makefile
* feature unzip for dmp file to upload sentry server
* feature remove test code
* feature add api for function report log to server
* feature update the soft version
* feature merge mac sentry to win platform.
* fix mac build error bug
* feature add sentry config for mac cmake
* fix packed the soft and not copy dlls question
* fix windows not copy library bug
* feature remove test code
* feature add sentry for soft catch dmp
* feature add cli upload pdb to sentry server
* feature add flag for control sentry to use
* fix flag not effect on src/makefile
* feature unzip for dmp file to upload sentry server
* feature remove test code
* feature add api for function report log to server
* feature update the soft version
* Disable spiral_mode_smooth in calibrations
Causes problems when using absolute distances (use_relative_e_distances = false).
* Add note about absolute E distances in Smooth Spiral
Refactor DMG creation process in build workflow
* Update the OrcaSlicer DMG creation steps to exclude the profile validator helper from the main DMG.
* Introduce a dedicated directory for the main OrcaSlicer DMG and the profile validator DMG, ensuring a cleaner build process.
* Use symbolic links with the `-sfn` option to avoid issues with existing links.
This change enhances the organization of the build artifacts and improves the clarity of the DMG creation process.