SoftFever
cf4aceec79
remove filament_max_volumetric_speed cap
2023-11-15 19:03:16 +08:00
Noisyfox
b1a164b67f
Fix scaling of min_width_top_surface
when using abs value ( #2725 )
2023-11-14 17:15:29 +08:00
SoftFever
5213fbfa86
Support initial_tool variable for filename format
2023-11-13 22:25:32 +08: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
Noisyfox
6510fd4054
Hide raycast debug window
2023-11-11 16:27:44 +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
SoftFever
c860680b21
Fixed a issue that support_bottom_z_distance was not working as expected.
...
Fixed #2667
2023-11-10 19:46:01 +08:00
SoftFever
edb5676dd1
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
cf5c19fa24
Merge remote-tracking branch 'origin/main' into dev/gizmo
2023-11-10 09:57:11 +08:00
Ocraftyone
120a3576a0
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
f16feff2a4
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
SoftFever
df0a49a73d
Fix retraction issues
2023-11-09 20:54:33 +08:00
Noisyfox
5f001c89fd
Merge remote-tracking branch 'origin/main' into dev/gizmo
2023-11-08 09:14:28 +08:00
Noisyfox
c0a8f430f8
Add back the option to disable ensure vertical shell thickness
and detect narrow internal solid infill
( #2626 )
...
* Add back the option to disable `ensure vertical shell thickness` (#2602 )
* Add back the option to disable `detect narrow internal solid infill` (#2623 )
2023-11-06 23:21:07 +08:00
SoftFever
9f599cd51f
Fixed #2537 : pa pattern issues on delta printers
2023-11-06 23:02:40 +08:00
SoftFever
4eae93080f
Fix vector too long issues
2023-11-06 18:32:19 +08:00
Noisyfox
28e2995a01
Cut: Fix crashing in programming cut. Also fixes the cut z offset.
2023-11-05 16:03:10 +08:00
enricoturri1966
18406c31c0
Cut: Initial porting of Cut Gizmo
2023-11-04 11:41:11 +08:00
Noisyfox
4843cda535
Measure: Use Orca color schema
2023-11-04 11:41:11 +08:00
enricoturri1966
f72d42f920
Measure: Initial porting of Measure Gizmo
2023-11-04 11:41:10 +08:00
enricoturri1966
d2d77456ac
Tech ENABLE_RAYCAST_PICKING - Rendering for rectangle selection made only inside the rectangle, on systems supporting framebuffers
...
Various other refactorings & fixes
(cherry picked from commit prusa3d/PrusaSlicer@39b1222b22 )
2023-11-04 11:41:09 +08:00
enricoturri1966
f0199159e7
Removed tech ENABLE_RENDER_PICKING_PASS
...
(cherry picked from commit prusa3d/PrusaSlicer@f45711e7e5 )
2023-11-04 11:41:09 +08:00
enricoturri1966
3577a259d5
Tech ENABLE_RAYCAST_PICKING - Raytraced picking of volumes
2023-11-04 11:41:06 +08:00
enricoturri1966
4fb5b1f904
Cherry-picked a few changes from Tech ENABLE_GL_CORE_PROFILE
2023-11-04 11:41:06 +08:00
enricoturri1966
fe78e40cb4
Various fixes
2023-11-04 11:41:06 +08:00
enricoturri1966
d09dc36ff1
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: GLVolume geometry + removed class GLIndexedVertexArray from codebase
...
(cherry picked from commit prusa3d/PrusaSlicer@1eac357739 )
2023-11-04 11:41:04 +08:00
Lukáš Hejl
499b9d1be8
Fix various memory leaks
...
(cherry picked from commit prusa3d/PrusaSlicer@deb17c5920 )
2023-11-04 11:41:03 +08:00
enricoturri1966
354f8e20fb
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to:
...
1) allow for custom vertex data layout
2) allow for custom index data format
3) allow for any OpenGL primitive type
(cherry picked from commit prusa3d/PrusaSlicer@afcac6e2ea )
2023-11-04 11:41:00 +08:00
enricoturri1966
7e04448b7a
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Various Gizmos updates and fixes
...
prusa3d/PrusaSlicer@35dd03e8cb
prusa3d/PrusaSlicer@bcaa0d38bd
prusa3d/PrusaSlicer@2673994471
prusa3d/PrusaSlicer@0e3a3aa522
prusa3d/PrusaSlicer@08a2711034
prusa3d/PrusaSlicer@f6f95808cc
prusa3d/PrusaSlicer@81edc7d752
prusa3d/PrusaSlicer@0b6e2b4aec
prusa3d/PrusaSlicer@71f08841f9
2023-11-04 11:41:00 +08:00
enricoturri1966
28d0147d09
Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation
...
(cherry picked from commit prusa3d/PrusaSlicer@d0bff2d996 )
2023-11-04 11:41:00 +08:00
Noisyfox
528fb630bc
Organic: Fix support blocker ( #2595 )
...
Expand blockers a little bit to compensate the error in facet projection
2023-11-04 02:42:30 +08:00
Rob Trame
f1345d276b
Fix typos and style inconsistencies related to configuration ( #2580 )
...
* Fix 'min' accidentally defined as 'max'
* Remove duplicate retract_lift_above/below definitions
* Add correct unit for jerk
* Make speed tooltip consistent with others
* Remove accidental 's' in Qidi XPlus config
* Remove trailing comma in RatRig config
* Add 'type' field to KP3S PRO configs
* Revert "Make speed tooltip consistent with others"
This reverts commit 16c0575181
.
* Revert "Remove duplicate retract_lift_above/below definitions"
This reverts commit 54ca51f3de
.
* Remove non-translated retract_lift_above/below definitions
* Update PrintConfig.cpp
Revert jerk unit
2023-11-04 02:41:13 +08:00
SoftFever
8fcaef53f7
skip only one wall top checking for bridges
2023-11-03 18:35:46 +08:00
SoftFever
4fe80bcbc5
remove staff_pick_switch
2023-11-03 18:35:46 +08:00
Ocraftyone
d574816aef
Add default page selection ( #2569 )
...
Add option to change default page
2023-11-02 18:28:13 +08:00
SoftFever
61e05f9bd1
Fixed #2562 : disable extra perimeters over overhangs for spiral vase
2023-11-01 23:12:22 +08:00
Ocraftyone
06f966e43a
Add splash screen toggle ( #2568 )
...
Add preferences option to toggle splash screen
2023-11-01 16:47:14 +08:00
SoftFever
ac67387c7d
Fixed #2527 : missing THUMBNAIL_BLOCK_START
2023-10-30 23:00:43 +08:00
SoftFever
7e91d68493
add overall_chamber_temperature
variable
2023-10-30 19:53:22 +08:00
SoftFever
3fca10d7f8
Fixed #2245 : change min value of *_speed parameters from 0 to 1
2023-10-30 19:49:30 +08:00
SoftFever
6fe5abc8cc
Fix Process_T
2023-10-30 00:09:01 +08:00
SoftFever
338f4609f3
skip relative e distance check for BBL
2023-10-29 17:54:35 +08:00
SoftFever
7ff4005c22
Fix errors when slicing A1 mini
2023-10-29 12:16:16 +08:00
SoftFever
db97f91abc
Enable cancel object for multi color printing(BBL)
2023-10-28 22:50:37 +08:00
Ioannis Giannakas
cee0cbe49a
Updated tool tip and removed min print speed disabling when slowdown for layer cooling is de-selected ( #2524 )
...
* Updated tool tip and removed min print speed disabling when slowdown for layer cooling is de-selected
* Updated tool tip to make it explicit when this setting is used.
2023-10-28 21:55:48 +08:00
mariuske
7a71db1df0
Fixed minor typo ( #2519 )
2023-10-27 21:31:38 +08:00
Microdog
d6c9463a31
fix: fix cooling overhang threshold ( #2508 )
2023-10-27 21:30:23 +08:00