* 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
* Enhance GCode handling for Z-axis movements
- Updated `travel_to_z` method to include a `force` parameter, allowing forced Z movements.
- Modified GCode generation logic to ensure Z position is restored after unknown last positions.
- Enforce z restoreation after tool changer
* Improve filament_multitool_ramming logic
* fix indent
* fixes: 999 CMake Warnings at src/dev-utils/CMakeLists.txt:39 (add_custom_command)
* cmake clenup: adds PUBLIC/PRIVATE to libslic3r; attempt to reduce warnigns from eigen
* src/*/CMakeLists.txt: adds SYSTEM to arget_include_directories()
* src/*/CMakeLists.txt: removes duplicate sources from lisbslic3r_sources and SLIC3R_GUI_SOURCES"
* .gititnore: adds CMakeLists.txt.user and CMakeLists.txt.autosave
* deps_src/*/CMakeLists.txt: adds SYSTEM to arget_include_directories()
* removes #pragma once from .cpp file
As you can see, it's checkin the local variable
`custom_gcode_placeholders` which comes from
`custom_gcode_specific_placeholders()` which is:
```
const std::map<t_custom_gcode_key, t_config_option_keys>& custom_gcode_specific_placeholders()
{
return s_CustomGcodeSpecificPlaceholders;
}
```
not s_CustomGcodeSpecificOptions
Implement a check for projects created with OrcaSlicer 2.3.1-alpha to warn users about potential issues with infill rotation template settings. If the infill pattern is not safe to rotate, prompt the user to clear the rotation template settings to avoid print quality issues.