Noisyfox
eacea29b49
Various infill improvements ( #2716 )
...
* Fix issue that sparse infill threshold no longer working
* Turn all internal sparse infill into solid infill if infill density is 100%
* Allow combining solid infill when sparse infill density is 100%
2023-11-29 21:28:23 +08:00
Noisyfox
168b454a33
Some changes to gcode window toggles ( #2704 )
...
* Show gcode window automatically (#2572 )
* Move the show gcode toggle to view menu, and remember if gcode window is shown last time
* fix an issue when merging main branch
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2023-11-29 21:19:56 +08:00
Ioannis Giannakas
e49df77b78
Fix purging not working for BBL printers ( #2912 )
2023-11-28 20:44:29 +08:00
andrewboktor
7ac360c008
Fuzzy skin fixes + on/off for first layer ( #2903 )
...
* Fixing fuzzy skin so it doesn't exit the desired geometry at line ends
Adding option to enable/disable fuzzy skin on first layer
* Whitespace + removing extra file
2023-11-28 15:40:26 +08:00
Ioannis Giannakas
e6c11953e2
Fix crash when closing application ( #2904 )
...
* Update GUI_ObjectList.cpp
* Update GUI_ObjectList.cpp
2023-11-27 21:39:16 +08:00
Ioannis Giannakas
cb01704be6
Internal Bridge Flow rate parameter introduction ( #2859 )
...
* Internal Bridge Flow rate parameter introduction
* updated incorrect capitalisation
* Updated parameter ordering
2023-11-26 21:43:47 +08:00
Noisyfox
31d32d91a9
Another fix to the preview shell ( #2821 )
2023-11-22 23:21:34 +08:00
Noisyfox
e424281da9
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
Noisyfox
3244802a73
Fix color blending of preview shells ( #2799 )
2023-11-19 22:20:42 +08:00
SoftFever
2146afe9ea
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
3a5bcdc6b3
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
66471b0fd1
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
1929ec306b
Merge branch 'main' into dev/gizmo
2023-11-19 15:47:47 +08:00
niklasb
b4d14f6e77
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
f7dcfb188a
Fix toolbar rendering on Windows
2023-11-18 17:24:08 +08:00
Noisyfox
d884d5f847
Bring back anti-aliasing to toolbar icons ( #2739 )
2023-11-18 14:51:22 +08:00
enricoturri1966
71052dd3be
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
9bf8c87584
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
83b9fe2741
Merge branch 'main' into dev/gizmo
2023-11-17 09:18:31 +08:00
SVNMLR
9e48b07f0c
[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
7a6d62211b
fix thumbnails regression
2023-11-17 07:54:59 +08:00
Noisyfox
d2e24fa039
Fix layer height modifier layout ( #2708 ) ( #2756 )
2023-11-16 19:15:37 +08:00
SoftFever
99c77e440d
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
e23b305b53
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
c794ac4e24
fix wipe tower bug: filament end inserted twice
2023-11-16 01:00:59 +08:00
SoftFever
c9c8e4f471
limit max wipe tower speed to 90 mm/s
2023-11-16 00:59:45 +08:00
SoftFever
72a0697419
remove filament_max_volumetric_speed cap
2023-11-15 19:03:16 +08:00
Noisyfox
e39e75498c
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
9094a3ee28
Fix scaling of min_width_top_surface when using abs value ( #2725 )
2023-11-14 17:15:29 +08:00
SoftFever
ebc438cc10
Support initial_tool variable for filename format
2023-11-13 22:25:32 +08:00
Noisyfox
c52e3bb54c
Merge branch 'main' into dev/gizmo
2023-11-12 11:03:05 +08:00
SoftFever
c5240b534b
fixed an issue when purge_in_prime_tower is disabled for non bbl printers
2023-11-12 09:52:07 +08:00
SoftFever
a437eb471e
Fix a regression issue that retraction is not correct when wipe is off
...
Fix #2697
2023-11-12 09:52:07 +08:00
Noisyfox
980c616095
Merge branch 'main' into dev/gizmo
2023-11-11 16:28:17 +08:00
Noisyfox
162862d3ef
Hide raycast debug window
2023-11-11 16:27:44 +08:00
Noisyfox
fcaf8cee17
Fix min brush size when using scroll wheel ( #2534 ) ( #2693 )
2023-11-11 15:15:57 +08:00
YuSanka
2478305d92
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
f907e778c1
Merge branch 'main' into dev/gizmo
2023-11-10 23:32:14 +08:00
Noisyfox
160a5adf31
Rewrite bed raycaster registering that fixes crash when creating new project
2023-11-10 23:02:11 +08:00
SoftFever
4bcbabff9a
Fixed a issue that support_bottom_z_distance was not working as expected.
...
Fixed #2667
2023-11-10 19:46:01 +08:00
SoftFever
c65cd92596
Fixed a bug that filament start gcode was inserted twice when wipe tower is enabled
...
fixed #2673
2023-11-10 18:00:56 +08:00
Noisyfox
b7c3cd1b9d
Fix complie error after merge
2023-11-10 10:54:02 +08:00
Noisyfox
33eca28f10
Merge remote-tracking branch 'origin/main' into dev/gizmo
2023-11-10 09:57:11 +08:00
Ocraftyone
572bc2dabd
SS port - Change extrusion role gcode ( #2459 )
...
implement custom gcode for when the extrusion role is changed
Co-authored-by: supermerill <merill@free.fr >
2023-11-09 22:30:30 +08:00
Noisyfox
9fe1cbab3f
Fix cli segfault ( #2661 ) ( #2665 )
2023-11-09 22:22:43 +08:00
Noisyfox
4c32f59556
Fixes scars on thing walls when "avoid crossing wall" is turned on ( #2659 )
...
* Travel very close to the inner holes, could cross external perimeter when the avoid crossing perimeters was enabled.
(cherry picked from commit prusa3d/PrusaSlicer@6c51e5148c )
* Modified variable offset in the avoid crossing perimeters to not cause scars on thin objects (#7699 ).
Previously, the minimum contour width was chosen too conservative and, on some thin objects, only allowed minimal (or non) offset. This could result in travels being planned along the outer perimeter.
Now, the minimum contour width is chosen much smaller at the start and tested if the variable offset wasn't failed (the outer contour broke up into more parts, more or fewer holes, etc.).
If any problem is detected, the variable offset is recalculated with a larger minimum contour width.
(cherry picked from commit prusa3d/PrusaSlicer@dc00f0bf98 )
---------
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com >
2023-11-09 22:21:44 +08:00
Noisyfox
addf53fadb
Fix some gui issues ( #2653 )
...
* Fix text gizmo input dialog caption alignment
* Fix issue that layer slider top/bottom label left edge been cut by draw region (#2603 )
2023-11-09 22:19:40 +08:00
SoftFever
d3694427c0
Automatically recover from corrupted config file
2023-11-09 22:09:41 +08:00
SoftFever
12ea2b5190
Fix retraction issues
2023-11-09 20:54:33 +08:00
Noisyfox
c66fdccea6
Merge remote-tracking branch 'origin/main' into dev/gizmo
2023-11-08 09:14:28 +08:00