25114 Commits

Author SHA1 Message Date
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
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
YuSanka
c857ae8db5 Fixed warnings 2024-03-04 11:28:16 +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
YuSanka
705102e947 Fixed a typo: Added missed "break" after previous merging 2024-02-29 15:00:57 +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
Lukas Matena
0736f68e77 Wipe tower: rebranded skinnydip to stamping 2024-02-28 16:05:15 +01:00
Lukas Matena
030cd934c5 Wipe tower: removed skinnydip_extra_move 2024-02-28 16:05:14 +01:00
Lukas Matena
c4d4c7f22e Wipe tower: tweaking MK4 specific behaviour 2024-02-28 16:05:14 +01:00
Lukas Matena
ba37505ab0 Wipe tower:
- fixed depth calculation for nonzero extra spacing
- ixed issues with non-unity extra flow (incorrect wiping volumes, overlaps)
- minimum purge on wipe tower now has to be purged before finish_layer is called
2024-02-28 16:05:14 +01:00
Lukas Matena
02982073b6 Wipe tower: cold ramming should use temperature of the old tool, not the new one 2024-02-28 16:05:14 +01:00
Lukas Matena
4900235332 Wipe tower: various little fixes:
- removed skinnydip_unloading_speed, unloading_speed is used instead
- the new parameter wipe_tower_extra_flow now automatically adjusts spacing
- the extra flow is seen in the preview
- skinnydip moves were simplified
- for MK4, pressure advance is kept for ramming and disabled for skinnydip
- G4 S0/R were swapped
- for MK4, the new temperature is set before the last cooling move
- range of the ramming dialog increased to 60 mm3/s
- fixed skinnydip_extra_move
- fixed temperature setting after cold_ramming
2024-02-28 16:05:14 +01:00
Lukas Matena
727a67acb4 Wipe tower: MK4 detection now relies on printer_notes field 2024-02-28 16:05:14 +01:00
Martin Šach
41175b960b Fix priming layer z 2024-02-28 16:02:54 +01:00
Lukas Matena
8e9251f2f0 Wipe tower: separate acceleration control (related to #10854) 2024-02-28 15:48:01 +01:00
Lukas Matena
60dbf28bf2 Wipe tower: shorten x move during skinnydip to max of 20mm 2024-02-28 15:48:01 +01:00
Lukas Matena
98f377c844 Wipe tower: keep pressure advance on for MK4 2024-02-28 15:48:01 +01:00
Lukas Matena
0a5c3d088a Wipe tower: Filament monitoring switch 2024-02-28 15:48:01 +01:00
Lukas Matena
443e628896 Wipe tower: keep the head stationary during skinnydip retraction 2024-02-28 15:48:01 +01:00