Lukas Matena
ed8c373dc7
Merge branch 'lm_purging_volumes_SPE-2147' into master_27x
2024-03-20 14:42:06 +01:00
YuSanka
614ff46b78
WipeTowerDialog: Fixed layout of StaticBoxes
2024-03-20 14:41:26 +01:00
Lukas Matena
37d6b7ea1b
Polishing the dialog, added parameter tooltips, fixed warnings
2024-03-20 14:41:26 +01:00
YuSanka
88234446e2
WipeTowerDialog fixed rotated text
2024-03-20 14:41:26 +01:00
Lukas Matena
5987419002
Purging volumes: update backend
2024-03-20 14:41:26 +01:00
Lukas Matena
c0aba8e2ca
Add the default/custom switch into project settings
2024-03-20 14:41:26 +01:00
Lukas Matena
e1b2bd4155
WipeTowerDialog now uses filament_purging_multiplier
2024-03-20 14:41:26 +01:00
Lukas Matena
0988bf2998
Removed some of the new parameters
2024-03-20 14:41:26 +01:00
Lukas Matena
cf8bada036
Updated WipingDialog
2024-03-20 14:41:26 +01:00
Lukas Matena
8345a82b1c
Remove wiping_volumes_extruders
2024-03-20 14:41:26 +01:00
Lukas Matena
e8fd6951ad
Purging volumes new parameters
2024-03-20 05:51:03 +01:00
Lukas Matena
db7a89b183
Revert "Disable nil_value() for enum and remove NilValue<Enum>."
...
This reverts commit 58e32e173b76450ead43f095aee1f8650aae2fad.
2024-03-19 14:47:32 +01:00
MGunlogson
3e98afa71d
SPE-2151: Fix dynamic overhang speed doesn't respect pressure equalizer limits. Don't apply pressure equalizer after long travels.
...
This commit comes from https://github.com/prusa3d/PrusaSlicer/pull/9622 with just minor refactoring.
2024-03-15 13:27:49 +01:00
andrewboktor
122d876bca
SPE-2111: Rewrite the spiral vase with interpolation between layers.
...
- Adds transition out to prevent a sharp edge at the top of the spiral vase.
- Interpolation in the X and Y axes is used whether vase mode is enabled.
- Maximum smoothing is automatically calculated from the nozzle diameter.
This commit comes from https://github.com/prusa3d/PrusaSlicer/pull/12142 with some refactoring.
Co-authored-by: Andrew Boktor <aboktor@microsoft.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: Vovodroid <vovodroid@users.noreply.github.com>
Co-authored-by: Tom Glastonbury <t@tg73.net>
Co-authored-by: Lukáš Hejl <hejl.lukas@gmail.com>
2024-03-15 13:26:56 +01:00
Lukáš Hejl
b1f5ef354b
SPE-2184: Fix traveling outside the print area during wiping with enabled arcs.
2024-03-15 13:23:57 +01:00
Lukas Matena
ea65285999
Merge branch 'ms_cancel_object' into master_27x
2024-03-14 15:43:18 +01:00
Martin Šach
1c2e3aed74
Fix reset on layer change by keeping it all the time
2024-03-14 15:42:52 +01:00
Martin Šach
d556969b2b
Add G92 at the start of every object
2024-03-14 15:42:52 +01:00
Martin Šach
0894ac6d72
Evaluate maybe change instance lazily
2024-03-14 15:42:52 +01:00
Martin Šach
f850433e2b
Cancel instance before moving to a next object in sequential print
2024-03-14 15:42:52 +01:00
Martin Šach
cb9aaf8b58
Allow cancelling toolchanges in multitool sequential print
2024-03-14 15:42:52 +01:00
Martin Šach
d15e82135e
Exclude skirt and brim from 'instance' annotation
2024-03-14 15:42:52 +01:00
Martin Šach
08fa362abd
Fix undefined behaviour in maybe change instance
2024-03-14 15:42:52 +01:00
Martin Šach
8119bb2925
Implement cancel object for toolchanges.
...
Toolchages (wipe tower/no wipe tower) are always kept and if there are
any toolchanges, the objects are split at the begining of each instance,
while the first travel is always part of the "next" instance.
2024-03-14 15:42:52 +01:00
Martin Šach
0207819b57
Split objects in the middle of travel. This works only for single extruder setups (no toolchanges), but is a step forward
2024-03-14 15:42:52 +01:00
Martin Šach
28d935b0b3
Improve cancel object label placement.
...
* Make LabelObjects hold more state
* Place cancel object labels at proper positions in the gcode
2024-03-14 15:42:52 +01:00
Martin Šach
fdbe119658
Make LabelObjects hold state.
...
* This enables setting the object flags anywhere in gcode.
* The flags are then set in such a way that cancel object behaves as expected.
2024-03-14 15:42:52 +01:00
Martin Šach
58e32e173b
Disable nil_value() for enum and remove NilValue<Enum>.
...
Fixes: https://github.com/prusa3d/PrusaSlicer/issues/12455 .
2024-03-13 12:15:46 +01:00
Lukas Matena
718afc9876
Merge branch 'lm_cancel_object' into master_27x (SPE-1864)
2024-03-11 12:53:41 +01:00
Lukas Matena
778b5263a4
Object info emmision into metadata
2024-03-11 12:51:03 +01:00
Lukas Matena
9245223f85
Fixes in phrases
2024-03-11 11:20:12 +01:00
Lukas Matena
b133579126
Merge branch 'ms_fix_bridge_anchoring' (see SPE-2031 for list of issues)
2024-03-05 14:36:35 +01:00
Martin Šach
78cd2f9e68
Move IndexRange.hpp to LayerRegion.hpp and fix warnings
2024-03-05 14:35:41 +01:00
Martin Šach
555424ffbb
Fix test of layer region expansion - angle can be N * pi, not just 0.
2024-03-05 14:35:41 +01:00
Martin Šach
74a38ed4f3
Fix: Anchor bridges to top solid infill.
...
Fixes SPE-2031.
2024-03-05 14:35:41 +01:00
Martin Šach
bb2186cbcf
Refactor: expand_merge_surfaces now uses expansion_zones.
...
This enables addition of other expansion zones in the future.
For example to make sure bridges are anchored properly even
if there is top fill next to them.
2024-03-05 14:35:41 +01:00
Martin Šach
4d0bae1d3f
Refactor: Move bridge expansion to separate function.
...
This will enable using it in the other expansion calls.
2024-03-05 14:35:41 +01:00
Martin Šach
81d9724436
Refactor: Allow any number of expansion zones in expand_bridges.
...
Split the function expand_bridges_detect_orientations into
multiple functions. And allow any number of expansion zones
by using a vector instead of explicitly listing the
parameters.
2024-03-05 14:35:41 +01:00
Martin Šach
9797110a96
Refactor: Move "LayerRegion" to separate header and add a test.
...
Move declarations associated with LayerRegion to a separate header file.
Add test for bridge surface expansion to enable further refactoring.
2024-03-05 14:35:40 +01:00
Lukas Matena
5dc1699b0e
Merge branch 'fs_SPE-2155' into master_27x
2024-03-05 14:34:37 +01:00
Filip Sykala - NTB T15p
99a08efc9c
Disallow import of 3mf without mesh, which are not produced by PrusaSlic3r
2024-03-05 14:34:13 +01:00
Filip Sykala - NTB T15p
1696e0447b
Use strict schema name.
...
Limit file size of .rels
Remove unneccesary end tag processing
Skip errors from loadind relations(to support previous behavior without .rels file)
Fix not setted PPath in component.
Add support for PPath in build item
2024-03-05 14:34:13 +01:00
cmguo
f092f4ccd5
Support 3MF Production Extension (PR #10808 by @cmguo)
2024-03-05 14:33:30 +01:00
Lukas Matena
d5b9cffdd9
Bumped up version to 2.7.3-alpha0
2024-02-29 21:12:29 +01:00
Lukas Matena
29ce2faa4a
Merge tag 'version_2.7.2' into master_27x
...
version_2.7.2
2024-02-29 21:05:49 +01:00
Lukas Matena
4f035bceb7
Bumped up version to 2.7.2
version_2.7.2
2024-02-29 14:03:32 +01:00
Lukas Matena
c45655f330
Merge branch 'lm_skinnydip' into master_27x
2024-02-28 16:10:08 +01:00
Lukas Matena
2c06490145
Fixed visual glitch in RammingChart
2024-02-28 16:05:15 +01:00
Lukas Matena
2385a65bd3
Wipe tower: Fixed issues with overlapping extrusions:
...
The commit contains quite a bit of refactoring, but the key change is at the
end of save_on_last_wipe. It was missing the subtraction of the wipe volume
from the respective member variable, so the tower would attempt to wipe too
much volume into the shrunk area.
2024-02-28 16:05:15 +01:00
Lukas Matena
2791886657
Wipe tower: changed default value for stamping speed
2024-02-28 16:05:15 +01:00