Ocraftyone
d13bbb1890
Fix blank DataViewItem being added to objects list
2023-11-27 05:42:01 -05:00
Ocraftyone
8e26df2815
Fix macOS build issue
2023-11-27 04:34:01 -05:00
Ocraftyone
a3d292ff71
Remove duplicate variable from OrcaSlicer.cpp
2023-11-27 02:50:36 -05:00
Ocraftyone
0944c4254b
fix ubuntu build
2023-11-25 23:10:07 +00:00
Ocraftyone
8a0b3953ed
update ScalableBitmap to use bmp bundles
...
use wxBitmapBundle by default
add flag to use old scaled bitmap function (specifically to solve issue with advanced toggle)
2023-11-23 05:05:13 -05:00
Ocraftyone
7f83f460e1
fix up some more todos in wxExtensions
2023-11-22 06:00:55 -05:00
Ocraftyone
2b9cb53676
Update ScalableButton
...
change the signature and remove functions/vars pertaining to a default bmp
fix TODOs in ScalableButton
Original Commit: Prusa3D/PrusaSlicer@066b567
Co-authored-by: YuSanka <yusanka@gmail.com >
2023-11-22 05:43:35 -05:00
Ocraftyone
3a3301b051
update BitmapCache::from_svg
...
disable finding bundle in the cache to match load_svg
update to match values used in load_svg
2023-11-22 05:35:00 -05:00
Ocraftyone
01398dd848
Update names in wxExtensions
...
-Rename msw_rescale to sys_color_changed
-Replace GetBmpSize, GetBmpWidth, GetBmpHeight with renamed version (same name without "Bmp")
Both of these changes were also made by PrusaSlicer.
Original Commit: Prusa3D/PrusaSlicer@066b567
Co-authored-by: YuSanka <yusanka@gmail.com >
2023-11-22 04:12:26 -05:00
Ocraftyone
3b5c571b1c
Merge branch 'main' into enh-update-wxwidgets
2023-11-22 00:52:43 -05:00
Ocraftyone
51622326bf
solve ObjectDataViewModel todos
...
leaving colPrint and colEditing cases alone as it does not seem to impact anything
2023-11-22 00:36:16 -05:00
Ocraftyone
bc21ab61f5
Dim the icon on ComboBox when disabled
2023-11-21 07:38:40 -05:00
Noisyfox and zhou.xu
03a9014d3a
Show wireframe in MMU painter gizmo ( #2808 )
...
* Remove unused shader files
* Port wireframe shader from BBS
* Enable wireframe in MMU painter
Co-Authored-By: zhou.xu <zhou.xu@bambulab.com >
---------
Co-authored-by: zhou.xu <zhou.xu@bambulab.com >
2023-11-21 17:17:22 +08:00
Ocraftyone
53bc949580
Merge branch 'main' into enh-update-wxwidgets
...
# Conflicts:
# src/nanosvg/README.txt
# src/nanosvg/nanosvg.h
# src/nanosvg/nanosvgrast.h
# src/slic3r/GUI/BitmapCache.cpp
# src/slic3r/GUI/BitmapCache.hpp
# src/slic3r/GUI/ImGuiWrapper.cpp
2023-11-19 19:34:50 -05:00
Noisyfox
70d86af253
Fix color blending of preview shells ( #2799 )
2023-11-19 22:20:42 +08:00
SoftFever
5c64a0587a
Fix toolbar rendering on Windows ( #2784 )
...
Currently on windows, when you resize the window relatively small, the
end of the toolbar will be clipped like so:

This is what it look like on Linux/macOS:

This PR fixes this issue so it behaves like on Linux/macOS:

2023-11-19 19:10:01 +08:00
SoftFever
93f62a47f5
Merge pull request #2780 from Noisyfox:bugfix/amd-png
...
Fix PNG build plate texture not rendering on AMD GPUs
2023-11-19 19:08:04 +08:00
Ioannis Giannakas
cd475f0f94
Add option to "Reverse only internal perimeters" under the reverse on odd feature to reduce part warping ( #2722 )
2023-11-19 19:02:47 +08:00
SoftFever
df48b05f73
Merge branch 'main' into dev/gizmo
2023-11-19 15:47:47 +08:00
Ocraftyone
6e7dfc54e4
Show dropdown when editing is started
2023-11-19 02:10:15 -05:00
Ocraftyone
3f0083c5a7
Update some todos
2023-11-19 02:04:29 -05:00
niklasb
8ca0d79b05
Adds overview for custom gcodes like pause, change filament, custom #2191 ( #2728 )
...
* Adds overview for custom gcodes like pause, change filament, custom
* Fix: incorrect time display of inserted pauses
2023-11-19 00:04:30 +08:00
Noisyfox
a590d4cead
Fix toolbar rendering on Windows
2023-11-18 17:24:08 +08:00
Noisyfox
67fe5ee7f5
Bring back anti-aliasing to toolbar icons ( #2739 )
2023-11-18 14:51:22 +08:00
enricoturri1966
8c0cf34a6c
Fixed generation of texture mipmap using glGenerateMipMap (added also for png)
...
Fix mipmap of compressed textures on AMD Radeon graphics cards by forcing the use of squared power of two textures
(cherry picked from commit prusa3d/PrusaSlicer@971f2a08e2 )
(cherry picked from commit prusa3d/PrusaSlicer@eee4453993 )
2023-11-18 10:21:41 +08:00
Lukas Matena
67c1f40eae
Fixed a crash when deleting the last object with autocenter enabled ( prusa3d/PrusaSlicer#11186 ).
...
(cherry picked from commit prusa3d/PrusaSlicer@926af1ab8d )
2023-11-17 09:32:45 +08:00
Noisyfox
f6e4c48fe7
Merge branch 'main' into dev/gizmo
2023-11-17 09:18:31 +08:00
SVNMLR
4dcfd97181
[Multi Material] Fix first layers of prime tower when using "no sparse layers" ( #2764 )
...
* MM - Add check for first layer
* Change: If no sparse layer is on -> Respect the toolchange in the first-layer checkup, to use a brim and slow down printspeed if using a primetower
* Fix comment
2023-11-17 08:01:52 +08:00
SoftFever
9505f93717
fix thumbnails regression
2023-11-17 07:54:59 +08:00
Noisyfox
2fc5a7d01e
Fix layer height modifier layout ( #2708 ) ( #2756 )
2023-11-16 19:15:37 +08:00
SoftFever
565732a027
remove print_flow_ratio from profiles and hide it from process setting. It should be only displayed for parts
2023-11-16 19:07:40 +08:00
Exerqtor
f61c504696
Fix for QOI thumbnails not working ( #2755 )
...
Fix for QOI not working
Should remidy the issues in https://github.com/SoftFever/OrcaSlicer/issues/2741
2023-11-16 18:13:08 +08:00
SoftFever
bbdd580bb1
fix wipe tower bug: filament end inserted twice
2023-11-16 01:00:59 +08:00
SoftFever
930e1b3bdf
limit max wipe tower speed to 90 mm/s
2023-11-16 00:59:45 +08:00
SoftFever
cf4aceec79
remove filament_max_volumetric_speed cap
2023-11-15 19:03:16 +08:00
Noisyfox
016d3a74eb
Improve Windows crash log ( #2736 )
...
* Show RVA of each call stack so we can locate the symbol with pdb file
* CI upload pdb file
2023-11-15 19:00:55 +08:00
Noisyfox
b1a164b67f
Fix scaling of min_width_top_surface when using abs value ( #2725 )
2023-11-14 17:15:29 +08:00
Ocraftyone
cbbeb55989
update a few todos
2023-11-13 13:54:13 -05:00
SoftFever
5213fbfa86
Support initial_tool variable for filename format
2023-11-13 22:25:32 +08:00
Ocraftyone
62d689b03e
Merge branch 'main' into enh-update-wxwidgets
2023-11-13 00:58:46 -05:00
Ocraftyone
553f72a2ac
Overhaul WipeTowerDialog
...
Removed simple version of the dialog since BBS removed the functionality but left the code.
Center the table (only seen when the table is smaller than the minimum size of the dialog)
Fix issue where editing a value causes the m_min_flush_label to change colors slightly
Fix an issue where changing a value or running an auto calc changes the disabled value from "-" to "0"
2023-11-13 00:56:25 -05:00
Noisyfox
d6c2192fe2
Merge branch 'main' into dev/gizmo
2023-11-12 11:03:05 +08:00
SoftFever
50f776fe6b
fixed an issue when purge_in_prime_tower is disabled for non bbl printers
2023-11-12 09:52:07 +08:00
SoftFever
15358b211d
Fix a regression issue that retraction is not correct when wipe is off
...
Fix #2697
2023-11-12 09:52:07 +08:00
Ocraftyone
c9284ccf09
fix WipeTowerDialog.cpp
2023-11-11 14:04:45 -05:00
Noisyfox
5669b4fef0
Merge branch 'main' into dev/gizmo
2023-11-11 16:28:17 +08:00
Noisyfox
6510fd4054
Hide raycast debug window
2023-11-11 16:27:44 +08:00
Noisyfox
4e5e5a7ae8
Fix min brush size when using scroll wheel ( #2534 ) ( #2693 )
2023-11-11 15:15:57 +08:00
YuSanka
799b0965f5
Fix for prusa3d/PrusaSlicer#11487 - Cut Connectors Broken when assigning part to other side
...
+ Added check objects after cut
+ CutUtils: Ensuring that volumes start with solid parts after solid parts merging for proper slicing
(cherry picked from commit prusa3d/PrusaSlicer@a9410edc2c )
2023-11-11 12:51:29 +08:00
Noisyfox
66d4b4d59a
Merge branch 'main' into dev/gizmo
2023-11-10 23:32:14 +08:00