24693 Commits

Author SHA1 Message Date
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
enricoturri1966
fad42fb8f3 SPE-2183 - Modified LibBGCode.cmake to get latest version of libbgcode, where an out of bound access has been fixed into function MeatPack::unbinarize() (#12390) 2024-03-18 16:10:06 +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
rtyr
cfbbd443b1
Updated min_slic3r_version 2024-03-12 07:19:47 +01:00
rtyr
3b972856e1
Merge pull request #12435 from MidnightLink/patch-3
Update RatRig.ini
2024-03-12 07:18:59 +01:00
Lonk
6976ba6e74
Update RatRig.idx 2024-03-11 16:07:11 -04: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
de1e8b8953 Merge branch 'lm_ys_nx_console' (SPE-2028, SPE-2164) 2024-03-11 10:27:46 +01:00
YuSanka
1afb514fa1 CLI: Printers with no vendor information are added for "--query-printer-profile" 2024-03-11 10:27:22 +01:00
YuSanka
7553d26b3c Fixed OSX build 2024-03-11 10:27:22 +01:00
YuSanka
d0e31a0e61 CLI: If model for slicing is loaded from 3mf file, then its geometry has to be used and arrange couldn't be apply for this model.
So, check a state of "dont_arrange" parameter and set it to "true", if its value is "false".
2024-03-11 10:27:22 +01:00
YuSanka
ce910eb60a CLI: Fixed "query-printer-models".
If printer_technology options isn't used, then ALL installed printer models will be returned.
2024-03-11 10:27:22 +01:00
YuSanka
a46980ca47 Added CLI options to slice using the installed profiles
SPE-2164
2024-03-11 10:27:22 +01:00
YuSanka
f4f1eb5f9b Information about extruders count is added for each of printer profiles
+ Added JsonUtils to post-process written json.
2024-03-11 10:27:22 +01:00
Lukas Matena
fbe63ba1ab Improvements and refactoring of datadir handling 2024-03-11 10:27:22 +01:00
YuSanka
5bea4e7104 Follow-up 85c0d636 - Fix for get_printer_profiles_node()
Clear nodes before filling.
+ Fixed tooltips for "query-..." options
2024-03-11 10:20:29 +01:00
YuSanka
eb8a460b24 ProfilesSharingUtils : Improvements for requests.
"query-printer-models" and "query-print-filament-profiles" return presets which are separated to "user" and regular print/material/printer profiles

+ Removed print of state information
2024-03-11 10:20:29 +01:00
YuSanka
5f5147377e Move ProfilesSharingUtils to backend (to libslic3r from GUI) 2024-03-11 10:20:29 +01:00
YuSanka
02b65b2366 ProfilesSharingUtils : Implemented load_full_print_config() function to load full print config from PresetBundle. 2024-03-11 10:20:29 +01:00
YuSanka
61ceac8ea2 ProfilesSharingUtils : Improvements for requests.
* "query-printer-models" is extended to expose printer presets for each printer variant
* "query-printer-profiles" is currently commented as not-used
* "query-print-filament-profiles" is extended to expose "is_user_profile" state for each print/material profiles

+ Removed includes related to GUI.
+ Removed a code to loaded all known vendors.
2024-03-11 10:20:29 +01:00
YuSanka
4e997d8dd5 ProfilesSharingUtils : Implemented detection of the application DataDir to avoid manual set for this value.
Use just native functions (without wxWidgets)
Note: Most of code is extracted from wxWidgest (wxStandardPaths and wxFileName classes implementation) to avoid use of wxString
2024-03-11 10:20:27 +01:00
YuSanka
4f0894aa6c SPE-2028 : Implement the command line interface for querying presets 2024-03-11 10:17:36 +01:00
MidnightLink
3c93eb892e
Update RatRig.idx
Added 1.0.3 changes
2024-03-09 19:25:33 -05:00
MidnightLink
0a2f244443
Update RatRig.ini
Update start_gcode to RatRig recommended.
Updated flavor to klipper
2024-03-09 19:20:10 -05:00
YuSanka
8c2f6d7b7d Fixed an update of Searcher on UI recreation.
Bug was caused by fa86a3d0, when instance of searcher was moved to GuiApp
and as result wasn't recreate on UI recreation.
Searcher instance is in MainFrame now.
2024-03-06 12:21:39 +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