8 Commits

Author SHA1 Message Date
Lukas Matena
2d54db2e35 SPE-2665: Incorrect size of thumbnails when slicing using CLI 2025-01-30 09:41:51 +01:00
Martin Šach
532180a23d Add invalid states icons 2024-12-13 12:34:21 +01:00
Martin Šach
dbb12e9537 Autoslicing and aggregated statistics
- Call print apply on all print within update_background_process
- Render multiple bed thumnail only when there is a reason to (by
  requesting extra frame)
- Show status of the slicing process for each bed
- Add aggregated statistics
2024-12-13 10:36:26 +01:00
YuSanka
324763a90e Nicer bed selector dialog 2024-11-20 16:04:15 +01:00
Lukáš Hejl
8cd2e8264a Fix a few MSVC compiler warnings. 2024-11-18 23:33:40 +01:00
YuSanka
da79ad4937 Fixed a crash, when press "Esc" key in TextEdit control
Fix for #13458 - Crash using cut tool. (SPE-2545)
2024-11-11 11:57:18 +01:00
Lukas Matena
4ae7a7c885 Moved libvgcode to src for now (to avoid conflicts) 2024-07-08 15:37:02 +02:00
Martin Šach
21116995d7 Refactor CMake and improve #includes.
* 1. Remove all global include_directories.
* 2. Move 3d party dependencies from src to budled deps if possible.
* Unify and enforce one way of including headers:
    e.g. #include "libslic3r/GCode.hpp" vs #include "GCode.hpp"
    (always use the "libslic3r/GCode.hpp" option).
* Make all dependencies (also header only) a cmake target.
2024-07-08 15:36:46 +02:00