Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: PrusaSlicer | Distribution: openSUSE Tumbleweed |
Version: 2.9.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Dec 20 19:27:35 2024 |
Group: Hardware/Printing | Build host: reproducible |
Size: 94362833 | Source RPM: PrusaSlicer-2.9.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.prusa3d.com/prusaslicer/ | |
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) |
PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.
AGPL-3.0-only
* Fri Dec 20 2024 Andreas Schneider <asn@cryptomilk.org> - Update to version 2.9.0 * This release introduces multiple beds, scarf seams, Printables integration, improved support for multiple nozzle diameters, paint-on fuzzy skin and many more improvements and bugfixes. * See https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.9.0 - Added PrusaSlicer-2.9.0-pr13896-static-libs.patch gh#prusa3d/PrusaSlicer#13896 - Added PrusaSlicer-2.9.0-pr13885-printconfig-segfault.patch gh#prusa3d/PrusaSlicer#13885 - Removed PrusaSlicer-2.8.1-pr13609-fix-build.patch * Sun Dec 15 2024 Andreas Schneider <asn@cryptomilk.org> - Fixed loading STEP files - Added PrusaSlicer-2.8.1-pr13761-fix-occtwrapper.patch - Removed up-occt-version.patch * Sun Dec 08 2024 Ben Greiner <code@bnavigator.de> - Changelog for 2.8.1 * When using the wipe tower with "No sparse layers" option enabled, there would still be travels to the wipe tower location even for the skipped layers. This is a regression introduced in 2.8.1-rc1 (#13384). * A warning about inconsistent color profiles in PNGs used as Prusa Account avatar is now silently ignored (#12920). [#]# Improvements with respect to 2.8.0 * Based on the feedback received after 2.8.0 release, the menu bar was reinstated and the menu no longer hides under a button. Thanks everyone for the feedback, it was very helpful and it will be taken into consideration during possible UI-related decisions in the future. #12943 * When logging-in with the PrusaAccount using third party authorization (Google, Apple, Facebook), an external browser window is opened so the user is not forced to enter their credentials into windows created by PrusaSlicer. * The built-in web engine no longer remembers the user after logout. * There are two new parameters: Filaments->Advanced->Abrasive material and Printers->Extruder->High flow nozzle. Both flags will be used to check whether a sliced G-code is compatible with the given printer (abrasive material requires hardened nozzle) and also to ensure that "Set as current" function in PrusaSlicer-embedded Prusa Connect will select the suitable profile for the given configuration. * Note that this feature is supported since MINI/MK4/XL firmware version 6.2.0-alpha1, and that the implementation in Prusa Connect is not completely finished yet, meaning that the dialog where printer is selected does not use this information - it will later start working without the need to download a new slicer version. * Automatic orientation of bridges has been improved. Issues with unanchored bridges caused by inconvenient choice of their angle should now occur less frequently, although there is still a large class of scenarios where the solution is suboptimal. * The output of --query-printer-models command line option was extended to contain bed shape and dimensions. Note that custom bed shapes are currently not supported. * The 'new version available' notification can now be used to direct the user to our website, instead of just downloading the executable. As of now, we release two different Linux AppImages, so the user needs to be able to choose which one they want to download. * A new infill type called Zig-zag was created. It behaves the same as Rectilinear, except that the pattern is aligned between layers (Rectilinear is optimized for short travels, which leads to inconsistencies). The new infill may thus take slightly longer to print because of that, although the effect will be negligible in most prints. It is possible that Rectilinear and Zig-zag will be merged into a single infill type in one of the upcoming releases. #12613 [#]# Bugs fixed with respect to 2.8.0 * General improvement of Prusa Connect / PrusaAccount session stability. There were scenarios which led to uncommanded logouts from PrusaAccount, some resulting in partially blank Prusa Connect screen and requiring application restart to fix. The problems occurred after being logged on for a long time, after waking the PC up from sleep, or when internet connection was unstable. * Fixed missing G-code preview on setups using older GPUs (#12908). * Some settings were not applied when overridden per object (#12916). * Fixed adding SVGs as parts/modifiers. This was broken in 2.8.0 (#12915). * Fixed UI glitch resulting in disappearing text in edit boxes after editing (#12932). * Fixed incorrect capture of keyboard input, which led to some keys being ignored (#13043). * Physical printer configured to use username/password authentication no longer asks the user for the credentials when opening the Physical Printer page (#12921, #12933). * Notification informing about the user having logged in into PrusaAccount occasionally showed even when the user was in fact logged in for a long time already (#12963, #13166). * Object shells incorrectly stayed visible after switching from FFF to SLA and back. * Fixed rotation slider in SVG tool when "Use surface" option was active (it incorrectly reverted to original position when released). * Changing Dynamic overhang speeds settings did not trigger G-code regeneration as is should have. * Fixed loading of specific OBJ files (#12157). * Fixed a crash when scaling to fit in specific cases (circular bed and objects with parts). * Fixed an infinite loop during infill generation stage occurring in rare cases (#11426). * 'Export Plate as STL/OBJ Including Supports' no longer exports non-printable objects. * Fixed zero velocity G-code commands when the pressure equalizer was combined with spiral vase mode. This bugfix was ported from OrcaSlicer. Thanks to @Noisyfox, @SoftFever and everyone involved. * Fixed incorrect Color Changes placement after reslicing in certain cases (#13008). * Reduced number of emitted M106 G-codes when dynamic fan speed on overhangs is enabled. Too many commands were generated even when the fan speed barely changed or did not change at all. [#11981], #11856 * Fixed missing update when adding Color Change with supports enabled. * Fixed crash when loading specific 3MFs containing Color Changes (#13038). * Adaptive layer height feature did not work when Z shrinkage compensation was used. * Fixed unexpected autoselection of SLA printer in Configuration Wizard in certain cases (#13058). * Fixed couple of usability issues with the vertical slider in preview (hovered ticks selection and reaction to mouse wheel) (#12944). * Fixed unexpected deceleration on overhangs with dynamic overhangs speed enabled. * Line infill did not generate at all when maximum anchor length was set to zero. * When seam position was set to Random, the algorithm would occasionally place the seam on a bridging perimeter. * Fixed erratic placement of seams occassionally happening with specific object geometry. * Fixed a problem in STEP file loading, which resulted in errors in the geometry of the loaded model (#12271, #12122). * Using certain fonts for the text embossing led to project files which PrusaSlicer was not able to open anymore (#13123). * Custom G-codes are not allowed to contain certain keywords which PrusaSlicer uses for internal purposes. The check that these keywords are not present was not working in the previous version. It is now fixed. * Fixed artifacts sometimes appearing in the "Actual speed" preview. The artifacts were a result of long-existing bug in the G-code processor, the "Actual speed" preview just made them visible. The bug could have led to incorrect time estimates for specific G-codes. * Fixed three distinct crashes in Configuration Wizard occurring after a specific sequence of steps. * Fixed a long-existing bug in the cooling logic, which resulted in zero or possibly negative extrusion commands in very rare cases. * Downloading from Printables did not work when the download folder contained non-ASCII characters. * Fixed selection of print host type in Physical Printer dialog. PrusaLink was missing in the list for several printers which actually support it. This also caused several other glitches (#13286). * The Connect status dots in the Printer Settings dropdown did not show for SLA printers. * Custom printer profile created in Config Wizard could be saved under a name clashing with a system profile name. * "Rename preset" button was inadvertently not shown in the UI when physical printer profile was selected. * Number of toolchanges did not show in the "Sliced info" box when wipe tower was disabled (#6832). - Replace PrusaSlicer-2.8.1-fix-build.patch with PrusaSlicer-2.8.1-pr13609-fix-build.patch and remove unstable (because not merged yet) URL from Source tag. gh#prusa3d/PrusaSlicer#13609 - Remove update-desktop-files * Sun Dec 08 2024 Andreas Schneider <asn@cryptomilk.org> - Update to version 2.8.1 https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.8.1 - Removed PrusaSlicer-2.8.0-slic3r-includes.patch - Added PrusaSlicer-2.8.1-fix-build.patch - Updated up-occt-version.patch * Fri Sep 13 2024 Ben Greiner <code@bnavigator.de> - Remove quadmath workaround for gcc14 with boost error: fixed by boost 1.86 (see boo#1225861) * Tue Sep 03 2024 Guillaume GARDET <guillaume.gardet@opensuse.org> - Do not require libquadmath-devel on aarch64 since it does not exist on this arch * Thu Aug 29 2024 Ben Greiner <code@bnavigator.de> - Update to 2.8.0 * Prusa Connect integration * seam improvements * updated UI * new G-code Viewer * improved profile updating system * many more improvements and bugfixes - Must move to wxGTK3: we have no wxWebView in wxWidgets. Unfortunately this disables wayland support: https://github.com/prusa3d/PrusaSlicer/blob/version_2.8.0/src/PrusaSlicer.cpp#L88-L93 - Add PrusaSlicer-2.8.0-slic3r-includes.patch * gh#prusa3d/PrusaSlicer#13080 * Fri Apr 26 2024 Ben Greiner <code@bnavigator.de> - Don't include stray filesystem/convenience.hpp removed in boost 1.85 * Thu Apr 25 2024 Ben Greiner <code@bnavigator.de> - Update to 2.7.4 * Objects from 3MFs generated by BambuStudio now retain multimaterial painting when loaded. BambuStudio saves the data under a changed name, but because both the location and meaning are the same, PrusaSlicer now tries to load the data under the new name when it fails to find the attribute that PrusaSlicer has always used. #12502 * Fix: Downloading files from Printables did not work correctly (#12521). - Fixes in 2.7.3 [#]# Bug fixes with respect to 2.7.3-beta1 * Removed negligible deretractions sometimes emitted into the G-code after the recently introduced spiral vase mode improvements. While they did not present actual issues with the print, they were confusingly shown in the G-code preview. [#]# Bug fixes with respect to 2.7.3-alpha1 * The z offset configuration option was not correctly accounted for when doing the last filament unload above the wipe tower. * Fixed crash when importing a specific config bundle while in SLA mode. * Linux specific: When changing active profile using the dropdown in the right panel, the dropdown would stay open when Unsaved Changes dialog was shown. * The improvements of spiral vase mode handling introduced in the previous alpha did not work correctly with absolute extruder addressing (#2841 (comment)). They are now only applied with relative extruder addressing, otherwise it falls back to the old behaviour. * After performing a toolchange on the wipe tower, a G-code to set layer z is now always emitted. This is to make sure that the layer z is correct and that it was not changed in custom toolchange G-code. While the user is expected to pass such information in the custom G-code, the "z-ensuring" G-code was present in previous versions and removing it in 2.7.2 was therefore a needless breaking change (#12361). * Fixed blobs on the first layer when using ramping travels with absolute extruder addressing enabled. * Fixed issues with 'avoid crossing perimeters' function (#12432). This problem was actually fixed in 2.7.3-alpha1 already. [#]# Major improvements first seen in 2.7.3-alpha1 * See https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.7.3-alpha1 for the full description * Improvements of multi-material printing * Purging volumes * Spiral vase mode improvements [#]# Other improvements with respect to 2.7.2 * PrusaSlicer is now able to open 3MF files generated by BambuStudio and load geometry from them. (#10718, PR #10808, thanks to @cmguo). Please note that BambuStudio allows to save a 3MF containing G-code only, which is not supported by PrusaSlicer and loading of such 3MFs will fail. * Metadata of binary G-code have a new item named objects_info, which lists all the objects in the print and their boundary polygons. The same info was added into the comments at the end of ASCII G-codes. [#]# Bugfixes with respect to 2.7.2 * Pressure equalizer limits were not respected when Dynamic speed on overhangs was used (#9485). This is now fixed. Pressure equalizer is also not applied after long travels. Many thanks to @MGunlogson for providing a fix in his pull request #9622. * Fixed a bug resulting in inadequate anchoring of bridging extrusions. This bug was introduced in PrusaSlicer 2.6.0. [#10231], #11500, #11633, #11173, #11117, #9999, #10313, #11150, [#10493] * When using Cancel object feature, the marks denoting where one object ends and another starts were placed incorrectly. As a result, there was a missing deretraction after all travels to objects which would normally be printed following the cancelled object. The issue was even worse with sequential printing, where the uncompensated retractions on the cancelled object summed up and could result in filament being unloaded past the driving gears. * When arcs (G2 and G3 G-codes) were enabled, PrusaSlicer generated toolpaths outside the print area in certain cases (#12381). - Increase memory and disk space for building constraints * Wed Mar 13 2024 Frank Kunz <mailinglists@kunz-im-inter.net> - Update to 2.7.2 [#]# Improvements with respect to 2.7.1 * Multi-material segmentation improvements * Color change (M600) improvements * Ramping travel improvements * SLA overrides * Windows specific: The cut tool sometimes produces non-manifold meshes. This situation is now detected and the user is advised to use Windows repair algorithm on the resulting objects. [#]# Bugs fixes with respect to 2.7.1 * Fixed incorrect partial arrange in certain cases. * Fixing arrange issues with aligning to unprintable objects when doing Shift+A. * Fixed arrange which sometimes put the wipe tower slightly out of bed * Fixed UI glitch when setting object dimensions to extremely high values. * Fixed a bug in generation of brim and skirt preview in the preliminary G-code preview (#11821, thanks to @supermerill) * Fixed an issue Ctrl+Shift+Tab shortcut, which incorrectly collapsed sidebar. * Fixed wiggling of Rotate gizmo when moving an object in certain cases. * Fixed missing updated when moving through dropdown items using keyboard arrows. * Improve filtering of special characters on Klipper EXCLUDE_OBJECT labels (#11802, PR#11813 by @jschuh - thank you). * Fixed layer change color dialog opening off screen. * Fixed occasional crash during thumbnail generation for SLA printers. * Fixed slicing issues such as missing infills and similar on multi part models when sliced with object-specific settings. * In SLA mode, it was not possible to use custom file extension (configured in Output Settings). * Fixed incorrect calculation of wipe length in certain cases, leading to shorter wipes than configured. * Fixed various issues and UI glitches in text/SVG embossing. * Fixed missing update when a new printer was added while a physical printer preset was selected. * Scrolling of the window was incorrectly performed when using mouse wheel over a dropdown. * Windows specific: Drop down menus appeared outside of PrusaSlicer and could not be opened again. * When loading an object from a 3MF, the suggestion to rescale the model is not shown, because 3MFs store the information about the correct unit (unlike STL files). * Fixed an incorrect check of supported OpenGL version, which led to a hard crash when OpenGL 3.2 was not available. * When loading a 3MF for MM printer, PrusaSlicer offers to load individual models as parts of a single object. This dialog did not show up for specific geometries. * PrusaSlicer did not start on some Windows Server installations due to a missing DLL (wlanapi.dll). The library is now loaded in runtime and the respective features. * Travels with standard lifts (non-ramping) were incorrectly generated. * With option "Retract on layer change" disabled, there was a retraction missing before the first travel on each layer. * Variable layer height limits were not applied correctly when using multi-extruder printer with different values of min and max layer height. * When z travel speed was set to zero, it was incorrectly exported into the G-code, effectively stopping the print. Instead, regular travel speed should have been used for the z travel. * When Print / Filament / Printer profiles contained different values for the same key (which should normally not happen, providing the profiles are correct), the misplaced keys could have been used instead of the correct ones. * Fixed incorrectly applied retraction in vase mode when ramping travels were enabled. * When using the "No sparse layers" wipe tower, the print head sometimes lowered before travelling to the wipe tower, digging into an object and destroying the print. * Fixed a crash when loading certain AMF files. * When specific extruder was set for the wipe tower and z position has changed in custom toolchange G-code, the z position was not correctly accounted for. * Fri Dec 29 2023 Ben Greiner <code@bnavigator.de> - Add PrusaSlicer-2.7.1-slic3r-wxWidgets-3.2.4.patch * Fixes a compilation error with wxWidgets 3.2.4 * gh#prusa3d/PrusaSlicer#11769 * Mon Dec 25 2023 Ben Greiner <code@bnavigator.de> - Update to 2.7.1 [#]# Improvements fixed with respect to 2.7.0 * The option Export as binary G-code was removed from Print Settings. Instead, there is a new option in Printer Settings named Supports binary G-code so it can be set at printer level. There is also a new global switch in Preferences->Other, which controls whether binary G-code will be generated for printers which support it. It is therefore easy to turn the feature on or off without doing any changes in profiles (#11734, #11873). * Wipe tower weight was added into G-code metadata so it can be easily displayed in the print statistics on the printer's display. [#]# Bugs fixed with respect to 2.7.0 * When ramping travels were enabled, sometimes a perimeter was missing at the layer where the spiral starts. * Fixed a crash when selecting embossed text while an SVG tool is opened (#11759). * Helical layer changes could result in out of bed moves (#11754). * Helical layer change was enabled even when there was no retraction on layer change (#11709, #11761). - Release 2.7.0 * This is the stable release of PrusaSlicer 2.7.0, introducing SVG emboss, binary G-codes, ramping travels, support for G2/G3 G-codes, support for Cancel object function and much more. It also fixes many bugs. * Important note for Original Prusa MINI, MK4 and XL owners: The new configuration update of our system profiles will enable binary G-code and G2/G3 features. Users using older firmware need to update to 5.1.0-alpha2 or later or manually turn these features off. On older firmware, new binary G-code is not visible or recognized and the G2/G3 G-codes may not work perfectly. * Travel moves improvements * SVG embossing tool (#6916, #9373) * G2 and G3 G-code support #4352 * Binary G-code * Improved user interface * Custom G-code editor * Cancel object (Marlin, RRF and Klipper) - D PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch * Fri Sep 15 2023 Ben Greiner <code@bnavigator.de> - Update to 2.6.1 * When renaming a preset to a name containing non-ASCII characters, the encoding was mangled. This is now fixed (#11232). * Supports are no longer shown when using the clipping plane in SLA supports tool. * Fixed a crash when displaying command line help (#11060). * Two tooltips in the Cut tool dialog were shown with mangled encoding in some languages (#11236). * The Help menu in PrusaSlicer was extended with "Sample G-codes and Models" item, which navigates the user to the respective page on our website where these assets can be downloaded. * The Help menu was extended with "Quick Start" item, which navigates the user to the beginner's guide on our website. - Drop PrusaSlicer-pr11154-fix-cgal-c++-error.patch - Drop PrusaSlicer-drop-wx3.0.patch * Tue Aug 29 2023 Ben Greiner <code@bnavigator.de> - Add PrusaSlicer-pr11154-fix-cgal-c++-error.patch * gh#prusa3d/PrusaSlicer#11154 * Fixes error on CGAL 5.6 * Sun Aug 20 2023 Ben Greiner <code@bnavigator.de> - Limit to CGAL < 5.6 as it introduced breaking changes which PrusaSlicer is not compatible yet - Disable failing ix86 build * Fri Jul 21 2023 Ben Greiner <code@bnavigator.de> - Require wxWidgets >= 3.1.6 * Add PrusaSlicer-drop-wx3.0.patch * gh#prusa3d/PrusaSlicer#11026, gh#prusa3d/PrusaSlicer#11027 * Sun Jul 09 2023 Ben Greiner <code@bnavigator.de> - BuildRequire nanosvg-devel >= 2022.12.22 * only the fltk fork has nsvgRasterizeXY() * Wed Jul 05 2023 Hans-Peter Jansen <hpj@urpla.net> - disable slic3r_jobs_tests.cpp, as it fails sometimes - PrusaSlicer-2.6.0-wxWidgets-CheckResizerFlags-assert-fix.patch applied * Tue Jul 04 2023 Hans-Peter Jansen <hpj@urpla.net> - Update to version 2.6.0 * too many changes to list here, you may want to check: https://github.com/prusa3d/PrusaSlicer/commits/version_2.6.0 * PrusaSlicer-boost1.79.patch was applied upstream: removed * PrusaSlicer-cereal.patch was applied upstream: removed * gentoo-887055-boost-fix.patch was applied upstream: removed * new dependencies: nanosvg (new package), glu and glew * more sed fiddling required for system expat and qhull support * PrusaSlicer-2.6.0-octoprint-name-fix.patch added to work around compile error: cast lambda expressionn to same type * wxWidgets 3.0 is not supported anymore (even project states otherwise). Let's hope, it will work with 3.2 better now. upstream is using a patched 3.1 version. * Fri Apr 21 2023 Klaus Kämpf <kkaempf@suse.com> - Update to version 2.5.2 * contains profiles for Original Prusa MK4 printer - Update to version 2.5.1 * 'Monotonic lines' top/bottom fill pattern * It is now possible to set acceleration separately for external perimeters, solid infill and top solid infill (Print Settings-> Speed->Acceleration control) * Original Prusa XL specific: Arrangement into the corner * Fixed a crash sometimes occurring when slicing very detailed models * Added Original Prusa XL profiles * Tue Jan 31 2023 Ben Greiner <code@bnavigator.de> - Add gentoo-887055-boost-fix.patch * Fix build error with boost-filesystem 1.81 * gh#prusa3d/PrusaSlicer#9294 * https://bugs.gentoo.org/887055 * Sun Jan 01 2023 Ben Greiner <code@bnavigator.de> - Update up-occt-version.patch * Allow any version for openCASCADE * Luckily, the package compiles with recently updated occt v7.7 * Sat Oct 29 2022 Ben Greiner <code@bnavigator.de> - Update to version 2.5.0 * Arachne perimeter generator * Lightning infill * Pressure equalizer * STEP file import * various smaller features and bugfixes * Big changelog since v2.4.2, most changes decribed in alpha and beta release notes: https://github.com/prusa3d/PrusaSlicer/releases - Add up-occt-version.patch * Mon Sep 05 2022 Hans-Peter Jansen <hpj@urpla.net> - Quoting Lucas Matena (see gh#prusa3d/PrusaSlicer#8299, issue 2): if you link PrusaSlicer 2.5.x with wxWidgets 3.2, you will most likely break it: link against wxWidgets 3.0.5 * Mon Aug 01 2022 Ben Greiner <code@bnavigator.de> - Add PrusaSlicer-cereal.patch -- gh#prusa3d/PrusaSlicer#7809 * Tue May 31 2022 Ben Greiner <code@bnavigator.de> - Disable test_voronoi -- rh#2059646 * Sun May 08 2022 Ben Greiner <code@bnavigator.de> - Update to version 2.4.2 * SLA mode incorrectly handled 3MFs from 3rd party software, resulting in misplaced SLA support points and holes in some cases (#6100, #7359, #7189, #7826, #7659). This is very old issue. * Vase mode preview did not show in cases when Custom Start G-Code lacked moves in Z #8032 * When loading a 3rd party 3MF using drag and drop. PrusaSlicer no longer asks if the 3MF shall be loaded as a project (which makes no sense since it contains no config) and loads the geometry only * Using the Layer Height Modifier with the wipe tower was impossible with multiple objects. The wipe tower reported that the layer height profile is different, even though it was in fact set the same on all objects (#7711, #7903, #8044) * Fixed a crash on "Convert from/to units" when several objects were selected * Automatic color change for logo crashed PrusaSlicer in certain cases (when a one-layer object was present) #8156 * Linux specific: Fixed a crash on opening projects in some cases (#8078, #8097) * Added Snapmaker bundle (Snapmaker A250, Snapmaker A350). Based on https://github.com/nivekmai/snapmaker-prusa by @nivekmai, @WilliamBosacker, @mrworf * Added profiles for Zonestar printers (Z5, Z6, Z5X, Z8, Z9), based on slic3r/slic3r-profiles#19 by @ZONESTAR3D * Fixed a crash when Unsaved Changes dialog attempted to show a modified config option which is not available in current mode (e.g. Start G-Code in Simple mode). #7905 * Fixed a bug that when the user was closing the application and replied 'Yes' in the dialog asking about unsaved project while also checking 'Remember my choice', it made it impossible to close PrusaSlicer in the next runs when there were no objects in the plater #8076, #8122 * Loading of a G-Code in G-Code Viewer or loading config from G-Code file sometimes failed because of a bug in parsing of the configuration block at the end. * Fixed incorrect rendering of some characters used in the recently updated Simplified Chinese translation #8171 * Fixed incorrect number of toolchanges reported in "Sliced Info" box when wipe tower was used. The annotations of toolchanges in G-Code were also numbered wrong #8186 * Fixed a crash when using the "Import SL1 Archive" function and either cancelling the dialog or confirming a non-existing file [#8175] * Recycling symbols in Shape Gallery were mirrored so the user does not have to flip them when using them as negative volumes at the base of the print (which is the usual use case). Also, PLA recycling symbol was added #7800 * Mon Apr 25 2022 Ben Greiner <code@bnavigator.de> - Refresh PrusaSlicer-boost1.79.patch with upstream's fix * gh#prusa3d/PrusaSlicer#8238 * Sun Apr 24 2022 Ben Greiner <code@bnavigator.de> - Add PrusaSlicer-boost1.79.patch avoiding the deprecation of boost::filesystem::ofstream in Boost 1.79 * gh#prusa3d/PrusaSlicer#8238 * Tue Apr 12 2022 Hans-Peter Jansen <hpj@urpla.net> - Use gcc version 10 for anything but Tumbleweed * Tue Apr 12 2022 Adrian Schröter <adrian@suse.de> - Use gcc version 10 This allows the build on Leap 15.3/15.4 and in Factory using the same compiler. - Add buildignore to libglfw3-wayland to fix building for 15.3 * Fri Mar 18 2022 Ben Greiner <code@bnavigator.de> - Update to 2.4.1 * Big changelog since v2.4.0, most changes decribed in alpha and beta release notes: https://github.com/prusa3d/PrusaSlicer/releases * introducing G-Code Substitutions * fixing bugs found in 2.4.0 release * Fri Dec 24 2021 Ben Greiner <code@bnavigator.de> - Update to 2.4.0 * Big changelog since v2.3.3, most changes decribed in alpha and beta release notes: https://github.com/prusa3d/PrusaSlicer/releases * Send system info: new dialog for telemetry. Opt-in. - Drop patches * PrusaSlicer-catch2upd.patch * PrusaSlicer-issue6681-openvdb.patch * PrusaSlicer-pr6590-updateTBB.patch * Tue Nov 23 2021 Ben Greiner <code@bnavigator.de> - Make compatible with TBB 2021 * add FindTBB.cmake -- gh#prusa3d/PrusaSlicer#7332 * add PrusaSlicer-pr6590-updateTBB.patch gh#prusa3d/PrusaSlicer#6590 * Fri Sep 24 2021 Ben Greiner <code@bnavigator.de> - Add PrusaSlicer-catch2upd.patch * gh#prusa3d/PrusaSlicer#6518 * Update of Catch2 test framework from v2.13.3 to v2.13.6 * Fixes build failure due to change of MINSIGSTKSZ in glibc 2.34 * Mon Aug 30 2021 Ben Greiner <code@bnavigator.de> - Add PrusaSlicer-issue6681-openvdb.patch * gh#prusa3d/PrusaSlicer#6681 * ilmbase-devel is now provided by openexr-devel * OpenVDB's FindOpenVDB.cmake requires blosc-devel * Fri Jul 16 2021 Ben Greiner <code@bnavigator.de> - Update to v2.3.3 * fix a bug in handling FDM multi-material project and configuration files. * Fri Jul 09 2021 Ben Greiner <code@bnavigator.de> - Update to v2.3.2 * Introducing support for the new Prusa SL1S SPEED masked SLA printer, Prusa CW1S firmware updater, PrusaLink host type for Prusa i3 MK3 printers, Monotonic infill for all solid layers, better support for reading configurations of newer PrusaSlicer releases, new 3rd party printer profiles and a handful of bug fixes. - Switch to bundled GLEW -- gh#prusa3d/PrusaSlicer#6396 * Tue Apr 20 2021 Ben Greiner <code@bnavigator.de> - Update to v2.3.1 New 3rd party printer profiles * Multiple Creality printers profiles were added (Ender-3 Max, Ender-4, Ender-6, CR-5 Pro, CR-5 Pro H, CR-6 SE, CR-6 Max, CR-10 Max, CR-200B, CR-8), thanks @pmjdebruijn. * Added Artillery printer profiles (Sidewinder X1, Genius), thanks @SzabolcsHornyak. * Added INAT printer profiles, thanks @MarkINAT. * Updated Anycubic Kossel bed texture (thanks @brunosso) and Anycubic Kossel bed STL. Vulnerability issues fixed * The Talos Cisco Intelligence Group did a great job identifying potential security issues in loading invalid and potentially malicious AMF and 3MF files, see their vulnerability reports TALOS-2020-1222 and TALOS-2020-1218. We fixed these two potential security issues with this release of PrusaSlicer. Bugs fixed with respect to PrusaSlicer 2.3.0 * Reduced number of hits shown by the "Find config option" dialog, fixed case insensitive search for non-Latin1 languages [#5202]. * Fixed G-code preview with coloring by a tool and visualization of travels enabled #6095. * Fixed opening of drop down menus at the bottom of the screen on multi-monitor setups #2999 #5911 #5957. This issue has been fixed by us in wxWidgets and accepted by the upstream. * Mon Jan 11 2021 Benjamin Greiner <code@bnavigator.de> - Update to v2.3.0 * Introducing paint-on supports, ironing, monotonic infill, seam painting, adaptive and support cubic infill, print time per feature analysis, standalone G-code viewer application, better auto-arrange with a customizable gap and rotation, search function for the settings, reworked "Avoid crossing perimeters" function, physical printers (network settings), many new 3rd party printer profiles and much, much more. - Full Changelog entries for betas and release candidates: https://github.com/prusa3d/PrusaSlicer/releases - Drop PrusaSlicer-pr4340-boost-1-73.patch merged upstream
/usr/bin/prusa-gcodeviewer /usr/bin/prusa-slicer /usr/lib64/OCCTWrapper.so /usr/share/PrusaSlicer /usr/share/PrusaSlicer/data /usr/share/PrusaSlicer/data/embossed_text.obj /usr/share/PrusaSlicer/data/hints.ini /usr/share/PrusaSlicer/icons /usr/share/PrusaSlicer/icons/Pmetal_001.png /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer-mac_128px.png /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer.ico /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer.svg /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer_128px.png /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer_192px.png /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer_32px.png /usr/share/PrusaSlicer/icons/PrusaSlicer-mac_128px.png /usr/share/PrusaSlicer/icons/PrusaSlicer.icns /usr/share/PrusaSlicer/icons/PrusaSlicer.ico /usr/share/PrusaSlicer/icons/PrusaSlicer.png /usr/share/PrusaSlicer/icons/PrusaSlicer.svg /usr/share/PrusaSlicer/icons/PrusaSlicer_128px.png /usr/share/PrusaSlicer/icons/PrusaSlicer_192px.png /usr/share/PrusaSlicer/icons/PrusaSlicer_192px_grayscale.png /usr/share/PrusaSlicer/icons/PrusaSlicer_192px_transparent.png /usr/share/PrusaSlicer/icons/PrusaSlicer_32px.png /usr/share/PrusaSlicer/icons/add.svg /usr/share/PrusaSlicer/icons/add_copies.svg /usr/share/PrusaSlicer/icons/add_gcode.svg /usr/share/PrusaSlicer/icons/add_modifier.svg /usr/share/PrusaSlicer/icons/add_negative.svg /usr/share/PrusaSlicer/icons/add_part.svg /usr/share/PrusaSlicer/icons/add_text_modifier.svg /usr/share/PrusaSlicer/icons/add_text_negative.svg /usr/share/PrusaSlicer/icons/add_text_part.svg /usr/share/PrusaSlicer/icons/advanced_plus.svg /usr/share/PrusaSlicer/icons/align_horizontal_center.svg /usr/share/PrusaSlicer/icons/align_horizontal_left.svg /usr/share/PrusaSlicer/icons/align_horizontal_right.svg /usr/share/PrusaSlicer/icons/align_vertical_bottom.svg /usr/share/PrusaSlicer/icons/align_vertical_center.svg /usr/share/PrusaSlicer/icons/align_vertical_top.svg /usr/share/PrusaSlicer/icons/arrange.svg /usr/share/PrusaSlicer/icons/arrange_current.svg /usr/share/PrusaSlicer/icons/attention.svg /usr/share/PrusaSlicer/icons/browse.svg /usr/share/PrusaSlicer/icons/bullet_black.png /usr/share/PrusaSlicer/icons/bullet_blue.png /usr/share/PrusaSlicer/icons/bullet_white.png /usr/share/PrusaSlicer/icons/burn.svg /usr/share/PrusaSlicer/icons/change_extruder.svg /usr/share/PrusaSlicer/icons/check_off.svg /usr/share/PrusaSlicer/icons/check_off_disabled.svg /usr/share/PrusaSlicer/icons/check_off_focused.svg /usr/share/PrusaSlicer/icons/check_on.svg /usr/share/PrusaSlicer/icons/check_on_disabled.svg /usr/share/PrusaSlicer/icons/check_on_focused.svg /usr/share/PrusaSlicer/icons/checked.svg /usr/share/PrusaSlicer/icons/cog.svg /usr/share/PrusaSlicer/icons/cog_.svg /usr/share/PrusaSlicer/icons/cog_f.svg /usr/share/PrusaSlicer/icons/cog_go.png /usr/share/PrusaSlicer/icons/collapse.svg /usr/share/PrusaSlicer/icons/collapse_btn.svg /usr/share/PrusaSlicer/icons/colorchange_add.svg /usr/share/PrusaSlicer/icons/colorchange_add_f.svg /usr/share/PrusaSlicer/icons/colorchange_add_m.svg /usr/share/PrusaSlicer/icons/colorchange_del.svg /usr/share/PrusaSlicer/icons/colorchange_del_f.svg /usr/share/PrusaSlicer/icons/compare.svg /usr/share/PrusaSlicer/icons/connect_gcode.svg /usr/share/PrusaSlicer/icons/connect_status.svg /usr/share/PrusaSlicer/icons/convert_file.svg /usr/share/PrusaSlicer/icons/cooling.svg /usr/share/PrusaSlicer/icons/copy.svg /usr/share/PrusaSlicer/icons/copy_menu.svg /usr/share/PrusaSlicer/icons/cross.svg /usr/share/PrusaSlicer/icons/cross_focus.svg /usr/share/PrusaSlicer/icons/cross_focus_large.svg /usr/share/PrusaSlicer/icons/custom-gcode_gcode.svg /usr/share/PrusaSlicer/icons/custom-gcode_measure.svg /usr/share/PrusaSlicer/icons/custom-gcode_object-info.svg /usr/share/PrusaSlicer/icons/custom-gcode_single.svg /usr/share/PrusaSlicer/icons/custom-gcode_slicing-state.svg /usr/share/PrusaSlicer/icons/custom-gcode_slicing-state_global.svg /usr/share/PrusaSlicer/icons/custom-gcode_stats.svg /usr/share/PrusaSlicer/icons/custom-gcode_vector-index.svg /usr/share/PrusaSlicer/icons/custom-gcode_vector.svg /usr/share/PrusaSlicer/icons/cut.svg /usr/share/PrusaSlicer/icons/cut_.svg /usr/share/PrusaSlicer/icons/cut_connectors.svg /usr/share/PrusaSlicer/icons/delete.svg /usr/share/PrusaSlicer/icons/delete_all.svg /usr/share/PrusaSlicer/icons/delete_all_menu.svg /usr/share/PrusaSlicer/icons/dot.svg /usr/share/PrusaSlicer/icons/dot_small.svg /usr/share/PrusaSlicer/icons/dot_white.svg /usr/share/PrusaSlicer/icons/dowel.svg /usr/share/PrusaSlicer/icons/drop_down.svg /usr/share/PrusaSlicer/icons/drop_to_bed.svg /usr/share/PrusaSlicer/icons/edit.svg /usr/share/PrusaSlicer/icons/edit_button.svg /usr/share/PrusaSlicer/icons/edit_button_pressed.svg /usr/share/PrusaSlicer/icons/edit_gcode.svg /usr/share/PrusaSlicer/icons/edit_gcode_f.svg /usr/share/PrusaSlicer/icons/edit_layers_all.svg /usr/share/PrusaSlicer/icons/edit_layers_some.svg /usr/share/PrusaSlicer/icons/edit_uni.svg /usr/share/PrusaSlicer/icons/editor.svg /usr/share/PrusaSlicer/icons/editor_menu.svg /usr/share/PrusaSlicer/icons/eject_sd.svg /usr/share/PrusaSlicer/icons/empty.svg /usr/share/PrusaSlicer/icons/equal.svg /usr/share/PrusaSlicer/icons/error_tick.svg /usr/share/PrusaSlicer/icons/error_tick_f.svg /usr/share/PrusaSlicer/icons/exclamation.svg /usr/share/PrusaSlicer/icons/exclamation_manifold.svg /usr/share/PrusaSlicer/icons/exit.svg /usr/share/PrusaSlicer/icons/expand_btn.svg /usr/share/PrusaSlicer/icons/export_config.svg /usr/share/PrusaSlicer/icons/export_config_bundle.svg /usr/share/PrusaSlicer/icons/export_gcode.svg /usr/share/PrusaSlicer/icons/export_plater.svg /usr/share/PrusaSlicer/icons/export_to_sd.svg /usr/share/PrusaSlicer/icons/eye_closed.svg /usr/share/PrusaSlicer/icons/eye_open.svg /usr/share/PrusaSlicer/icons/fdm_supports.svg /usr/share/PrusaSlicer/icons/fdm_supports_.svg /usr/share/PrusaSlicer/icons/flag_green.svg /usr/share/PrusaSlicer/icons/flag_red.svg /usr/share/PrusaSlicer/icons/funnel.svg /usr/share/PrusaSlicer/icons/fuzzy_skin.svg /usr/share/PrusaSlicer/icons/fuzzy_skin_painting.svg /usr/share/PrusaSlicer/icons/fuzzy_skin_painting_.svg /usr/share/PrusaSlicer/icons/gcode.icns /usr/share/PrusaSlicer/icons/hollow.svg /usr/share/PrusaSlicer/icons/hollowing.svg /usr/share/PrusaSlicer/icons/horizontal_hide.svg /usr/share/PrusaSlicer/icons/horizontal_show.svg /usr/share/PrusaSlicer/icons/import_config.svg /usr/share/PrusaSlicer/icons/import_config_bundle.svg /usr/share/PrusaSlicer/icons/import_plater.svg /usr/share/PrusaSlicer/icons/infill.svg /usr/share/PrusaSlicer/icons/info.svg /usr/share/PrusaSlicer/icons/instance_add.svg /usr/share/PrusaSlicer/icons/instance_remove.svg /usr/share/PrusaSlicer/icons/ironing.svg /usr/share/PrusaSlicer/icons/layers.svg /usr/share/PrusaSlicer/icons/layers_white.svg /usr/share/PrusaSlicer/icons/legend_cog.svg /usr/share/PrusaSlicer/icons/legend_colorchanges.svg /usr/share/PrusaSlicer/icons/legend_customgcodes.svg /usr/share/PrusaSlicer/icons/legend_deretract.svg /usr/share/PrusaSlicer/icons/legend_pauseprints.svg /usr/share/PrusaSlicer/icons/legend_retract.svg /usr/share/PrusaSlicer/icons/legend_seams.svg /usr/share/PrusaSlicer/icons/legend_shells.svg /usr/share/PrusaSlicer/icons/legend_toolchanges.svg /usr/share/PrusaSlicer/icons/legend_toolmarker.svg /usr/share/PrusaSlicer/icons/legend_travel.svg /usr/share/PrusaSlicer/icons/legend_wipe.svg /usr/share/PrusaSlicer/icons/lock.svg /usr/share/PrusaSlicer/icons/lock_closed.svg /usr/share/PrusaSlicer/icons/lock_closed_f.svg /usr/share/PrusaSlicer/icons/lock_closed_white.svg /usr/share/PrusaSlicer/icons/lock_open.svg /usr/share/PrusaSlicer/icons/lock_open_f.svg /usr/share/PrusaSlicer/icons/lock_open_sys.svg /usr/share/PrusaSlicer/icons/login.svg /usr/share/PrusaSlicer/icons/logout.svg /usr/share/PrusaSlicer/icons/make_bold.svg /usr/share/PrusaSlicer/icons/make_italic.svg /usr/share/PrusaSlicer/icons/make_unbold.svg /usr/share/PrusaSlicer/icons/make_unitalic.svg /usr/share/PrusaSlicer/icons/mark_X.svg /usr/share/PrusaSlicer/icons/mark_Y.svg /usr/share/PrusaSlicer/icons/mark_Z.svg /usr/share/PrusaSlicer/icons/measure.svg /usr/share/PrusaSlicer/icons/mirroring_off.svg /usr/share/PrusaSlicer/icons/mirroring_on.svg /usr/share/PrusaSlicer/icons/mirroring_transparent.svg /usr/share/PrusaSlicer/icons/mmu_segmentation.svg /usr/share/PrusaSlicer/icons/mmu_segmentation_.svg /usr/share/PrusaSlicer/icons/mode.svg /usr/share/PrusaSlicer/icons/mode_advanced.svg /usr/share/PrusaSlicer/icons/mode_expert.svg /usr/share/PrusaSlicer/icons/mode_simple.svg /usr/share/PrusaSlicer/icons/move.svg /usr/share/PrusaSlicer/icons/not_equal.svg /usr/share/PrusaSlicer/icons/note.svg /usr/share/PrusaSlicer/icons/notification_cancel.svg /usr/share/PrusaSlicer/icons/notification_cancel_hover.svg /usr/share/PrusaSlicer/icons/notification_clippy.svg /usr/share/PrusaSlicer/icons/notification_close.svg /usr/share/PrusaSlicer/icons/notification_close_hover.svg /usr/share/PrusaSlicer/icons/notification_documentation.svg /usr/share/PrusaSlicer/icons/notification_documentation_hover.svg /usr/share/PrusaSlicer/icons/notification_eject_sd.svg /usr/share/PrusaSlicer/icons/notification_eject_sd_hover.svg /usr/share/PrusaSlicer/icons/notification_error.svg /usr/share/PrusaSlicer/icons/notification_info.svg /usr/share/PrusaSlicer/icons/notification_minimalize.svg /usr/share/PrusaSlicer/icons/notification_minimalize_hover.svg /usr/share/PrusaSlicer/icons/notification_open.svg /usr/share/PrusaSlicer/icons/notification_open_hover.svg /usr/share/PrusaSlicer/icons/notification_pause.svg /usr/share/PrusaSlicer/icons/notification_pause_hover.svg /usr/share/PrusaSlicer/icons/notification_play.svg /usr/share/PrusaSlicer/icons/notification_play_hover.svg /usr/share/PrusaSlicer/icons/notification_preferences.svg /usr/share/PrusaSlicer/icons/notification_preferences_hover.svg /usr/share/PrusaSlicer/icons/notification_right.svg /usr/share/PrusaSlicer/icons/notification_right_hover.svg /usr/share/PrusaSlicer/icons/notification_warning.svg /usr/share/PrusaSlicer/icons/notification_warning_grey.svg /usr/share/PrusaSlicer/icons/number_of_copies.svg /usr/share/PrusaSlicer/icons/numbers.png /usr/share/PrusaSlicer/icons/objlist_info.svg /usr/share/PrusaSlicer/icons/open.svg /usr/share/PrusaSlicer/icons/open_browser.svg /usr/share/PrusaSlicer/icons/output+page_white.svg /usr/share/PrusaSlicer/icons/pad.svg /usr/share/PrusaSlicer/icons/paste.svg /usr/share/PrusaSlicer/icons/paste_menu.svg /usr/share/PrusaSlicer/icons/pause_print.svg /usr/share/PrusaSlicer/icons/pause_print_f.svg /usr/share/PrusaSlicer/icons/place.svg /usr/share/PrusaSlicer/icons/plater.svg /usr/share/PrusaSlicer/icons/plug.svg /usr/share/PrusaSlicer/icons/preview.svg /usr/share/PrusaSlicer/icons/preview_menu.svg /usr/share/PrusaSlicer/icons/print_finished.svg /usr/share/PrusaSlicer/icons/print_idle.svg /usr/share/PrusaSlicer/icons/print_running.svg /usr/share/PrusaSlicer/icons/printer.svg /usr/share/PrusaSlicer/icons/printer_available.svg /usr/share/PrusaSlicer/icons/printer_busy.svg /usr/share/PrusaSlicer/icons/printer_offline.svg /usr/share/PrusaSlicer/icons/printer_placeholder.png /usr/share/PrusaSlicer/icons/printer_white.svg /usr/share/PrusaSlicer/icons/question.svg /usr/share/PrusaSlicer/icons/re_slice.svg /usr/share/PrusaSlicer/icons/redo.svg /usr/share/PrusaSlicer/icons/redo_menu.svg /usr/share/PrusaSlicer/icons/redo_toolbar.svg /usr/share/PrusaSlicer/icons/reflection_x.svg /usr/share/PrusaSlicer/icons/reflection_y.svg /usr/share/PrusaSlicer/icons/refresh.svg /usr/share/PrusaSlicer/icons/remove.svg /usr/share/PrusaSlicer/icons/remove_copies.svg /usr/share/PrusaSlicer/icons/remove_menu.svg /usr/share/PrusaSlicer/icons/resin.svg /usr/share/PrusaSlicer/icons/revert_all_.svg /usr/share/PrusaSlicer/icons/rotate.svg /usr/share/PrusaSlicer/icons/save.svg /usr/share/PrusaSlicer/icons/scalar_param.svg /usr/share/PrusaSlicer/icons/scale.svg /usr/share/PrusaSlicer/icons/seam.svg /usr/share/PrusaSlicer/icons/seam_.svg /usr/share/PrusaSlicer/icons/search.svg /usr/share/PrusaSlicer/icons/search_.svg /usr/share/PrusaSlicer/icons/search_blink.svg /usr/share/PrusaSlicer/icons/search_gray.svg /usr/share/PrusaSlicer/icons/set_separate_obj.svg /usr/share/PrusaSlicer/icons/settings.svg /usr/share/PrusaSlicer/icons/shape_gallery.svg /usr/share/PrusaSlicer/icons/sinking.svg /usr/share/PrusaSlicer/icons/skirt+brim.svg /usr/share/PrusaSlicer/icons/sla_printer.svg /usr/share/PrusaSlicer/icons/sla_printer_available.svg /usr/share/PrusaSlicer/icons/sla_printer_busy.svg /usr/share/PrusaSlicer/icons/sla_printer_offline.svg /usr/share/PrusaSlicer/icons/sla_supports.svg /usr/share/PrusaSlicer/icons/sla_view_original.svg /usr/share/PrusaSlicer/icons/sla_view_processed.svg /usr/share/PrusaSlicer/icons/slice_all.svg /usr/share/PrusaSlicer/icons/snap.svg /usr/share/PrusaSlicer/icons/spin_dec.svg /usr/share/PrusaSlicer/icons/spin_dec_act.svg /usr/share/PrusaSlicer/icons/spin_inc.svg /usr/share/PrusaSlicer/icons/spin_inc_act.svg /usr/share/PrusaSlicer/icons/splashscreen-gcodepreview.jpg /usr/share/PrusaSlicer/icons/splashscreen.jpg /usr/share/PrusaSlicer/icons/split_object_SMALL.svg /usr/share/PrusaSlicer/icons/split_objects.svg /usr/share/PrusaSlicer/icons/split_parts.svg /usr/share/PrusaSlicer/icons/split_parts_SMALL.svg /usr/share/PrusaSlicer/icons/spool.svg /usr/share/PrusaSlicer/icons/stl.icns /usr/share/PrusaSlicer/icons/support.svg /usr/share/PrusaSlicer/icons/support_blocker.svg /usr/share/PrusaSlicer/icons/support_enforcer.svg /usr/share/PrusaSlicer/icons/svg_modifier.svg /usr/share/PrusaSlicer/icons/svg_negative.svg /usr/share/PrusaSlicer/icons/svg_part.svg /usr/share/PrusaSlicer/icons/switch_presets.svg /usr/share/PrusaSlicer/icons/test.svg /usr/share/PrusaSlicer/icons/thumb_down.svg /usr/share/PrusaSlicer/icons/thumb_left.svg /usr/share/PrusaSlicer/icons/thumb_right.svg /usr/share/PrusaSlicer/icons/thumb_up.svg /usr/share/PrusaSlicer/icons/tick_mark.svg /usr/share/PrusaSlicer/icons/time.svg /usr/share/PrusaSlicer/icons/timer_dot.svg /usr/share/PrusaSlicer/icons/timer_dot_empty.svg /usr/share/PrusaSlicer/icons/toggle_off.svg /usr/share/PrusaSlicer/icons/toggle_on.svg /usr/share/PrusaSlicer/icons/toolbar_arrow.svg /usr/share/PrusaSlicer/icons/toolbar_arrow_2.svg /usr/share/PrusaSlicer/icons/toolbar_background.png /usr/share/PrusaSlicer/icons/undo.svg /usr/share/PrusaSlicer/icons/undo_f.svg /usr/share/PrusaSlicer/icons/undo_menu.svg /usr/share/PrusaSlicer/icons/undo_toolbar.svg /usr/share/PrusaSlicer/icons/upload_queue.svg /usr/share/PrusaSlicer/icons/user.svg /usr/share/PrusaSlicer/icons/user_mask.svg /usr/share/PrusaSlicer/icons/vector_filament_param.svg /usr/share/PrusaSlicer/icons/vector_param.svg /usr/share/PrusaSlicer/icons/wrench.svg /usr/share/PrusaSlicer/icons/wrench_white.svg /usr/share/PrusaSlicer/localization /usr/share/PrusaSlicer/localization/be /usr/share/PrusaSlicer/localization/be/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/ca /usr/share/PrusaSlicer/localization/ca/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/cs /usr/share/PrusaSlicer/localization/cs/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/de /usr/share/PrusaSlicer/localization/de/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/en /usr/share/PrusaSlicer/localization/en/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/es /usr/share/PrusaSlicer/localization/es/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/fi /usr/share/PrusaSlicer/localization/fi/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/fr /usr/share/PrusaSlicer/localization/fr/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/hu /usr/share/PrusaSlicer/localization/hu/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/it /usr/share/PrusaSlicer/localization/it/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/ja /usr/share/PrusaSlicer/localization/ja/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/ko /usr/share/PrusaSlicer/localization/ko/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/ko_KR /usr/share/PrusaSlicer/localization/ko_KR/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/ko_KR/PrusaSlicer_ko_KR.mo /usr/share/PrusaSlicer/localization/nl /usr/share/PrusaSlicer/localization/nl/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/pl /usr/share/PrusaSlicer/localization/pl/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/pt_BR /usr/share/PrusaSlicer/localization/pt_BR/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/ru /usr/share/PrusaSlicer/localization/ru/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/sl /usr/share/PrusaSlicer/localization/sl/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/tr /usr/share/PrusaSlicer/localization/tr/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/uk /usr/share/PrusaSlicer/localization/uk/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/wx_locale /usr/share/PrusaSlicer/localization/wx_locale/en.mo /usr/share/PrusaSlicer/localization/zh_CN /usr/share/PrusaSlicer/localization/zh_CN/PrusaSlicer.mo /usr/share/PrusaSlicer/localization/zh_TW /usr/share/PrusaSlicer/localization/zh_TW/PrusaSlicer.mo /usr/share/PrusaSlicer/profiles /usr/share/PrusaSlicer/profiles/Anker /usr/share/PrusaSlicer/profiles/Anker.idx /usr/share/PrusaSlicer/profiles/Anker.ini /usr/share/PrusaSlicer/profiles/Anker/M5-bed.stl /usr/share/PrusaSlicer/profiles/Anker/M5-texture.svg /usr/share/PrusaSlicer/profiles/Anker/M5-texture_v2.svg /usr/share/PrusaSlicer/profiles/Anker/M5C-bed.stl /usr/share/PrusaSlicer/profiles/Anker/M5C-texture.svg /usr/share/PrusaSlicer/profiles/Anker/M5C-texture_v2.svg /usr/share/PrusaSlicer/profiles/Anker/M5C_thumbnail.png /usr/share/PrusaSlicer/profiles/Anker/M5C_thumbnail_v2.png /usr/share/PrusaSlicer/profiles/Anker/M5_thumbnail.png /usr/share/PrusaSlicer/profiles/Anker/M5_thumbnail_v2.png /usr/share/PrusaSlicer/profiles/Anycubic /usr/share/PrusaSlicer/profiles/Anycubic.idx /usr/share/PrusaSlicer/profiles/Anycubic.ini /usr/share/PrusaSlicer/profiles/Anycubic/4MAXPRO20_bed.stl /usr/share/PrusaSlicer/profiles/Anycubic/4MAXPRO20_texture.svg /usr/share/PrusaSlicer/profiles/Anycubic/4MAXPRO20_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/AK.png /usr/share/PrusaSlicer/profiles/Anycubic/AK.svg /usr/share/PrusaSlicer/profiles/Anycubic/AKLP_Bed.stl /usr/share/PrusaSlicer/profiles/Anycubic/AKLP_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/AK_Bed.stl /usr/share/PrusaSlicer/profiles/Anycubic/AK_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/I3MEGAS_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/I3MEGA_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/MEGA0_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/PHOTON MONO SE_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/PHOTON MONO X 6K_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/PHOTON MONO X_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/PHOTON MONO_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/PREDATOR_thumbnail.png /usr/share/PrusaSlicer/profiles/Anycubic/i3megas.svg /usr/share/PrusaSlicer/profiles/Anycubic/i3megas_bed.stl /usr/share/PrusaSlicer/profiles/Anycubic/mega0.svg /usr/share/PrusaSlicer/profiles/Anycubic/mega0_bed.stl /usr/share/PrusaSlicer/profiles/AnycubicSLA /usr/share/PrusaSlicer/profiles/AnycubicSLA.idx /usr/share/PrusaSlicer/profiles/AnycubicSLA.ini /usr/share/PrusaSlicer/profiles/AnycubicSLA/PHOTON MONO SE_thumbnail.png /usr/share/PrusaSlicer/profiles/AnycubicSLA/PHOTON MONO X 6K_thumbnail.png /usr/share/PrusaSlicer/profiles/AnycubicSLA/PHOTON MONO X_thumbnail.png /usr/share/PrusaSlicer/profiles/AnycubicSLA/PHOTON MONO_thumbnail.png /usr/share/PrusaSlicer/profiles/ArchiveRepositoryManifest.json /usr/share/PrusaSlicer/profiles/Artillery /usr/share/PrusaSlicer/profiles/Artillery.idx /usr/share/PrusaSlicer/profiles/Artillery.ini /usr/share/PrusaSlicer/profiles/Artillery/Genius_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/Hornet_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/X1_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/X3 Plus_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/X3 Pro_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/X4 Max_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/X4 Plus_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/X4 Pro_thumbnail.png /usr/share/PrusaSlicer/profiles/Artillery/bed-genius.png /usr/share/PrusaSlicer/profiles/Artillery/bed-genius.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-hornet.png /usr/share/PrusaSlicer/profiles/Artillery/bed-hornet.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-x1.png /usr/share/PrusaSlicer/profiles/Artillery/bed-x1.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-x3-plus.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-x3-pro.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-x4-max.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-x4-plus.stl /usr/share/PrusaSlicer/profiles/Artillery/bed-x4-pro.stl /usr/share/PrusaSlicer/profiles/BIBO /usr/share/PrusaSlicer/profiles/BIBO.idx /usr/share/PrusaSlicer/profiles/BIBO.ini /usr/share/PrusaSlicer/profiles/BIBO/BIBO2.svg /usr/share/PrusaSlicer/profiles/BIBO/BIBO2_bed.stl /usr/share/PrusaSlicer/profiles/BIBO/BIBO2_thumbnail.png /usr/share/PrusaSlicer/profiles/BIQU /usr/share/PrusaSlicer/profiles/BIQU.idx /usr/share/PrusaSlicer/profiles/BIQU.ini /usr/share/PrusaSlicer/profiles/BIQU/BIQUBX_thumbnail.png /usr/share/PrusaSlicer/profiles/BIQU/BX_Bed.stl /usr/share/PrusaSlicer/profiles/BIQU/BX_Texture.png /usr/share/PrusaSlicer/profiles/CocoaPress /usr/share/PrusaSlicer/profiles/CocoaPress.idx /usr/share/PrusaSlicer/profiles/CocoaPress.ini /usr/share/PrusaSlicer/profiles/CocoaPress/CocoaPress_MiniChef.png /usr/share/PrusaSlicer/profiles/CocoaPress/minichef_bed.stl /usr/share/PrusaSlicer/profiles/CocoaPress/minichef_texture.svg /usr/share/PrusaSlicer/profiles/Creality /usr/share/PrusaSlicer/profiles/Creality.idx /usr/share/PrusaSlicer/profiles/Creality.ini /usr/share/PrusaSlicer/profiles/Creality/CR10MAX_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10MINI_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10S4_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10S5_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10SMARTPRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10SMART_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10SPROV2_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10SPRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10S_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10V2_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10V3_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR10_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR200B_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR20PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR20_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR5PROH_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR5PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR6MAX_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR6SE_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CR8_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CRXPRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/CRX_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER2PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER2_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3BLTOUCH_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3MAXNEO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3MAX_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3NEO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3S1PLUS_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3S1PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3S1_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3V2NEO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3V2_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER3_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER4_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER5PLUS_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER5PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER5S1_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER5_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER6_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/ENDER7_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/SERMOOND1_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/SERMOONV1PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/SERMOONV1_thumbnail.png /usr/share/PrusaSlicer/profiles/Creality/cr10.svg /usr/share/PrusaSlicer/profiles/Creality/cr10_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr10max.svg /usr/share/PrusaSlicer/profiles/Creality/cr10max_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr10mini.svg /usr/share/PrusaSlicer/profiles/Creality/cr10mini_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr10s4.svg /usr/share/PrusaSlicer/profiles/Creality/cr10s4_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr10s5.svg /usr/share/PrusaSlicer/profiles/Creality/cr10s5_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr10spro.svg /usr/share/PrusaSlicer/profiles/Creality/cr10v2_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr20.svg /usr/share/PrusaSlicer/profiles/Creality/cr200b.svg /usr/share/PrusaSlicer/profiles/Creality/cr200b_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr5pro.svg /usr/share/PrusaSlicer/profiles/Creality/cr5pro_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr6se.svg /usr/share/PrusaSlicer/profiles/Creality/cr6se_bed.stl /usr/share/PrusaSlicer/profiles/Creality/cr8.svg /usr/share/PrusaSlicer/profiles/Creality/cr8_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender2.svg /usr/share/PrusaSlicer/profiles/Creality/ender2_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender2pro.svg /usr/share/PrusaSlicer/profiles/Creality/ender2pro_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender3.svg /usr/share/PrusaSlicer/profiles/Creality/ender3_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender3v2.svg /usr/share/PrusaSlicer/profiles/Creality/ender3v2_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender5plus.svg /usr/share/PrusaSlicer/profiles/Creality/ender5plus_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender6.svg /usr/share/PrusaSlicer/profiles/Creality/ender6_bed.stl /usr/share/PrusaSlicer/profiles/Creality/ender7.svg /usr/share/PrusaSlicer/profiles/Creality/ender7_bed.stl /usr/share/PrusaSlicer/profiles/Creality/sermoond1.svg /usr/share/PrusaSlicer/profiles/Creality/sermoond1_bed.stl /usr/share/PrusaSlicer/profiles/Creality/sermoonv1.svg /usr/share/PrusaSlicer/profiles/Creality/sermoonv1_bed.stl /usr/share/PrusaSlicer/profiles/Elegoo /usr/share/PrusaSlicer/profiles/Elegoo.idx /usr/share/PrusaSlicer/profiles/Elegoo.ini /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE1_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE2D_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE2S_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE2_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE3MAX_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE3PLUS_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE3PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNE3_thumbnail.png /usr/share/PrusaSlicer/profiles/Elegoo/NEPTUNEX_thumbnail.png /usr/share/PrusaSlicer/profiles/FLSun /usr/share/PrusaSlicer/profiles/FLSun.idx /usr/share/PrusaSlicer/profiles/FLSun.ini /usr/share/PrusaSlicer/profiles/FLSun/Q5.svg /usr/share/PrusaSlicer/profiles/FLSun/Q5_bed.stl /usr/share/PrusaSlicer/profiles/FLSun/Q5_thumbnail.png /usr/share/PrusaSlicer/profiles/FLSun/QQSP.svg /usr/share/PrusaSlicer/profiles/FLSun/QQSP_bed.stl /usr/share/PrusaSlicer/profiles/FLSun/QQSP_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech /usr/share/PrusaSlicer/profiles/Geeetech.idx /usr/share/PrusaSlicer/profiles/Geeetech.ini /usr/share/PrusaSlicer/profiles/Geeetech/105x105.stl /usr/share/PrusaSlicer/profiles/Geeetech/105x105.svg /usr/share/PrusaSlicer/profiles/Geeetech/125X130.stl /usr/share/PrusaSlicer/profiles/Geeetech/125x130.svg /usr/share/PrusaSlicer/profiles/Geeetech/150x150.stl /usr/share/PrusaSlicer/profiles/Geeetech/150x150.svg /usr/share/PrusaSlicer/profiles/Geeetech/160x160.stl /usr/share/PrusaSlicer/profiles/Geeetech/160x160.svg /usr/share/PrusaSlicer/profiles/Geeetech/180X150.stl /usr/share/PrusaSlicer/profiles/Geeetech/180x150.svg /usr/share/PrusaSlicer/profiles/Geeetech/200x200.stl /usr/share/PrusaSlicer/profiles/Geeetech/200x200.svg /usr/share/PrusaSlicer/profiles/Geeetech/220x220.stl /usr/share/PrusaSlicer/profiles/Geeetech/220x220.svg /usr/share/PrusaSlicer/profiles/Geeetech/250x250.stl /usr/share/PrusaSlicer/profiles/Geeetech/250x250.svg /usr/share/PrusaSlicer/profiles/Geeetech/255x255.stl /usr/share/PrusaSlicer/profiles/Geeetech/255x255.svg /usr/share/PrusaSlicer/profiles/Geeetech/300x180.stl /usr/share/PrusaSlicer/profiles/Geeetech/300x180.svg /usr/share/PrusaSlicer/profiles/Geeetech/320x320.stl /usr/share/PrusaSlicer/profiles/Geeetech/320x320.svg /usr/share/PrusaSlicer/profiles/Geeetech/A10M_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A10Pro_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A10T_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A20M_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A20T_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A20_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A30M_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A30Pro_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/A30T_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/E180_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/GiantArmD200_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/I3ProB_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/I3ProC_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/I3ProW_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/M1.svg /usr/share/PrusaSlicer/profiles/Geeetech/M1_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MeCreator2_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MeCreator_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MeDucer_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MizarM_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MizarMax_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MizarPro_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/MizarS_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/Mizar_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/ThunderPro_thumbnail.png /usr/share/PrusaSlicer/profiles/Geeetech/Thunder_thumbnail.png /usr/share/PrusaSlicer/profiles/HartSmartProducts /usr/share/PrusaSlicer/profiles/HartSmartProducts.idx /usr/share/PrusaSlicer/profiles/HartSmartProducts.ini /usr/share/PrusaSlicer/profiles/HartSmartProducts/HSP1-I Duplicator Mode_thumbnail.png /usr/share/PrusaSlicer/profiles/HartSmartProducts/HSP1-I_thumbnail.png /usr/share/PrusaSlicer/profiles/HartSmartProducts/hsp1_i.svg /usr/share/PrusaSlicer/profiles/HartSmartProducts/hsp1_i_bed.stl /usr/share/PrusaSlicer/profiles/HartSmartProducts/hsp1_i_duplicator.svg /usr/share/PrusaSlicer/profiles/HartSmartProducts/hsp1_i_duplicator_bed.stl /usr/share/PrusaSlicer/profiles/INAT /usr/share/PrusaSlicer/profiles/INAT.idx /usr/share/PrusaSlicer/profiles/INAT.ini /usr/share/PrusaSlicer/profiles/INAT/PROTON_XE750_thumbnail.png /usr/share/PrusaSlicer/profiles/INAT/PROTON_X_RAIL_thumbnail.png /usr/share/PrusaSlicer/profiles/INAT/PROTON_X_ROD_thumbnail.png /usr/share/PrusaSlicer/profiles/Infinity3D /usr/share/PrusaSlicer/profiles/Infinity3D.idx /usr/share/PrusaSlicer/profiles/Infinity3D.ini /usr/share/PrusaSlicer/profiles/Infinity3D/DEV-200_thumbnail.png /usr/share/PrusaSlicer/profiles/Infinity3D/DEV-350_thumbnail.png /usr/share/PrusaSlicer/profiles/Infinity3D/DEV_200_bed.stl /usr/share/PrusaSlicer/profiles/Infinity3D/DEV_200_texture.svg /usr/share/PrusaSlicer/profiles/Infinity3D/DEV_350_bed.stl /usr/share/PrusaSlicer/profiles/Infinity3D/DEV_350_texture.svg /usr/share/PrusaSlicer/profiles/Jubilee /usr/share/PrusaSlicer/profiles/Jubilee.idx /usr/share/PrusaSlicer/profiles/Jubilee.ini /usr/share/PrusaSlicer/profiles/Jubilee/Jubilee_bed.stl /usr/share/PrusaSlicer/profiles/Jubilee/Jubilee_texture.svg /usr/share/PrusaSlicer/profiles/Jubilee/Jubilee_thumbnail.png /usr/share/PrusaSlicer/profiles/LNL3D /usr/share/PrusaSlicer/profiles/LNL3D.idx /usr/share/PrusaSlicer/profiles/LNL3D.ini /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_V2_bed.stl /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_V2_texture.svg /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_V2_thumbnail.png /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_VULCAN_bed.stl /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_VULCAN_texture.svg /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_VULCAN_thumbnail.png /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_bed.stl /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_texture.svg /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D3_thumbnail.png /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D5_bed.stl /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D5_texture.svg /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D5_thumbnail.png /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D6_bed.stl /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D6_texture.svg /usr/share/PrusaSlicer/profiles/LNL3D/LNL3D_D6_thumbnail.png /usr/share/PrusaSlicer/profiles/LulzBot /usr/share/PrusaSlicer/profiles/LulzBot.idx /usr/share/PrusaSlicer/profiles/LulzBot.ini /usr/share/PrusaSlicer/profiles/LulzBot/MINI_AERO_thumbnail.png /usr/share/PrusaSlicer/profiles/LulzBot/TAZ6_AERO_thumbnail.png /usr/share/PrusaSlicer/profiles/LulzBot/TAZ_WORKHORSE_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear /usr/share/PrusaSlicer/profiles/MakerGear.idx /usr/share/PrusaSlicer/profiles/MakerGear.ini /usr/share/PrusaSlicer/profiles/MakerGear/M2_M3.stl /usr/share/PrusaSlicer/profiles/MakerGear/M2_M3.svg /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_M2_DUAL_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_M2_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_M3_DUPLICATION_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_M3_SE_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_M3_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_MICRO_thumbnail.png /usr/share/PrusaSlicer/profiles/MakerGear/MAKERGEAR_U1_thumbnail.png /usr/share/PrusaSlicer/profiles/PapapiuLab /usr/share/PrusaSlicer/profiles/PapapiuLab.idx /usr/share/PrusaSlicer/profiles/PapapiuLab.ini /usr/share/PrusaSlicer/profiles/PapapiuLab/Papapiu_N1S_Bed.stl /usr/share/PrusaSlicer/profiles/PapapiuLab/Papapiu_N1S_thumbnail.png /usr/share/PrusaSlicer/profiles/PapapiuLab/Papapiu_N1_Texture.png /usr/share/PrusaSlicer/profiles/Print4Taste /usr/share/PrusaSlicer/profiles/Print4Taste.idx /usr/share/PrusaSlicer/profiles/Print4Taste.ini /usr/share/PrusaSlicer/profiles/Print4Taste/MC2.0_bed.stl /usr/share/PrusaSlicer/profiles/Print4Taste/MC2.0_texture.svg /usr/share/PrusaSlicer/profiles/Print4Taste/MC2.0_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch /usr/share/PrusaSlicer/profiles/PrusaResearch.idx /usr/share/PrusaSlicer/profiles/PrusaResearch.ini /usr/share/PrusaSlicer/profiles/PrusaResearch/MINIIS_ALPHA_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MINIIS_BETA_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MINIIS_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MINI_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5MMU2_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5SMMU2S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK2.5_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK2SMM_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK2S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3.5MMU3_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3.9MMU3_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK35_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK39IS_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK39IS_thumbnail_v2.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK39_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3MMU2_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3SMMU2S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3SMMU3_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK3_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK4ISMMU3_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK4IS_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK4IS_thumbnail_v2.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK4SMMU3_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK4S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/MK4_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL2IS_alpha_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL2IS_beta_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL2IS_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL2_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL5IS_alpha_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL5IS_beta_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL5IS_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL5_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XLIS_alpha_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XLIS_beta_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XLIS_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/XL_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearch/mini.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/miniIS.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/miniISbeta.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mini_bed.stl /usr/share/PrusaSlicer/profiles/PrusaResearch/mk2.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk2_bed.stl /usr/share/PrusaSlicer/profiles/PrusaResearch/mk3.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk35.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk39.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk39s.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk3_bed.stl /usr/share/PrusaSlicer/profiles/PrusaResearch/mk4.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk4_bed.stl /usr/share/PrusaSlicer/profiles/PrusaResearch/mk4is.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/mk4s.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/xl.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/xl_bed.stl /usr/share/PrusaSlicer/profiles/PrusaResearch/xlis_alpha.svg /usr/share/PrusaSlicer/profiles/PrusaResearch/xlis_beta.svg /usr/share/PrusaSlicer/profiles/PrusaResearchSLA /usr/share/PrusaSlicer/profiles/PrusaResearchSLA.idx /usr/share/PrusaSlicer/profiles/PrusaResearchSLA.ini /usr/share/PrusaSlicer/profiles/PrusaResearchSLA/SL1S_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearchSLA/SL1_thumbnail.png /usr/share/PrusaSlicer/profiles/PrusaResearchSLA/sl1.svg /usr/share/PrusaSlicer/profiles/PrusaResearchSLA/sl1_bed.stl /usr/share/PrusaSlicer/profiles/PrusaResearchSLA/sl1s.svg /usr/share/PrusaSlicer/profiles/PrusaResearchSLA/sl1s_bed.stl /usr/share/PrusaSlicer/profiles/RatRig /usr/share/PrusaSlicer/profiles/RatRig.idx /usr/share/PrusaSlicer/profiles/RatRig.ini /usr/share/PrusaSlicer/profiles/RatRig/VC3_300_thumbnail.png /usr/share/PrusaSlicer/profiles/RatRig/VC3_400_thumbnail.png /usr/share/PrusaSlicer/profiles/RatRig/VC3_500_thumbnail.png /usr/share/PrusaSlicer/profiles/RatRig/VMINION_thumbnail.png /usr/share/PrusaSlicer/profiles/RatRig/rr-vc-300.stl /usr/share/PrusaSlicer/profiles/RatRig/rr-vc-300.svg /usr/share/PrusaSlicer/profiles/RatRig/rr-vc-400.stl /usr/share/PrusaSlicer/profiles/RatRig/rr-vc-400.svg /usr/share/PrusaSlicer/profiles/RatRig/rr-vc-500.stl /usr/share/PrusaSlicer/profiles/RatRig/rr-vc-500.svg /usr/share/PrusaSlicer/profiles/RatRig/rr-vminion.stl /usr/share/PrusaSlicer/profiles/RatRig/rr-vminion.svg /usr/share/PrusaSlicer/profiles/RatRig/vc4-corexy.png /usr/share/PrusaSlicer/profiles/RatRig/vc4-hybrid.png /usr/share/PrusaSlicer/profiles/RatRig/vc4-idex.png /usr/share/PrusaSlicer/profiles/Rigid3D /usr/share/PrusaSlicer/profiles/Rigid3D.idx /usr/share/PrusaSlicer/profiles/Rigid3D.ini /usr/share/PrusaSlicer/profiles/Rigid3D/Mucit2_thumbnail.png /usr/share/PrusaSlicer/profiles/Rigid3D/Mucit_thumbnail.png /usr/share/PrusaSlicer/profiles/Rigid3D/Zero2_thumbnail.png /usr/share/PrusaSlicer/profiles/Rigid3D/Zero3_thumbnail.png /usr/share/PrusaSlicer/profiles/Rigid3D/mucit2_bed.png /usr/share/PrusaSlicer/profiles/Rigid3D/mucit2_bed.stl /usr/share/PrusaSlicer/profiles/Rigid3D/mucit_bed.png /usr/share/PrusaSlicer/profiles/Rigid3D/mucit_bed.stl /usr/share/PrusaSlicer/profiles/Rigid3D/zero2_bed.png /usr/share/PrusaSlicer/profiles/Rigid3D/zero3_bed.png /usr/share/PrusaSlicer/profiles/Rigid3D/zero_bed.stl /usr/share/PrusaSlicer/profiles/Snapmaker /usr/share/PrusaSlicer/profiles/Snapmaker.idx /usr/share/PrusaSlicer/profiles/Snapmaker.ini /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250 Dual QSKit_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250 Dual_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250 QSKit_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250 QSKit_texture.svg /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250_bed.stl /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A250_texture.svg /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350 Dual QSKit_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350 Dual_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350 QSKit_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350 QSKit_texture.svg /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350_bed.stl /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker A350_texture.svg /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker J1_bed.stl /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker J1_cover.png /usr/share/PrusaSlicer/profiles/Snapmaker/Snapmaker J1_texture.svg /usr/share/PrusaSlicer/profiles/Sovol /usr/share/PrusaSlicer/profiles/Sovol.idx /usr/share/PrusaSlicer/profiles/Sovol.ini /usr/share/PrusaSlicer/profiles/Sovol/SV01 PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV01_BLTouch_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV01_bed.stl /usr/share/PrusaSlicer/profiles/Sovol/SV01_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV01_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV02_BLTouch_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV02_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV02_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV03_BLTouch_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV03_bed.stl /usr/share/PrusaSlicer/profiles/Sovol/SV03_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV03_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV04 Copy Mode_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV04 Dual Mode_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV04 Mirror Mode_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV04 Single Mode 01_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV04 Single Mode 02_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV04_bed.stl /usr/share/PrusaSlicer/profiles/Sovol/SV04_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV04_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV05_bed.stl /usr/share/PrusaSlicer/profiles/Sovol/SV05_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV05_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV06 PLUS_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/SV06PLUS_bed.stl /usr/share/PrusaSlicer/profiles/Sovol/SV06PLUS_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV06_bed.stl /usr/share/PrusaSlicer/profiles/Sovol/SV06_texture.svg /usr/share/PrusaSlicer/profiles/Sovol/SV06_thumbnail.png /usr/share/PrusaSlicer/profiles/Sovol/Sovol.ini /usr/share/PrusaSlicer/profiles/Templates.idx /usr/share/PrusaSlicer/profiles/Templates.ini /usr/share/PrusaSlicer/profiles/TriLAB /usr/share/PrusaSlicer/profiles/TriLAB.idx /usr/share/PrusaSlicer/profiles/TriLAB.ini /usr/share/PrusaSlicer/profiles/TriLAB/AQD_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/AQI_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQ2+FP2_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQ2+FP_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQ2P+FP2_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQ2P+FP_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQ2P_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQ2_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQL_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQM_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/DQXL_thumbnail.png /usr/share/PrusaSlicer/profiles/TriLAB/aq_bed.stl /usr/share/PrusaSlicer/profiles/TriLAB/aqp_bed.stl /usr/share/PrusaSlicer/profiles/TriLAB/dq2_bed.stl /usr/share/PrusaSlicer/profiles/Trimaker /usr/share/PrusaSlicer/profiles/Trimaker.idx /usr/share/PrusaSlicer/profiles/Trimaker.ini /usr/share/PrusaSlicer/profiles/Trimaker/CosmosII_bed.stl /usr/share/PrusaSlicer/profiles/Trimaker/Cosmos_II_thumbnail.png /usr/share/PrusaSlicer/profiles/Trimaker/NPC_thumbnail.png /usr/share/PrusaSlicer/profiles/Trimaker/NebulaCloud.svg /usr/share/PrusaSlicer/profiles/Trimaker/NebulaCloud_bed.stl /usr/share/PrusaSlicer/profiles/Trimaker/Nebula_thumbnail.png /usr/share/PrusaSlicer/profiles/Ultimaker /usr/share/PrusaSlicer/profiles/Ultimaker.idx /usr/share/PrusaSlicer/profiles/Ultimaker.ini /usr/share/PrusaSlicer/profiles/Ultimaker/ULTIMAKER2_thumbnail.png /usr/share/PrusaSlicer/profiles/Ultimaker/ULTIMAKER2_thumbnail_v2.png /usr/share/PrusaSlicer/profiles/Ultimaker/ULTIMAKERSline_thumbnail.png /usr/share/PrusaSlicer/profiles/Ultimaker/ultimaker2.svg /usr/share/PrusaSlicer/profiles/Ultimaker/ultimaker2_bed.stl /usr/share/PrusaSlicer/profiles/Voron /usr/share/PrusaSlicer/profiles/Voron.idx /usr/share/PrusaSlicer/profiles/Voron.ini /usr/share/PrusaSlicer/profiles/Voron/Voron_SW_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v0_120_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v1_250_afterburner_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v1_300_afterburner_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v1_350_afterburner_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v2_250_afterburner_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v2_250_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v2_300_afterburner_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v2_300_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v2_350_afterburner_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/Voron_v2_350_thumbnail.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-SW-250x210.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-v0-120.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-v1-250.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-v1-300.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-v2-250.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-v2-300.png /usr/share/PrusaSlicer/profiles/Voron/bedtexture-v2-350.png /usr/share/PrusaSlicer/profiles/Voron/printbed-SW-MK52.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v0-120.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v1-250.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v1-300.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v1-350.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v2-250.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v2-300.stl /usr/share/PrusaSlicer/profiles/Voron/printbed-v2-350.stl /usr/share/PrusaSlicer/profiles/Zonestar /usr/share/PrusaSlicer/profiles/Zonestar.idx /usr/share/PrusaSlicer/profiles/Zonestar.ini /usr/share/PrusaSlicer/profiles/Zonestar/150_texture.svg /usr/share/PrusaSlicer/profiles/Zonestar/220_texture.svg /usr/share/PrusaSlicer/profiles/Zonestar/310_texture.svg /usr/share/PrusaSlicer/profiles/Zonestar/Z5X_thumbnail.png /usr/share/PrusaSlicer/profiles/Zonestar/Z5_thumbnail.png /usr/share/PrusaSlicer/profiles/Zonestar/Z6_thumbnail.png /usr/share/PrusaSlicer/profiles/Zonestar/Z8_thumbnail.png /usr/share/PrusaSlicer/profiles/Zonestar/Z9_thumbnail.png /usr/share/PrusaSlicer/profiles/Zonestar/bed_150.stl /usr/share/PrusaSlicer/profiles/Zonestar/bed_220.stl /usr/share/PrusaSlicer/profiles/Zonestar/bed_310.stl /usr/share/PrusaSlicer/profiles/gCreate /usr/share/PrusaSlicer/profiles/gCreate.idx /usr/share/PrusaSlicer/profiles/gCreate.ini /usr/share/PrusaSlicer/profiles/gCreate/GMAX15P_thumbnail.png /usr/share/PrusaSlicer/profiles/gCreate/GMAX2DUAL2IN1_thumbnail.png /usr/share/PrusaSlicer/profiles/gCreate/GMAX2DUAL_thumbnail.png /usr/share/PrusaSlicer/profiles/gCreate/GMAX2PRO_thumbnail.png /usr/share/PrusaSlicer/profiles/gCreate/GMAX2_thumbnail.png /usr/share/PrusaSlicer/profiles/gCreate/gmax15p.svg /usr/share/PrusaSlicer/profiles/gCreate/gmax15p_bed.stl /usr/share/PrusaSlicer/profiles/gCreate/gmax2.svg /usr/share/PrusaSlicer/profiles/gCreate/gmax2_bed.stl /usr/share/PrusaSlicer/shaders /usr/share/PrusaSlicer/shaders/110 /usr/share/PrusaSlicer/shaders/110/background.fs /usr/share/PrusaSlicer/shaders/110/background.vs /usr/share/PrusaSlicer/shaders/110/flat.fs /usr/share/PrusaSlicer/shaders/110/flat.vs /usr/share/PrusaSlicer/shaders/110/flat_clip.fs /usr/share/PrusaSlicer/shaders/110/flat_clip.vs /usr/share/PrusaSlicer/shaders/110/flat_texture.fs /usr/share/PrusaSlicer/shaders/110/flat_texture.vs /usr/share/PrusaSlicer/shaders/110/gouraud.fs /usr/share/PrusaSlicer/shaders/110/gouraud.vs /usr/share/PrusaSlicer/shaders/110/gouraud_light.fs /usr/share/PrusaSlicer/shaders/110/gouraud_light.vs /usr/share/PrusaSlicer/shaders/110/gouraud_light_clip.fs /usr/share/PrusaSlicer/shaders/110/gouraud_light_clip.vs /usr/share/PrusaSlicer/shaders/110/gouraud_light_instanced.fs /usr/share/PrusaSlicer/shaders/110/gouraud_light_instanced.vs /usr/share/PrusaSlicer/shaders/110/imgui.fs /usr/share/PrusaSlicer/shaders/110/imgui.vs /usr/share/PrusaSlicer/shaders/110/mm_contour.fs /usr/share/PrusaSlicer/shaders/110/mm_contour.vs /usr/share/PrusaSlicer/shaders/110/mm_gouraud.fs /usr/share/PrusaSlicer/shaders/110/mm_gouraud.vs /usr/share/PrusaSlicer/shaders/110/printbed.fs /usr/share/PrusaSlicer/shaders/110/printbed.vs /usr/share/PrusaSlicer/shaders/110/toolpaths_cog.fs /usr/share/PrusaSlicer/shaders/110/toolpaths_cog.vs /usr/share/PrusaSlicer/shaders/110/variable_layer_height.fs /usr/share/PrusaSlicer/shaders/110/variable_layer_height.vs /usr/share/PrusaSlicer/shaders/140 /usr/share/PrusaSlicer/shaders/140/background.fs /usr/share/PrusaSlicer/shaders/140/background.vs /usr/share/PrusaSlicer/shaders/140/dashed_thick_lines.fs /usr/share/PrusaSlicer/shaders/140/dashed_thick_lines.gs /usr/share/PrusaSlicer/shaders/140/dashed_thick_lines.vs /usr/share/PrusaSlicer/shaders/140/flat.fs /usr/share/PrusaSlicer/shaders/140/flat.vs /usr/share/PrusaSlicer/shaders/140/flat_clip.fs /usr/share/PrusaSlicer/shaders/140/flat_clip.vs /usr/share/PrusaSlicer/shaders/140/flat_texture.fs /usr/share/PrusaSlicer/shaders/140/flat_texture.vs /usr/share/PrusaSlicer/shaders/140/gouraud.fs /usr/share/PrusaSlicer/shaders/140/gouraud.vs /usr/share/PrusaSlicer/shaders/140/gouraud_light.fs /usr/share/PrusaSlicer/shaders/140/gouraud_light.vs /usr/share/PrusaSlicer/shaders/140/gouraud_light_clip.fs /usr/share/PrusaSlicer/shaders/140/gouraud_light_clip.vs /usr/share/PrusaSlicer/shaders/140/gouraud_light_instanced.fs /usr/share/PrusaSlicer/shaders/140/gouraud_light_instanced.vs /usr/share/PrusaSlicer/shaders/140/imgui.fs /usr/share/PrusaSlicer/shaders/140/imgui.vs /usr/share/PrusaSlicer/shaders/140/mm_contour.fs /usr/share/PrusaSlicer/shaders/140/mm_contour.vs /usr/share/PrusaSlicer/shaders/140/mm_gouraud.fs /usr/share/PrusaSlicer/shaders/140/mm_gouraud.vs /usr/share/PrusaSlicer/shaders/140/printbed.fs /usr/share/PrusaSlicer/shaders/140/printbed.vs /usr/share/PrusaSlicer/shaders/140/toolpaths_cog.fs /usr/share/PrusaSlicer/shaders/140/toolpaths_cog.vs /usr/share/PrusaSlicer/shaders/140/variable_layer_height.fs /usr/share/PrusaSlicer/shaders/140/variable_layer_height.vs /usr/share/PrusaSlicer/shaders/ES /usr/share/PrusaSlicer/shaders/ES/background.fs /usr/share/PrusaSlicer/shaders/ES/background.vs /usr/share/PrusaSlicer/shaders/ES/dashed_lines.fs /usr/share/PrusaSlicer/shaders/ES/dashed_lines.vs /usr/share/PrusaSlicer/shaders/ES/flat.fs /usr/share/PrusaSlicer/shaders/ES/flat.vs /usr/share/PrusaSlicer/shaders/ES/flat_clip.fs /usr/share/PrusaSlicer/shaders/ES/flat_clip.vs /usr/share/PrusaSlicer/shaders/ES/flat_texture.fs /usr/share/PrusaSlicer/shaders/ES/flat_texture.vs /usr/share/PrusaSlicer/shaders/ES/gouraud.fs /usr/share/PrusaSlicer/shaders/ES/gouraud.vs /usr/share/PrusaSlicer/shaders/ES/gouraud_light.fs /usr/share/PrusaSlicer/shaders/ES/gouraud_light.vs /usr/share/PrusaSlicer/shaders/ES/gouraud_light_clip.fs /usr/share/PrusaSlicer/shaders/ES/gouraud_light_clip.vs /usr/share/PrusaSlicer/shaders/ES/gouraud_light_instanced.fs /usr/share/PrusaSlicer/shaders/ES/gouraud_light_instanced.vs /usr/share/PrusaSlicer/shaders/ES/imgui.fs /usr/share/PrusaSlicer/shaders/ES/imgui.vs /usr/share/PrusaSlicer/shaders/ES/mm_contour.fs /usr/share/PrusaSlicer/shaders/ES/mm_contour.vs /usr/share/PrusaSlicer/shaders/ES/mm_gouraud.fs /usr/share/PrusaSlicer/shaders/ES/mm_gouraud.vs /usr/share/PrusaSlicer/shaders/ES/printbed.fs /usr/share/PrusaSlicer/shaders/ES/printbed.vs /usr/share/PrusaSlicer/shaders/ES/toolpaths_cog.fs /usr/share/PrusaSlicer/shaders/ES/toolpaths_cog.vs /usr/share/PrusaSlicer/shaders/ES/variable_layer_height.fs /usr/share/PrusaSlicer/shaders/ES/variable_layer_height.vs /usr/share/PrusaSlicer/shaders/ES/wireframe.fs /usr/share/PrusaSlicer/shaders/ES/wireframe.vs /usr/share/PrusaSlicer/shapes /usr/share/PrusaSlicer/shapes/3DBenchy.png /usr/share/PrusaSlicer/shapes/3DBenchy.stl /usr/share/PrusaSlicer/shapes/M3_hex_nut.png /usr/share/PrusaSlicer/shapes/M3_hex_nut.stl /usr/share/PrusaSlicer/shapes/M3x10_screw.png /usr/share/PrusaSlicer/shapes/M3x10_screw.stl /usr/share/PrusaSlicer/shapes/OTHER_recycling_symbol.png /usr/share/PrusaSlicer/shapes/OTHER_recycling_symbol.stl /usr/share/PrusaSlicer/shapes/PETG_recycling_symbol.png /usr/share/PrusaSlicer/shapes/PETG_recycling_symbol.stl /usr/share/PrusaSlicer/shapes/PLA_recycling_symbol.png /usr/share/PrusaSlicer/shapes/PLA_recycling_symbol.stl /usr/share/PrusaSlicer/shapes/box.png /usr/share/PrusaSlicer/shapes/box.stl /usr/share/PrusaSlicer/shapes/bunny.png /usr/share/PrusaSlicer/shapes/bunny.stl /usr/share/PrusaSlicer/shapes/cone.png /usr/share/PrusaSlicer/shapes/cone.stl /usr/share/PrusaSlicer/shapes/cylinder.png /usr/share/PrusaSlicer/shapes/cylinder.stl /usr/share/PrusaSlicer/shapes/helper_disk.png /usr/share/PrusaSlicer/shapes/helper_disk.stl /usr/share/PrusaSlicer/shapes/pyramid.png /usr/share/PrusaSlicer/shapes/pyramid.stl /usr/share/PrusaSlicer/shapes/sign_base.png /usr/share/PrusaSlicer/shapes/sign_base.stl /usr/share/PrusaSlicer/shapes/sign_base_rounded.png /usr/share/PrusaSlicer/shapes/sign_base_rounded.stl /usr/share/PrusaSlicer/shapes/sphere.png /usr/share/PrusaSlicer/shapes/sphere.stl /usr/share/PrusaSlicer/shapes/torus.png /usr/share/PrusaSlicer/shapes/torus.stl /usr/share/PrusaSlicer/shapes/universal wall mount hole.png /usr/share/PrusaSlicer/shapes/universal wall mount hole.stl /usr/share/PrusaSlicer/web /usr/share/PrusaSlicer/web/connect_error.html /usr/share/PrusaSlicer/web/connect_loading.html /usr/share/PrusaSlicer/web/error_no_reload.html /usr/share/PrusaSlicer/web/other_error.html /usr/share/PrusaSlicer/web/other_loading.html /usr/share/applications/PrusaGcodeviewer.desktop /usr/share/applications/PrusaSlicer.desktop /usr/share/doc/packages/PrusaSlicer /usr/share/doc/packages/PrusaSlicer/README.md /usr/share/doc/packages/PrusaSlicer/doc /usr/share/doc/packages/PrusaSlicer/doc/Dependencies.md /usr/share/doc/packages/PrusaSlicer/doc/How to build - Linux et al.md /usr/share/doc/packages/PrusaSlicer/doc/How to build - Mac OS.md /usr/share/doc/packages/PrusaSlicer/doc/How to build - Windows.md /usr/share/doc/packages/PrusaSlicer/doc/Localization_guide.md /usr/share/doc/packages/PrusaSlicer/doc/images /usr/share/doc/packages/PrusaSlicer/doc/images/long_text_on_button.png /usr/share/doc/packages/PrusaSlicer/doc/seam_placement /usr/share/doc/packages/PrusaSlicer/doc/seam_placement/corner_penalty_function.png /usr/share/doc/packages/PrusaSlicer/doc/updating /usr/share/doc/packages/PrusaSlicer/doc/updating/Updating.md /usr/share/doc/packages/PrusaSlicer/doc/updating/setting_mod.png /usr/share/doc/packages/PrusaSlicer/doc/updating/setting_sys.png /usr/share/doc/packages/PrusaSlicer/doc/updating/setting_user.png /usr/share/doc/packages/PrusaSlicer/doc/updating/snapshots_dialog.png /usr/share/icons/hicolor/128x128/apps/PrusaSlicer-gcodeviewer.png /usr/share/icons/hicolor/128x128/apps/PrusaSlicer.png /usr/share/icons/hicolor/192x192/apps/PrusaSlicer-gcodeviewer.png /usr/share/icons/hicolor/192x192/apps/PrusaSlicer.png /usr/share/icons/hicolor/32x32/apps/PrusaSlicer-gcodeviewer.png /usr/share/icons/hicolor/32x32/apps/PrusaSlicer.png /usr/share/licenses/PrusaSlicer /usr/share/licenses/PrusaSlicer/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 10 00:13:42 2025