diff options
Diffstat (limited to 'cad/PrusaSlicer')
| -rw-r--r-- | cad/PrusaSlicer/Makefile | 10 | ||||
| -rw-r--r-- | cad/PrusaSlicer/distinfo | 6 | ||||
| -rw-r--r-- | cad/PrusaSlicer/files/patch-cmake_modules_FindOpenVDB.cmake | 7 | ||||
| -rw-r--r-- | cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp | 8 | ||||
| -rw-r--r-- | cad/PrusaSlicer/pkg-plist | 1147 |
5 files changed, 1169 insertions, 9 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 8622357c0734..9b6887c78e02 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,7 +1,6 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX=version_ -DISTVERSION= 2.9.2 -PORTREVISION= 4 +DISTVERSION= 2.9.4 CATEGORIES= cad DIST_SUBDIR= PrusaSlicer @@ -16,7 +15,8 @@ BUILD_DEPENDS= cereal>=1.3.0.10:devel/cereal \ cgal>=5.0.2:math/cgal \ opencascade>=7.7.0:cad/opencascade \ libbgcode>=0.2.0_1:cad/libbgcode \ - hidapi>=0.14.0:comms/hidapi + hidapi>=0.14.0:comms/hidapi \ + nlohmann-json>=3.12:devel/nlohmann-json LIB_DEPENDS+= libbgcode_convert.so:cad/libbgcode \ libbgcode_binarize.so:cad/libbgcode \ @@ -65,7 +65,11 @@ CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -Wno-dev PORTDATA= * + post-patch: ${MKDIR} ${WRKSRC}/bundled_deps/hidapi/libusb ${CP} ${FILESDIR}/hid.c ${WRKSRC}/bundled_deps/hidapi/libusb/hid.c + @${REINPLACE_CMD} -e '/_boost_/s|system;||' \ + ${WRKSRC}/CMakeLists.txt + .include <bsd.port.mk> diff --git a/cad/PrusaSlicer/distinfo b/cad/PrusaSlicer/distinfo index f45180546e6a..78eea67f34eb 100644 --- a/cad/PrusaSlicer/distinfo +++ b/cad/PrusaSlicer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744711814 -SHA256 (PrusaSlicer/prusa3d-PrusaSlicer-version_2.9.2_GH0.tar.gz) = ee0efd43729ae4a0dc16372f6a562d577e482f62e9b1851d8a5f30c61d9f317d -SIZE (PrusaSlicer/prusa3d-PrusaSlicer-version_2.9.2_GH0.tar.gz) = 76992191 +TIMESTAMP = 1763151878 +SHA256 (PrusaSlicer/prusa3d-PrusaSlicer-version_2.9.4_GH0.tar.gz) = 4f2d8d30561047a82f63ec23eb530f996b08d599c0d9ecbaebaeb44aa4a1c849 +SIZE (PrusaSlicer/prusa3d-PrusaSlicer-version_2.9.4_GH0.tar.gz) = 79411287 diff --git a/cad/PrusaSlicer/files/patch-cmake_modules_FindOpenVDB.cmake b/cad/PrusaSlicer/files/patch-cmake_modules_FindOpenVDB.cmake index 142237d5aafd..ed9e56e6f1f3 100644 --- a/cad/PrusaSlicer/files/patch-cmake_modules_FindOpenVDB.cmake +++ b/cad/PrusaSlicer/files/patch-cmake_modules_FindOpenVDB.cmake @@ -39,7 +39,7 @@ endif() if(OpenVDB_USES_EXR) -@@ -463,7 +451,7 @@ endif() +@@ -463,15 +451,15 @@ endif() endif() # Set deps. Note that the order here is important. If we're building against @@ -48,10 +48,11 @@ # users chosen namespaced headers are correctly prioritized. Otherwise other # include paths from shared installs (including houdini) may pull in the wrong # headers -@@ -471,7 +459,7 @@ set(_OPENVDB_VISIBLE_DEPENDENCIES + set(_OPENVDB_VISIBLE_DEPENDENCIES ++ Boost::filesystem Boost::iostreams - Boost::system +- Boost::system - IlmBase::Half + Imath::Imath ) diff --git a/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp b/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp index 49901b22f613..1bee4d73e294 100644 --- a/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp +++ b/cad/PrusaSlicer/files/patch-src_slic3r_Utils_Bonjour.hpp @@ -1,5 +1,13 @@ --- src/slic3r/Utils/Bonjour.hpp.orig 2024-12-20 11:54:34 UTC +++ src/slic3r/Utils/Bonjour.hpp +@@ -13,6 +13,7 @@ + #include <functional> + + #include <boost/asio.hpp> ++#include <boost/asio/deadline_timer.hpp> + #include <boost/asio/ip/address.hpp> + #include <boost/optional.hpp> + #include <boost/system/error_code.hpp> @@ -155,11 +155,11 @@ class UdpSocket (public) UdpSocket(Bonjour::ReplyFn replyfn , const boost::asio::ip::address& multicast_address diff --git a/cad/PrusaSlicer/pkg-plist b/cad/PrusaSlicer/pkg-plist index 6af5ef084a6e..f9eb485556db 100644 --- a/cad/PrusaSlicer/pkg-plist +++ b/cad/PrusaSlicer/pkg-plist @@ -1,6 +1,1153 @@ bin/prusa-gcodeviewer bin/prusa-slicer lib/OCCTWrapper.so +%%DATADIR%%/data/embossed_text.obj +%%DATADIR%%/data/hints.ini +%%DATADIR%%/data/printer_gantries/geometries.json +%%DATADIR%%/data/printer_gantries/prusa3d_coreoneL_gantry.stl +%%DATADIR%%/data/printer_gantries/prusa3d_coreone_gantry.stl +%%DATADIR%%/data/printer_gantries/prusa3d_ht90_actuator.stl +%%DATADIR%%/data/printer_gantries/prusa3d_mini_gantry.stl +%%DATADIR%%/data/printer_gantries/prusa3d_mk3s_gantry.stl +%%DATADIR%%/data/printer_gantries/prusa3d_mk4_gantry.stl +%%DATADIR%%/data/printer_gantries/prusa3d_mk4s_gantry.stl +%%DATADIR%%/data/printer_gantries/prusa3d_xl_gantry.stl +%%DATADIR%%/data/sla_support.svg +%%DATADIR%%/fonts/NotoSans-Regular.ttf +%%DATADIR%%/fonts/NotoSansCJK-Regular.ttc +%%DATADIR%%/fonts/README.txt +%%DATADIR%%/icons/Pmetal_001.png +%%DATADIR%%/icons/PrusaSlicer-gcodeviewer-mac_128px.png +%%DATADIR%%/icons/PrusaSlicer-gcodeviewer.ico +%%DATADIR%%/icons/PrusaSlicer-gcodeviewer.svg +%%DATADIR%%/icons/PrusaSlicer-gcodeviewer_128px.png +%%DATADIR%%/icons/PrusaSlicer-gcodeviewer_192px.png +%%DATADIR%%/icons/PrusaSlicer-gcodeviewer_32px.png +%%DATADIR%%/icons/PrusaSlicer-mac_128px.png +%%DATADIR%%/icons/PrusaSlicer.icns +%%DATADIR%%/icons/PrusaSlicer.ico +%%DATADIR%%/icons/PrusaSlicer.png +%%DATADIR%%/icons/PrusaSlicer.svg +%%DATADIR%%/icons/PrusaSlicer_128px.png +%%DATADIR%%/icons/PrusaSlicer_192px.png +%%DATADIR%%/icons/PrusaSlicer_192px_grayscale.png +%%DATADIR%%/icons/PrusaSlicer_192px_transparent.png +%%DATADIR%%/icons/PrusaSlicer_32px.png +%%DATADIR%%/icons/add.svg +%%DATADIR%%/icons/add_copies.svg +%%DATADIR%%/icons/add_gcode.svg +%%DATADIR%%/icons/add_modifier.svg +%%DATADIR%%/icons/add_negative.svg +%%DATADIR%%/icons/add_part.svg +%%DATADIR%%/icons/add_text_modifier.svg +%%DATADIR%%/icons/add_text_negative.svg +%%DATADIR%%/icons/add_text_part.svg +%%DATADIR%%/icons/advanced_plus.svg +%%DATADIR%%/icons/align_horizontal_center.svg +%%DATADIR%%/icons/align_horizontal_left.svg +%%DATADIR%%/icons/align_horizontal_right.svg +%%DATADIR%%/icons/align_vertical_bottom.svg +%%DATADIR%%/icons/align_vertical_center.svg +%%DATADIR%%/icons/align_vertical_top.svg +%%DATADIR%%/icons/arrange.svg +%%DATADIR%%/icons/arrange_current.svg +%%DATADIR%%/icons/attention.svg +%%DATADIR%%/icons/browse.svg +%%DATADIR%%/icons/bullet_black.png +%%DATADIR%%/icons/bullet_blue.png +%%DATADIR%%/icons/bullet_white.png +%%DATADIR%%/icons/burn.svg +%%DATADIR%%/icons/change_extruder.svg +%%DATADIR%%/icons/check_off.svg +%%DATADIR%%/icons/check_off_disabled.svg +%%DATADIR%%/icons/check_off_focused.svg +%%DATADIR%%/icons/check_on.svg +%%DATADIR%%/icons/check_on_disabled.svg +%%DATADIR%%/icons/check_on_focused.svg +%%DATADIR%%/icons/checked.svg +%%DATADIR%%/icons/cog.svg +%%DATADIR%%/icons/cog_.svg +%%DATADIR%%/icons/cog_f.svg +%%DATADIR%%/icons/cog_go.png +%%DATADIR%%/icons/collapse.svg +%%DATADIR%%/icons/collapse_btn.svg +%%DATADIR%%/icons/colorchange_add.svg +%%DATADIR%%/icons/colorchange_add_f.svg +%%DATADIR%%/icons/colorchange_add_m.svg +%%DATADIR%%/icons/colorchange_del.svg +%%DATADIR%%/icons/colorchange_del_f.svg +%%DATADIR%%/icons/compare.svg +%%DATADIR%%/icons/connect_gcode.svg +%%DATADIR%%/icons/connect_status.svg +%%DATADIR%%/icons/convert_file.svg +%%DATADIR%%/icons/cooling.svg +%%DATADIR%%/icons/copy.svg +%%DATADIR%%/icons/copy_menu.svg +%%DATADIR%%/icons/cross.svg +%%DATADIR%%/icons/cross_focus.svg +%%DATADIR%%/icons/cross_focus_large.svg +%%DATADIR%%/icons/custom-gcode_gcode.svg +%%DATADIR%%/icons/custom-gcode_measure.svg +%%DATADIR%%/icons/custom-gcode_object-info.svg +%%DATADIR%%/icons/custom-gcode_single.svg +%%DATADIR%%/icons/custom-gcode_slicing-state.svg +%%DATADIR%%/icons/custom-gcode_slicing-state_global.svg +%%DATADIR%%/icons/custom-gcode_stats.svg +%%DATADIR%%/icons/custom-gcode_vector-index.svg +%%DATADIR%%/icons/custom-gcode_vector.svg +%%DATADIR%%/icons/cut.svg +%%DATADIR%%/icons/cut_.svg +%%DATADIR%%/icons/cut_connectors.svg +%%DATADIR%%/icons/delete.svg +%%DATADIR%%/icons/delete_all.svg +%%DATADIR%%/icons/delete_all_menu.svg +%%DATADIR%%/icons/dot.svg +%%DATADIR%%/icons/dot_small.svg +%%DATADIR%%/icons/dot_white.svg +%%DATADIR%%/icons/dowel.svg +%%DATADIR%%/icons/drop_down.svg +%%DATADIR%%/icons/drop_to_bed.svg +%%DATADIR%%/icons/edit.svg +%%DATADIR%%/icons/edit_button.svg +%%DATADIR%%/icons/edit_button_pressed.svg +%%DATADIR%%/icons/edit_gcode.svg +%%DATADIR%%/icons/edit_gcode_f.svg +%%DATADIR%%/icons/edit_layers_all.svg +%%DATADIR%%/icons/edit_layers_some.svg +%%DATADIR%%/icons/edit_uni.svg +%%DATADIR%%/icons/editor.svg +%%DATADIR%%/icons/editor_menu.svg +%%DATADIR%%/icons/eject_sd.svg +%%DATADIR%%/icons/empty.svg +%%DATADIR%%/icons/equal.svg +%%DATADIR%%/icons/error_tick.svg +%%DATADIR%%/icons/error_tick_f.svg +%%DATADIR%%/icons/exclamation.svg +%%DATADIR%%/icons/exclamation_manifold.svg +%%DATADIR%%/icons/exit.svg +%%DATADIR%%/icons/expand_btn.svg +%%DATADIR%%/icons/export_config.svg +%%DATADIR%%/icons/export_config_bundle.svg +%%DATADIR%%/icons/export_gcode.svg +%%DATADIR%%/icons/export_plater.svg +%%DATADIR%%/icons/export_to_sd.svg +%%DATADIR%%/icons/eye_closed.svg +%%DATADIR%%/icons/eye_open.svg +%%DATADIR%%/icons/fdm_supports.svg +%%DATADIR%%/icons/fdm_supports_.svg +%%DATADIR%%/icons/flag_green.svg +%%DATADIR%%/icons/flag_red.svg +%%DATADIR%%/icons/funnel.svg +%%DATADIR%%/icons/fuzzy_skin.svg +%%DATADIR%%/icons/fuzzy_skin_painting.svg +%%DATADIR%%/icons/fuzzy_skin_painting_.svg +%%DATADIR%%/icons/gcode.icns +%%DATADIR%%/icons/hollow.svg +%%DATADIR%%/icons/hollowing.svg +%%DATADIR%%/icons/horizontal_hide.svg +%%DATADIR%%/icons/horizontal_show.svg +%%DATADIR%%/icons/import_config.svg +%%DATADIR%%/icons/import_config_bundle.svg +%%DATADIR%%/icons/import_plater.svg +%%DATADIR%%/icons/infill.svg +%%DATADIR%%/icons/info.svg +%%DATADIR%%/icons/instance_add.svg +%%DATADIR%%/icons/instance_remove.svg +%%DATADIR%%/icons/ironing.svg +%%DATADIR%%/icons/layers.svg +%%DATADIR%%/icons/layers_white.svg +%%DATADIR%%/icons/legend_cog.svg +%%DATADIR%%/icons/legend_colorchanges.svg +%%DATADIR%%/icons/legend_customgcodes.svg +%%DATADIR%%/icons/legend_deretract.svg +%%DATADIR%%/icons/legend_pauseprints.svg +%%DATADIR%%/icons/legend_retract.svg +%%DATADIR%%/icons/legend_seams.svg +%%DATADIR%%/icons/legend_shells.svg +%%DATADIR%%/icons/legend_toolchanges.svg +%%DATADIR%%/icons/legend_toolmarker.svg +%%DATADIR%%/icons/legend_travel.svg +%%DATADIR%%/icons/legend_wipe.svg +%%DATADIR%%/icons/lock.svg +%%DATADIR%%/icons/lock_closed.svg +%%DATADIR%%/icons/lock_closed_f.svg +%%DATADIR%%/icons/lock_closed_white.svg +%%DATADIR%%/icons/lock_open.svg +%%DATADIR%%/icons/lock_open_f.svg +%%DATADIR%%/icons/lock_open_sys.svg +%%DATADIR%%/icons/login.svg +%%DATADIR%%/icons/logout.svg +%%DATADIR%%/icons/make_bold.svg +%%DATADIR%%/icons/make_italic.svg +%%DATADIR%%/icons/make_unbold.svg +%%DATADIR%%/icons/make_unitalic.svg +%%DATADIR%%/icons/mark_X.svg +%%DATADIR%%/icons/mark_Y.svg +%%DATADIR%%/icons/mark_Z.svg +%%DATADIR%%/icons/measure.svg +%%DATADIR%%/icons/mirroring_off.svg +%%DATADIR%%/icons/mirroring_on.svg +%%DATADIR%%/icons/mirroring_transparent.svg +%%DATADIR%%/icons/mmu_segmentation.svg +%%DATADIR%%/icons/mmu_segmentation_.svg +%%DATADIR%%/icons/mode.svg +%%DATADIR%%/icons/mode_advanced.svg +%%DATADIR%%/icons/mode_expert.svg +%%DATADIR%%/icons/mode_simple.svg +%%DATADIR%%/icons/move.svg +%%DATADIR%%/icons/not_equal.svg +%%DATADIR%%/icons/note.svg +%%DATADIR%%/icons/notification_cancel.svg +%%DATADIR%%/icons/notification_cancel_hover.svg +%%DATADIR%%/icons/notification_clippy.svg +%%DATADIR%%/icons/notification_close.svg +%%DATADIR%%/icons/notification_close_hover.svg +%%DATADIR%%/icons/notification_documentation.svg +%%DATADIR%%/icons/notification_documentation_hover.svg +%%DATADIR%%/icons/notification_eject_sd.svg +%%DATADIR%%/icons/notification_eject_sd_hover.svg +%%DATADIR%%/icons/notification_error.svg +%%DATADIR%%/icons/notification_info.svg +%%DATADIR%%/icons/notification_minimalize.svg +%%DATADIR%%/icons/notification_minimalize_hover.svg +%%DATADIR%%/icons/notification_open.svg +%%DATADIR%%/icons/notification_open_hover.svg +%%DATADIR%%/icons/notification_pause.svg +%%DATADIR%%/icons/notification_pause_hover.svg +%%DATADIR%%/icons/notification_play.svg +%%DATADIR%%/icons/notification_play_hover.svg +%%DATADIR%%/icons/notification_preferences.svg +%%DATADIR%%/icons/notification_preferences_hover.svg +%%DATADIR%%/icons/notification_right.svg +%%DATADIR%%/icons/notification_right_hover.svg +%%DATADIR%%/icons/notification_warning.svg +%%DATADIR%%/icons/notification_warning_grey.svg +%%DATADIR%%/icons/number_of_copies.svg +%%DATADIR%%/icons/numbers.png +%%DATADIR%%/icons/objlist_info.svg +%%DATADIR%%/icons/open.svg +%%DATADIR%%/icons/open_browser.svg +%%DATADIR%%/icons/output+page_white.svg +%%DATADIR%%/icons/pad.svg +%%DATADIR%%/icons/paste.svg +%%DATADIR%%/icons/paste_menu.svg +%%DATADIR%%/icons/pause_print.svg +%%DATADIR%%/icons/pause_print_f.svg +%%DATADIR%%/icons/place.svg +%%DATADIR%%/icons/plater.svg +%%DATADIR%%/icons/plug.svg +%%DATADIR%%/icons/preview.svg +%%DATADIR%%/icons/preview_menu.svg +%%DATADIR%%/icons/print_finished.svg +%%DATADIR%%/icons/print_idle.svg +%%DATADIR%%/icons/print_running.svg +%%DATADIR%%/icons/printer.svg +%%DATADIR%%/icons/printer_available.svg +%%DATADIR%%/icons/printer_busy.svg +%%DATADIR%%/icons/printer_offline.svg +%%DATADIR%%/icons/printer_placeholder.png +%%DATADIR%%/icons/printer_white.svg +%%DATADIR%%/icons/question.svg +%%DATADIR%%/icons/re_slice.svg +%%DATADIR%%/icons/redo.svg +%%DATADIR%%/icons/redo_menu.svg +%%DATADIR%%/icons/redo_toolbar.svg +%%DATADIR%%/icons/reflection_x.svg +%%DATADIR%%/icons/reflection_y.svg +%%DATADIR%%/icons/refresh.svg +%%DATADIR%%/icons/remove.svg +%%DATADIR%%/icons/remove_copies.svg +%%DATADIR%%/icons/remove_menu.svg +%%DATADIR%%/icons/resin.svg +%%DATADIR%%/icons/revert_all_.svg +%%DATADIR%%/icons/rotate.svg +%%DATADIR%%/icons/save.svg +%%DATADIR%%/icons/scalar_param.svg +%%DATADIR%%/icons/scale.svg +%%DATADIR%%/icons/seam.svg +%%DATADIR%%/icons/seam_.svg +%%DATADIR%%/icons/search.svg +%%DATADIR%%/icons/search_.svg +%%DATADIR%%/icons/search_blink.svg +%%DATADIR%%/icons/search_gray.svg +%%DATADIR%%/icons/set_separate_obj.svg +%%DATADIR%%/icons/settings.svg +%%DATADIR%%/icons/shape_gallery.svg +%%DATADIR%%/icons/sinking.svg +%%DATADIR%%/icons/skirt+brim.svg +%%DATADIR%%/icons/sla_printer.svg +%%DATADIR%%/icons/sla_printer_available.svg +%%DATADIR%%/icons/sla_printer_busy.svg +%%DATADIR%%/icons/sla_printer_offline.svg +%%DATADIR%%/icons/sla_supports.svg +%%DATADIR%%/icons/sla_view_original.svg +%%DATADIR%%/icons/sla_view_processed.svg +%%DATADIR%%/icons/slice_all.svg +%%DATADIR%%/icons/snap.svg +%%DATADIR%%/icons/sphere_blueish.svg +%%DATADIR%%/icons/sphere_cyan.svg +%%DATADIR%%/icons/sphere_lightgray.svg +%%DATADIR%%/icons/sphere_orange.svg +%%DATADIR%%/icons/sphere_redish.svg +%%DATADIR%%/icons/spin_dec.svg +%%DATADIR%%/icons/spin_dec_act.svg +%%DATADIR%%/icons/spin_inc.svg +%%DATADIR%%/icons/spin_inc_act.svg +%%DATADIR%%/icons/splashscreen-gcodepreview.jpg +%%DATADIR%%/icons/splashscreen.jpg +%%DATADIR%%/icons/split_object_SMALL.svg +%%DATADIR%%/icons/split_objects.svg +%%DATADIR%%/icons/split_parts.svg +%%DATADIR%%/icons/split_parts_SMALL.svg +%%DATADIR%%/icons/spool.svg +%%DATADIR%%/icons/stl.icns +%%DATADIR%%/icons/support.svg +%%DATADIR%%/icons/support_blocker.svg +%%DATADIR%%/icons/support_enforcer.svg +%%DATADIR%%/icons/support_structure.svg +%%DATADIR%%/icons/support_structure_invisible.svg +%%DATADIR%%/icons/svg_modifier.svg +%%DATADIR%%/icons/svg_negative.svg +%%DATADIR%%/icons/svg_part.svg +%%DATADIR%%/icons/switch_presets.svg +%%DATADIR%%/icons/test.svg +%%DATADIR%%/icons/thumb_down.svg +%%DATADIR%%/icons/thumb_left.svg +%%DATADIR%%/icons/thumb_right.svg +%%DATADIR%%/icons/thumb_up.svg +%%DATADIR%%/icons/tick_mark.svg +%%DATADIR%%/icons/time.svg +%%DATADIR%%/icons/timer_dot.svg +%%DATADIR%%/icons/timer_dot_empty.svg +%%DATADIR%%/icons/toggle_off.svg +%%DATADIR%%/icons/toggle_on.svg +%%DATADIR%%/icons/toolbar_arrow.svg +%%DATADIR%%/icons/toolbar_arrow_2.svg +%%DATADIR%%/icons/toolbar_background.png +%%DATADIR%%/icons/undo.svg +%%DATADIR%%/icons/undo_f.svg +%%DATADIR%%/icons/undo_menu.svg +%%DATADIR%%/icons/undo_toolbar.svg +%%DATADIR%%/icons/upload_queue.svg +%%DATADIR%%/icons/user.svg +%%DATADIR%%/icons/user_mask.svg +%%DATADIR%%/icons/vector_filament_param.svg +%%DATADIR%%/icons/vector_param.svg +%%DATADIR%%/icons/wrench.svg +%%DATADIR%%/icons/wrench_white.svg +%%DATADIR%%/localization/PrusaSlicer.pot +%%DATADIR%%/localization/be/PrusaSlicer.mo +%%DATADIR%%/localization/be/PrusaSlicer_be.po +%%DATADIR%%/localization/ca/PrusaSlicer.mo +%%DATADIR%%/localization/ca/PrusaSlicer_ca.po +%%DATADIR%%/localization/cs/PrusaSlicer.mo +%%DATADIR%%/localization/cs/PrusaSlicer_cs.po +%%DATADIR%%/localization/de/PrusaSlicer.mo +%%DATADIR%%/localization/de/PrusaSlicer_de.po +%%DATADIR%%/localization/en/PrusaSlicer.mo +%%DATADIR%%/localization/en/PrusaSlicer_en.po +%%DATADIR%%/localization/es/PrusaSlicer.mo +%%DATADIR%%/localization/es/PrusaSlicer_es.po +%%DATADIR%%/localization/fi/PrusaSlicer.mo +%%DATADIR%%/localization/fi/PrusaSlicer_fi.po +%%DATADIR%%/localization/fr/PrusaSlicer.mo +%%DATADIR%%/localization/fr/PrusaSlicer_fr.po +%%DATADIR%%/localization/hu/PrusaSlicer.mo +%%DATADIR%%/localization/hu/PrusaSlicer_hu.po +%%DATADIR%%/localization/it/PrusaSlicer.mo +%%DATADIR%%/localization/it/PrusaSlicer_it.po +%%DATADIR%%/localization/ja/PrusaSlicer.mo +%%DATADIR%%/localization/ja/PrusaSlicer_ja.po +%%DATADIR%%/localization/ko/PrusaSlicer.mo +%%DATADIR%%/localization/ko/PrusaSlicer_ko_KR.po +%%DATADIR%%/localization/ko_KR/PrusaSlicer.mo +%%DATADIR%%/localization/ko_KR/PrusaSlicer_ko.po +%%DATADIR%%/localization/ko_KR/PrusaSlicer_ko_KR.mo +%%DATADIR%%/localization/ko_KR/PrusaSlicer_ko_KR.po +%%DATADIR%%/localization/list.txt +%%DATADIR%%/localization/nl/PrusaSlicer.mo +%%DATADIR%%/localization/nl/PrusaSlicer_nl.po +%%DATADIR%%/localization/pl/PrusaSlicer.mo +%%DATADIR%%/localization/pl/PrusaSlicer_pl.po +%%DATADIR%%/localization/pt_BR/PrusaSlicer.mo +%%DATADIR%%/localization/pt_BR/PrusaSlicer_pt_BR.po +%%DATADIR%%/localization/ru/PrusaSlicer.mo +%%DATADIR%%/localization/ru/PrusaSlicer_ru.po +%%DATADIR%%/localization/sl/PrusaSlicer.mo +%%DATADIR%%/localization/sl/PrusaSlicer.po +%%DATADIR%%/localization/tr/PrusaSlicer.mo +%%DATADIR%%/localization/tr/PrusaSlicer_tr.po +%%DATADIR%%/localization/uk/PrusaSlicer.mo +%%DATADIR%%/localization/uk/PrusaSlicer_uk.po +%%DATADIR%%/localization/wx_locale/af.po +%%DATADIR%%/localization/wx_locale/an.po +%%DATADIR%%/localization/wx_locale/ar.po +%%DATADIR%%/localization/wx_locale/be.po +%%DATADIR%%/localization/wx_locale/ca.po +%%DATADIR%%/localization/wx_locale/ca@valencia.po +%%DATADIR%%/localization/wx_locale/cs.po +%%DATADIR%%/localization/wx_locale/da.po +%%DATADIR%%/localization/wx_locale/de.po +%%DATADIR%%/localization/wx_locale/el.po +%%DATADIR%%/localization/wx_locale/en.mo +%%DATADIR%%/localization/wx_locale/en.po +%%DATADIR%%/localization/wx_locale/es.po +%%DATADIR%%/localization/wx_locale/eu.po +%%DATADIR%%/localization/wx_locale/fa_IR.po +%%DATADIR%%/localization/wx_locale/fi.po +%%DATADIR%%/localization/wx_locale/fr.po +%%DATADIR%%/localization/wx_locale/gl_ES.po +%%DATADIR%%/localization/wx_locale/hi.po +%%DATADIR%%/localization/wx_locale/hr.po +%%DATADIR%%/localization/wx_locale/hu.po +%%DATADIR%%/localization/wx_locale/id.po +%%DATADIR%%/localization/wx_locale/it.po +%%DATADIR%%/localization/wx_locale/ja.po +%%DATADIR%%/localization/wx_locale/ko.po +%%DATADIR%%/localization/wx_locale/ko_KR.po +%%DATADIR%%/localization/wx_locale/lt.po +%%DATADIR%%/localization/wx_locale/lv.po +%%DATADIR%%/localization/wx_locale/ms.po +%%DATADIR%%/localization/wx_locale/nb.po +%%DATADIR%%/localization/wx_locale/ne.po +%%DATADIR%%/localization/wx_locale/nl.po +%%DATADIR%%/localization/wx_locale/pl.po +%%DATADIR%%/localization/wx_locale/pt.po +%%DATADIR%%/localization/wx_locale/pt_BR.po +%%DATADIR%%/localization/wx_locale/ro.po +%%DATADIR%%/localization/wx_locale/ru.po +%%DATADIR%%/localization/wx_locale/sk.po +%%DATADIR%%/localization/wx_locale/sl.po +%%DATADIR%%/localization/wx_locale/sq.po +%%DATADIR%%/localization/wx_locale/sv.po +%%DATADIR%%/localization/wx_locale/ta.po +%%DATADIR%%/localization/wx_locale/tr.po +%%DATADIR%%/localization/wx_locale/uk.po +%%DATADIR%%/localization/wx_locale/vi.po +%%DATADIR%%/localization/wx_locale/zh_CN.po +%%DATADIR%%/localization/wx_locale/zh_TW.po +%%DATADIR%%/localization/zh_CN/PrusaSlicer.mo +%%DATADIR%%/localization/zh_CN/PrusaSlicer_zh_CN.po +%%DATADIR%%/localization/zh_TW/PrusaSlicer.mo +%%DATADIR%%/localization/zh_TW/PrusaSlicer_zh_TW.po +%%DATADIR%%/profiles/Anker.idx +%%DATADIR%%/profiles/Anker.ini +%%DATADIR%%/profiles/Anker/M5-bed.stl +%%DATADIR%%/profiles/Anker/M5-texture.svg +%%DATADIR%%/profiles/Anker/M5-texture_v2.svg +%%DATADIR%%/profiles/Anker/M5C-bed.stl +%%DATADIR%%/profiles/Anker/M5C-texture.svg +%%DATADIR%%/profiles/Anker/M5C-texture_v2.svg +%%DATADIR%%/profiles/Anker/M5C_thumbnail.png +%%DATADIR%%/profiles/Anker/M5C_thumbnail_v2.png +%%DATADIR%%/profiles/Anker/M5_thumbnail.png +%%DATADIR%%/profiles/Anker/M5_thumbnail_v2.png +%%DATADIR%%/profiles/Anycubic.idx +%%DATADIR%%/profiles/Anycubic.ini +%%DATADIR%%/profiles/Anycubic/4MAXPRO20_bed.stl +%%DATADIR%%/profiles/Anycubic/4MAXPRO20_texture.svg +%%DATADIR%%/profiles/Anycubic/4MAXPRO20_thumbnail.png +%%DATADIR%%/profiles/Anycubic/AK.png +%%DATADIR%%/profiles/Anycubic/AK.svg +%%DATADIR%%/profiles/Anycubic/AKLP_Bed.stl +%%DATADIR%%/profiles/Anycubic/AKLP_thumbnail.png +%%DATADIR%%/profiles/Anycubic/AK_Bed.stl +%%DATADIR%%/profiles/Anycubic/AK_thumbnail.png +%%DATADIR%%/profiles/Anycubic/I3MEGAS_thumbnail.png +%%DATADIR%%/profiles/Anycubic/I3MEGA_thumbnail.png +%%DATADIR%%/profiles/Anycubic/MEGA0_thumbnail.png +%%DATADIR%%/profiles/Anycubic/PHOTON MONO SE_thumbnail.png +%%DATADIR%%/profiles/Anycubic/PHOTON MONO X 6K_thumbnail.png +%%DATADIR%%/profiles/Anycubic/PHOTON MONO X_thumbnail.png +%%DATADIR%%/profiles/Anycubic/PHOTON MONO_thumbnail.png +%%DATADIR%%/profiles/Anycubic/PREDATOR_thumbnail.png +%%DATADIR%%/profiles/Anycubic/i3megas.svg +%%DATADIR%%/profiles/Anycubic/i3megas_bed.stl +%%DATADIR%%/profiles/Anycubic/mega0.svg +%%DATADIR%%/profiles/Anycubic/mega0_bed.stl +%%DATADIR%%/profiles/AnycubicSLA.idx +%%DATADIR%%/profiles/AnycubicSLA.ini +%%DATADIR%%/profiles/AnycubicSLA/PHOTON MONO SE_thumbnail.png +%%DATADIR%%/profiles/AnycubicSLA/PHOTON MONO X 6K_thumbnail.png +%%DATADIR%%/profiles/AnycubicSLA/PHOTON MONO X_thumbnail.png +%%DATADIR%%/profiles/AnycubicSLA/PHOTON MONO_thumbnail.png +%%DATADIR%%/profiles/ArchiveRepositoryManifest.json +%%DATADIR%%/profiles/Artillery.idx +%%DATADIR%%/profiles/Artillery.ini +%%DATADIR%%/profiles/Artillery/Genius_thumbnail.png +%%DATADIR%%/profiles/Artillery/Hornet_thumbnail.png +%%DATADIR%%/profiles/Artillery/X1_thumbnail.png +%%DATADIR%%/profiles/Artillery/X3 Plus_thumbnail.png +%%DATADIR%%/profiles/Artillery/X3 Pro_thumbnail.png +%%DATADIR%%/profiles/Artillery/X4 Max_thumbnail.png +%%DATADIR%%/profiles/Artillery/X4 Plus_thumbnail.png +%%DATADIR%%/profiles/Artillery/X4 Pro_thumbnail.png +%%DATADIR%%/profiles/Artillery/bed-genius.png +%%DATADIR%%/profiles/Artillery/bed-genius.stl +%%DATADIR%%/profiles/Artillery/bed-hornet.png +%%DATADIR%%/profiles/Artillery/bed-hornet.stl +%%DATADIR%%/profiles/Artillery/bed-x1.png +%%DATADIR%%/profiles/Artillery/bed-x1.stl +%%DATADIR%%/profiles/Artillery/bed-x3-plus.stl +%%DATADIR%%/profiles/Artillery/bed-x3-pro.stl +%%DATADIR%%/profiles/Artillery/bed-x4-max.stl +%%DATADIR%%/profiles/Artillery/bed-x4-plus.stl +%%DATADIR%%/profiles/Artillery/bed-x4-pro.stl +%%DATADIR%%/profiles/BIBO.idx +%%DATADIR%%/profiles/BIBO.ini +%%DATADIR%%/profiles/BIBO/BIBO2.svg +%%DATADIR%%/profiles/BIBO/BIBO2_bed.stl +%%DATADIR%%/profiles/BIBO/BIBO2_thumbnail.png +%%DATADIR%%/profiles/BIQU.idx +%%DATADIR%%/profiles/BIQU.ini +%%DATADIR%%/profiles/BIQU/BIQUBX_thumbnail.png +%%DATADIR%%/profiles/BIQU/BX_Bed.stl +%%DATADIR%%/profiles/BIQU/BX_Texture.png +%%DATADIR%%/profiles/CocoaPress.idx +%%DATADIR%%/profiles/CocoaPress.ini +%%DATADIR%%/profiles/CocoaPress/CocoaPress_MiniChef.png +%%DATADIR%%/profiles/CocoaPress/minichef_bed.stl +%%DATADIR%%/profiles/CocoaPress/minichef_texture.svg +%%DATADIR%%/profiles/Creality.idx +%%DATADIR%%/profiles/Creality.ini +%%DATADIR%%/profiles/Creality/CR10MAX_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10MINI_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10S4_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10S5_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10SMARTPRO_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10SMART_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10SPROV2_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10SPRO_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10S_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10V2_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10V3_thumbnail.png +%%DATADIR%%/profiles/Creality/CR10_thumbnail.png +%%DATADIR%%/profiles/Creality/CR200B_thumbnail.png +%%DATADIR%%/profiles/Creality/CR20PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/CR20_thumbnail.png +%%DATADIR%%/profiles/Creality/CR5PROH_thumbnail.png +%%DATADIR%%/profiles/Creality/CR5PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/CR6MAX_thumbnail.png +%%DATADIR%%/profiles/Creality/CR6SE_thumbnail.png +%%DATADIR%%/profiles/Creality/CR8_thumbnail.png +%%DATADIR%%/profiles/Creality/CRXPRO_thumbnail.png +%%DATADIR%%/profiles/Creality/CRX_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER2PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER2_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3BLTOUCH_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3MAXNEO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3MAX_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3NEO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3S1PLUS_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3S1PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3S1_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3V2NEO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3V2_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER3_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER4_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER5PLUS_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER5PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER5S1_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER5_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER6_thumbnail.png +%%DATADIR%%/profiles/Creality/ENDER7_thumbnail.png +%%DATADIR%%/profiles/Creality/SERMOOND1_thumbnail.png +%%DATADIR%%/profiles/Creality/SERMOONV1PRO_thumbnail.png +%%DATADIR%%/profiles/Creality/SERMOONV1_thumbnail.png +%%DATADIR%%/profiles/Creality/cr10.svg +%%DATADIR%%/profiles/Creality/cr10_bed.stl +%%DATADIR%%/profiles/Creality/cr10max.svg +%%DATADIR%%/profiles/Creality/cr10max_bed.stl +%%DATADIR%%/profiles/Creality/cr10mini.svg +%%DATADIR%%/profiles/Creality/cr10mini_bed.stl +%%DATADIR%%/profiles/Creality/cr10s4.svg +%%DATADIR%%/profiles/Creality/cr10s4_bed.stl +%%DATADIR%%/profiles/Creality/cr10s5.svg +%%DATADIR%%/profiles/Creality/cr10s5_bed.stl +%%DATADIR%%/profiles/Creality/cr10spro.svg +%%DATADIR%%/profiles/Creality/cr10v2_bed.stl +%%DATADIR%%/profiles/Creality/cr20.svg +%%DATADIR%%/profiles/Creality/cr200b.svg +%%DATADIR%%/profiles/Creality/cr200b_bed.stl +%%DATADIR%%/profiles/Creality/cr5pro.svg +%%DATADIR%%/profiles/Creality/cr5pro_bed.stl +%%DATADIR%%/profiles/Creality/cr6se.svg +%%DATADIR%%/profiles/Creality/cr6se_bed.stl +%%DATADIR%%/profiles/Creality/cr8.svg +%%DATADIR%%/profiles/Creality/cr8_bed.stl +%%DATADIR%%/profiles/Creality/ender2.svg +%%DATADIR%%/profiles/Creality/ender2_bed.stl +%%DATADIR%%/profiles/Creality/ender2pro.svg +%%DATADIR%%/profiles/Creality/ender2pro_bed.stl +%%DATADIR%%/profiles/Creality/ender3.svg +%%DATADIR%%/profiles/Creality/ender3_bed.stl +%%DATADIR%%/profiles/Creality/ender3v2.svg +%%DATADIR%%/profiles/Creality/ender3v2_bed.stl +%%DATADIR%%/profiles/Creality/ender5plus.svg +%%DATADIR%%/profiles/Creality/ender5plus_bed.stl +%%DATADIR%%/profiles/Creality/ender6.svg +%%DATADIR%%/profiles/Creality/ender6_bed.stl +%%DATADIR%%/profiles/Creality/ender7.svg +%%DATADIR%%/profiles/Creality/ender7_bed.stl +%%DATADIR%%/profiles/Creality/sermoond1.svg +%%DATADIR%%/profiles/Creality/sermoond1_bed.stl +%%DATADIR%%/profiles/Creality/sermoonv1.svg +%%DATADIR%%/profiles/Creality/sermoonv1_bed.stl +%%DATADIR%%/profiles/E2D.idx +%%DATADIR%%/profiles/E2D.ini +%%DATADIR%%/profiles/Elegoo.idx +%%DATADIR%%/profiles/Elegoo.ini +%%DATADIR%%/profiles/Elegoo/NEPTUNE1_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE2D_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE2S_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE2_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE3MAX_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE3PLUS_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE3PRO_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNE3_thumbnail.png +%%DATADIR%%/profiles/Elegoo/NEPTUNEX_thumbnail.png +%%DATADIR%%/profiles/FLSun.idx +%%DATADIR%%/profiles/FLSun.ini +%%DATADIR%%/profiles/FLSun/Q5.svg +%%DATADIR%%/profiles/FLSun/Q5_bed.stl +%%DATADIR%%/profiles/FLSun/Q5_thumbnail.png +%%DATADIR%%/profiles/FLSun/QQSP.svg +%%DATADIR%%/profiles/FLSun/QQSP_bed.stl +%%DATADIR%%/profiles/FLSun/QQSP_thumbnail.png +%%DATADIR%%/profiles/Geeetech.idx +%%DATADIR%%/profiles/Geeetech.ini +%%DATADIR%%/profiles/Geeetech/105x105.stl +%%DATADIR%%/profiles/Geeetech/105x105.svg +%%DATADIR%%/profiles/Geeetech/125X130.stl +%%DATADIR%%/profiles/Geeetech/125x130.svg +%%DATADIR%%/profiles/Geeetech/150x150.stl +%%DATADIR%%/profiles/Geeetech/150x150.svg +%%DATADIR%%/profiles/Geeetech/160x160.stl +%%DATADIR%%/profiles/Geeetech/160x160.svg +%%DATADIR%%/profiles/Geeetech/180X150.stl +%%DATADIR%%/profiles/Geeetech/180x150.svg +%%DATADIR%%/profiles/Geeetech/200x200.stl +%%DATADIR%%/profiles/Geeetech/200x200.svg +%%DATADIR%%/profiles/Geeetech/220x220.stl +%%DATADIR%%/profiles/Geeetech/220x220.svg +%%DATADIR%%/profiles/Geeetech/250x250.stl +%%DATADIR%%/profiles/Geeetech/250x250.svg +%%DATADIR%%/profiles/Geeetech/255x255.stl +%%DATADIR%%/profiles/Geeetech/255x255.svg +%%DATADIR%%/profiles/Geeetech/300x180.stl +%%DATADIR%%/profiles/Geeetech/300x180.svg +%%DATADIR%%/profiles/Geeetech/320x320.stl +%%DATADIR%%/profiles/Geeetech/320x320.svg +%%DATADIR%%/profiles/Geeetech/A10M_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A10Pro_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A10T_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A20M_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A20T_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A20_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A30M_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A30Pro_thumbnail.png +%%DATADIR%%/profiles/Geeetech/A30T_thumbnail.png +%%DATADIR%%/profiles/Geeetech/E180_thumbnail.png +%%DATADIR%%/profiles/Geeetech/GiantArmD200_thumbnail.png +%%DATADIR%%/profiles/Geeetech/I3ProB_thumbnail.png +%%DATADIR%%/profiles/Geeetech/I3ProC_thumbnail.png +%%DATADIR%%/profiles/Geeetech/I3ProW_thumbnail.png +%%DATADIR%%/profiles/Geeetech/M1.svg +%%DATADIR%%/profiles/Geeetech/M1_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MeCreator2_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MeCreator_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MeDucer_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MizarM_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MizarMax_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MizarPro_thumbnail.png +%%DATADIR%%/profiles/Geeetech/MizarS_thumbnail.png +%%DATADIR%%/profiles/Geeetech/Mizar_thumbnail.png +%%DATADIR%%/profiles/Geeetech/ThunderPro_thumbnail.png +%%DATADIR%%/profiles/Geeetech/Thunder_thumbnail.png +%%DATADIR%%/profiles/HartSmartProducts.idx +%%DATADIR%%/profiles/HartSmartProducts.ini +%%DATADIR%%/profiles/HartSmartProducts/HSP1-I Duplicator Mode_thumbnail.png +%%DATADIR%%/profiles/HartSmartProducts/HSP1-I_thumbnail.png +%%DATADIR%%/profiles/HartSmartProducts/hsp1_i.svg +%%DATADIR%%/profiles/HartSmartProducts/hsp1_i_bed.stl +%%DATADIR%%/profiles/HartSmartProducts/hsp1_i_duplicator.svg +%%DATADIR%%/profiles/HartSmartProducts/hsp1_i_duplicator_bed.stl +%%DATADIR%%/profiles/INAT.idx +%%DATADIR%%/profiles/INAT.ini +%%DATADIR%%/profiles/INAT/PROTON_XE750_thumbnail.png +%%DATADIR%%/profiles/INAT/PROTON_X_RAIL_thumbnail.png +%%DATADIR%%/profiles/INAT/PROTON_X_ROD_thumbnail.png +%%DATADIR%%/profiles/Infinity3D.idx +%%DATADIR%%/profiles/Infinity3D.ini +%%DATADIR%%/profiles/Infinity3D/DEV-200_thumbnail.png +%%DATADIR%%/profiles/Infinity3D/DEV-350_thumbnail.png +%%DATADIR%%/profiles/Infinity3D/DEV_200_bed.stl +%%DATADIR%%/profiles/Infinity3D/DEV_200_texture.svg +%%DATADIR%%/profiles/Infinity3D/DEV_350_bed.stl +%%DATADIR%%/profiles/Infinity3D/DEV_350_texture.svg +%%DATADIR%%/profiles/Jubilee.idx +%%DATADIR%%/profiles/Jubilee.ini +%%DATADIR%%/profiles/Jubilee/Jubilee_bed.stl +%%DATADIR%%/profiles/Jubilee/Jubilee_texture.svg +%%DATADIR%%/profiles/Jubilee/Jubilee_thumbnail.png +%%DATADIR%%/profiles/LNL3D.idx +%%DATADIR%%/profiles/LNL3D.ini +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_V2_bed.stl +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_V2_texture.svg +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_V2_thumbnail.png +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_VULCAN_bed.stl +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_VULCAN_texture.svg +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_VULCAN_thumbnail.png +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_bed.stl +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_texture.svg +%%DATADIR%%/profiles/LNL3D/LNL3D_D3_thumbnail.png +%%DATADIR%%/profiles/LNL3D/LNL3D_D5_bed.stl +%%DATADIR%%/profiles/LNL3D/LNL3D_D5_texture.svg +%%DATADIR%%/profiles/LNL3D/LNL3D_D5_thumbnail.png +%%DATADIR%%/profiles/LNL3D/LNL3D_D6_bed.stl +%%DATADIR%%/profiles/LNL3D/LNL3D_D6_texture.svg +%%DATADIR%%/profiles/LNL3D/LNL3D_D6_thumbnail.png +%%DATADIR%%/profiles/LulzBot.idx +%%DATADIR%%/profiles/LulzBot.ini +%%DATADIR%%/profiles/LulzBot/MINI_AERO_thumbnail.png +%%DATADIR%%/profiles/LulzBot/TAZ6_AERO_thumbnail.png +%%DATADIR%%/profiles/LulzBot/TAZ_WORKHORSE_thumbnail.png +%%DATADIR%%/profiles/MakerGear.idx +%%DATADIR%%/profiles/MakerGear.ini +%%DATADIR%%/profiles/MakerGear/M2_M3.stl +%%DATADIR%%/profiles/MakerGear/M2_M3.svg +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_M2_DUAL_thumbnail.png +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_M2_thumbnail.png +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_M3_DUPLICATION_thumbnail.png +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_M3_SE_thumbnail.png +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_M3_thumbnail.png +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_MICRO_thumbnail.png +%%DATADIR%%/profiles/MakerGear/MAKERGEAR_U1_thumbnail.png +%%DATADIR%%/profiles/PapapiuLab.idx +%%DATADIR%%/profiles/PapapiuLab.ini +%%DATADIR%%/profiles/PapapiuLab/Papapiu_N1S_Bed.stl +%%DATADIR%%/profiles/PapapiuLab/Papapiu_N1S_thumbnail.png +%%DATADIR%%/profiles/PapapiuLab/Papapiu_N1_Texture.png +%%DATADIR%%/profiles/Print4Taste.idx +%%DATADIR%%/profiles/Print4Taste.ini +%%DATADIR%%/profiles/Print4Taste/MC2.0_bed.stl +%%DATADIR%%/profiles/Print4Taste/MC2.0_texture.svg +%%DATADIR%%/profiles/Print4Taste/MC2.0_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch.idx +%%DATADIR%%/profiles/PrusaResearch.ini +%%DATADIR%%/profiles/PrusaResearch/COREONEL_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/COREONEMMU3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/COREONE_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MINIIS_ALPHA_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MINIIS_BETA_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MINIIS_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MINI_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK2.5MMU2_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK2.5SMMU2S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK2.5S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK2.5_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK2SMM_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK2S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3.5MMU3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3.9MMU3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK35_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK39IS_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK39IS_thumbnail_v2.png +%%DATADIR%%/profiles/PrusaResearch/MK39_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3MMU2_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3SMMU2S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3SMMU3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK4ISMMU3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK4IS_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK4IS_thumbnail_v2.png +%%DATADIR%%/profiles/PrusaResearch/MK4SMMU3_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK4S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/MK4_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL2IS_alpha_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL2IS_beta_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL2IS_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL2_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL5IS_alpha_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL5IS_beta_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL5IS_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL5_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XLIS_alpha_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XLIS_beta_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XLIS_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/XL_thumbnail.png +%%DATADIR%%/profiles/PrusaResearch/coreone.svg +%%DATADIR%%/profiles/PrusaResearch/coreone_bed.stl +%%DATADIR%%/profiles/PrusaResearch/coreonel.svg +%%DATADIR%%/profiles/PrusaResearch/coreonel_bed.stl +%%DATADIR%%/profiles/PrusaResearch/mini.svg +%%DATADIR%%/profiles/PrusaResearch/miniIS.svg +%%DATADIR%%/profiles/PrusaResearch/miniISbeta.svg +%%DATADIR%%/profiles/PrusaResearch/mini_bed.stl +%%DATADIR%%/profiles/PrusaResearch/mk2.svg +%%DATADIR%%/profiles/PrusaResearch/mk2_bed.stl +%%DATADIR%%/profiles/PrusaResearch/mk3.svg +%%DATADIR%%/profiles/PrusaResearch/mk35.svg +%%DATADIR%%/profiles/PrusaResearch/mk39.svg +%%DATADIR%%/profiles/PrusaResearch/mk39s.svg +%%DATADIR%%/profiles/PrusaResearch/mk3_bed.stl +%%DATADIR%%/profiles/PrusaResearch/mk4.svg +%%DATADIR%%/profiles/PrusaResearch/mk4_bed.stl +%%DATADIR%%/profiles/PrusaResearch/mk4is.svg +%%DATADIR%%/profiles/PrusaResearch/mk4s.svg +%%DATADIR%%/profiles/PrusaResearch/xl.svg +%%DATADIR%%/profiles/PrusaResearch/xl_bed.stl +%%DATADIR%%/profiles/PrusaResearch/xlis_alpha.svg +%%DATADIR%%/profiles/PrusaResearch/xlis_beta.svg +%%DATADIR%%/profiles/PrusaResearchSLA.idx +%%DATADIR%%/profiles/PrusaResearchSLA.ini +%%DATADIR%%/profiles/PrusaResearchSLA/SL1S_thumbnail.png +%%DATADIR%%/profiles/PrusaResearchSLA/SL1_thumbnail.png +%%DATADIR%%/profiles/PrusaResearchSLA/sl1.svg +%%DATADIR%%/profiles/PrusaResearchSLA/sl1_bed.stl +%%DATADIR%%/profiles/PrusaResearchSLA/sl1s.svg +%%DATADIR%%/profiles/PrusaResearchSLA/sl1s_bed.stl +%%DATADIR%%/profiles/QIDITechnology.idx +%%DATADIR%%/profiles/QIDITechnology.ini +%%DATADIR%%/profiles/QIDITechnology/Q1 Pro.svg +%%DATADIR%%/profiles/QIDITechnology/Q1 Pro_bed.stl +%%DATADIR%%/profiles/QIDITechnology/Q1 Pro_thumbnail.png +%%DATADIR%%/profiles/QIDITechnology/X-MAX 3.svg +%%DATADIR%%/profiles/QIDITechnology/X-MAX 3_bed.stl +%%DATADIR%%/profiles/QIDITechnology/X-MAX 3_thumbnail.png +%%DATADIR%%/profiles/QIDITechnology/X-Plus 3.svg +%%DATADIR%%/profiles/QIDITechnology/X-Plus 3_bed.stl +%%DATADIR%%/profiles/QIDITechnology/X-Plus 3_thumbnail.png +%%DATADIR%%/profiles/QIDITechnology/X-Plus 4 + BOX_thumbnail.png +%%DATADIR%%/profiles/QIDITechnology/X-Plus 4.svg +%%DATADIR%%/profiles/QIDITechnology/X-Plus 4_bed.stl +%%DATADIR%%/profiles/QIDITechnology/X-Plus 4_thumbnail.png +%%DATADIR%%/profiles/QIDITechnology/X-smart 3.svg +%%DATADIR%%/profiles/QIDITechnology/X-smart 3_bed.stl +%%DATADIR%%/profiles/QIDITechnology/X-smart 3_thumbnail.png +%%DATADIR%%/profiles/RatRig.idx +%%DATADIR%%/profiles/RatRig.ini +%%DATADIR%%/profiles/RatRig/VC3_300_thumbnail.png +%%DATADIR%%/profiles/RatRig/VC3_400_thumbnail.png +%%DATADIR%%/profiles/RatRig/VC3_500_thumbnail.png +%%DATADIR%%/profiles/RatRig/VMINION_thumbnail.png +%%DATADIR%%/profiles/RatRig/rr-vc-300.stl +%%DATADIR%%/profiles/RatRig/rr-vc-300.svg +%%DATADIR%%/profiles/RatRig/rr-vc-400.stl +%%DATADIR%%/profiles/RatRig/rr-vc-400.svg +%%DATADIR%%/profiles/RatRig/rr-vc-500.stl +%%DATADIR%%/profiles/RatRig/rr-vc-500.svg +%%DATADIR%%/profiles/RatRig/rr-vminion.stl +%%DATADIR%%/profiles/RatRig/rr-vminion.svg +%%DATADIR%%/profiles/RatRig/vc4-corexy.png +%%DATADIR%%/profiles/RatRig/vc4-hybrid.png +%%DATADIR%%/profiles/RatRig/vc4-idex.png +%%DATADIR%%/profiles/Rigid3D.idx +%%DATADIR%%/profiles/Rigid3D.ini +%%DATADIR%%/profiles/Rigid3D/Mucit2_thumbnail.png +%%DATADIR%%/profiles/Rigid3D/Mucit_thumbnail.png +%%DATADIR%%/profiles/Rigid3D/Zero2_thumbnail.png +%%DATADIR%%/profiles/Rigid3D/Zero3_thumbnail.png +%%DATADIR%%/profiles/Rigid3D/mucit2_bed.png +%%DATADIR%%/profiles/Rigid3D/mucit2_bed.stl +%%DATADIR%%/profiles/Rigid3D/mucit_bed.png +%%DATADIR%%/profiles/Rigid3D/mucit_bed.stl +%%DATADIR%%/profiles/Rigid3D/zero2_bed.png +%%DATADIR%%/profiles/Rigid3D/zero3_bed.png +%%DATADIR%%/profiles/Rigid3D/zero_bed.stl +%%DATADIR%%/profiles/Snapmaker.idx +%%DATADIR%%/profiles/Snapmaker.ini +%%DATADIR%%/profiles/Snapmaker/A250_bed.stl +%%DATADIR%%/profiles/Snapmaker/A250_texture.svg +%%DATADIR%%/profiles/Snapmaker/A250_thumbnail.png +%%DATADIR%%/profiles/Snapmaker/A350_bed.stl +%%DATADIR%%/profiles/Snapmaker/A350_texture.svg +%%DATADIR%%/profiles/Snapmaker/A350_thumbnail.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 BKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 Dual BKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 Dual QS+B Kit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 Dual QSKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 Dual_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 Dual_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 QS+B Kit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 QSKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250 QSKit_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250_bed.stl +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A250_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 BKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 Dual BKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 Dual QS+B Kit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 Dual QSKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 Dual_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 Dual_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 QS+B Kit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 QSKit_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350 QSKit_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350_bed.stl +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker A350_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker Artisan_bed.stl +%%DATADIR%%/profiles/Snapmaker/Snapmaker Artisan_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker Artisan_texture.svg +%%DATADIR%%/profiles/Snapmaker/Snapmaker J1_bed.stl +%%DATADIR%%/profiles/Snapmaker/Snapmaker J1_cover.png +%%DATADIR%%/profiles/Snapmaker/Snapmaker J1_texture.svg +%%DATADIR%%/profiles/Sovol.idx +%%DATADIR%%/profiles/Sovol.ini +%%DATADIR%%/profiles/Sovol/SV01 PRO_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV01_BLTouch_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV01_bed.stl +%%DATADIR%%/profiles/Sovol/SV01_texture.svg +%%DATADIR%%/profiles/Sovol/SV01_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV02_BLTouch_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV02_texture.svg +%%DATADIR%%/profiles/Sovol/SV02_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV03_BLTouch_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV03_bed.stl +%%DATADIR%%/profiles/Sovol/SV03_texture.svg +%%DATADIR%%/profiles/Sovol/SV03_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV04 Copy Mode_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV04 Dual Mode_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV04 Mirror Mode_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV04 Single Mode 01_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV04 Single Mode 02_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV04_bed.stl +%%DATADIR%%/profiles/Sovol/SV04_texture.svg +%%DATADIR%%/profiles/Sovol/SV04_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV05_bed.stl +%%DATADIR%%/profiles/Sovol/SV05_texture.svg +%%DATADIR%%/profiles/Sovol/SV05_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV06 PLUS_thumbnail.png +%%DATADIR%%/profiles/Sovol/SV06PLUS_bed.stl +%%DATADIR%%/profiles/Sovol/SV06PLUS_texture.svg +%%DATADIR%%/profiles/Sovol/SV06_bed.stl +%%DATADIR%%/profiles/Sovol/SV06_texture.svg +%%DATADIR%%/profiles/Sovol/SV06_thumbnail.png +%%DATADIR%%/profiles/Sovol/Sovol.ini +%%DATADIR%%/profiles/Templates.idx +%%DATADIR%%/profiles/Templates.ini +%%DATADIR%%/profiles/TriLAB.idx +%%DATADIR%%/profiles/TriLAB.ini +%%DATADIR%%/profiles/TriLAB/AQD_thumbnail.png +%%DATADIR%%/profiles/TriLAB/AQI_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQ2+FP2_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQ2+FP_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQ2P+FP2_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQ2P+FP_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQ2P_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQ2_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQL_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQM_thumbnail.png +%%DATADIR%%/profiles/TriLAB/DQXL_thumbnail.png +%%DATADIR%%/profiles/TriLAB/aq_bed.stl +%%DATADIR%%/profiles/TriLAB/aqp_bed.stl +%%DATADIR%%/profiles/TriLAB/dq2_bed.stl +%%DATADIR%%/profiles/Trimaker.idx +%%DATADIR%%/profiles/Trimaker.ini +%%DATADIR%%/profiles/Trimaker/CosmosII_bed.stl +%%DATADIR%%/profiles/Trimaker/Cosmos_II_thumbnail.png +%%DATADIR%%/profiles/Trimaker/NPC_thumbnail.png +%%DATADIR%%/profiles/Trimaker/NebulaCloud.svg +%%DATADIR%%/profiles/Trimaker/NebulaCloud_bed.stl +%%DATADIR%%/profiles/Trimaker/Nebula_thumbnail.png +%%DATADIR%%/profiles/Ultimaker.idx +%%DATADIR%%/profiles/Ultimaker.ini +%%DATADIR%%/profiles/Ultimaker/ULTIMAKER2_thumbnail.png +%%DATADIR%%/profiles/Ultimaker/ULTIMAKER2_thumbnail_v2.png +%%DATADIR%%/profiles/Ultimaker/ULTIMAKERSline_thumbnail.png +%%DATADIR%%/profiles/Ultimaker/ultimaker2.svg +%%DATADIR%%/profiles/Ultimaker/ultimaker2_bed.stl +%%DATADIR%%/profiles/Voron.idx +%%DATADIR%%/profiles/Voron.ini +%%DATADIR%%/profiles/Voron/Voron_SW_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v0_120_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v1_250_afterburner_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v1_300_afterburner_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v1_350_afterburner_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v2_250_afterburner_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v2_250_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v2_300_afterburner_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v2_300_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v2_350_afterburner_thumbnail.png +%%DATADIR%%/profiles/Voron/Voron_v2_350_thumbnail.png +%%DATADIR%%/profiles/Voron/bedtexture-SW-250x210.png +%%DATADIR%%/profiles/Voron/bedtexture-v0-120.png +%%DATADIR%%/profiles/Voron/bedtexture-v1-250.png +%%DATADIR%%/profiles/Voron/bedtexture-v1-300.png +%%DATADIR%%/profiles/Voron/bedtexture-v2-250.png +%%DATADIR%%/profiles/Voron/bedtexture-v2-300.png +%%DATADIR%%/profiles/Voron/bedtexture-v2-350.png +%%DATADIR%%/profiles/Voron/printbed-SW-MK52.stl +%%DATADIR%%/profiles/Voron/printbed-v0-120.stl +%%DATADIR%%/profiles/Voron/printbed-v1-250.stl +%%DATADIR%%/profiles/Voron/printbed-v1-300.stl +%%DATADIR%%/profiles/Voron/printbed-v1-350.stl +%%DATADIR%%/profiles/Voron/printbed-v2-250.stl +%%DATADIR%%/profiles/Voron/printbed-v2-300.stl +%%DATADIR%%/profiles/Voron/printbed-v2-350.stl +%%DATADIR%%/profiles/Zonestar.idx +%%DATADIR%%/profiles/Zonestar.ini +%%DATADIR%%/profiles/Zonestar/150_texture.svg +%%DATADIR%%/profiles/Zonestar/220_texture.svg +%%DATADIR%%/profiles/Zonestar/310_texture.svg +%%DATADIR%%/profiles/Zonestar/Z5X_thumbnail.png +%%DATADIR%%/profiles/Zonestar/Z5_thumbnail.png +%%DATADIR%%/profiles/Zonestar/Z6_thumbnail.png +%%DATADIR%%/profiles/Zonestar/Z8_thumbnail.png +%%DATADIR%%/profiles/Zonestar/Z9_thumbnail.png +%%DATADIR%%/profiles/Zonestar/bed_150.stl +%%DATADIR%%/profiles/Zonestar/bed_220.stl +%%DATADIR%%/profiles/Zonestar/bed_310.stl +%%DATADIR%%/profiles/gCreate.idx +%%DATADIR%%/profiles/gCreate.ini +%%DATADIR%%/profiles/gCreate/GMAX15P_thumbnail.png +%%DATADIR%%/profiles/gCreate/GMAX2DUAL2IN1_thumbnail.png +%%DATADIR%%/profiles/gCreate/GMAX2DUAL_thumbnail.png +%%DATADIR%%/profiles/gCreate/GMAX2PRO_thumbnail.png +%%DATADIR%%/profiles/gCreate/GMAX2_thumbnail.png +%%DATADIR%%/profiles/gCreate/gmax15p.svg +%%DATADIR%%/profiles/gCreate/gmax15p_bed.stl +%%DATADIR%%/profiles/gCreate/gmax2.svg +%%DATADIR%%/profiles/gCreate/gmax2_bed.stl +%%DATADIR%%/shaders/110/background.fs +%%DATADIR%%/shaders/110/background.vs +%%DATADIR%%/shaders/110/flat.fs +%%DATADIR%%/shaders/110/flat.vs +%%DATADIR%%/shaders/110/flat_clip.fs +%%DATADIR%%/shaders/110/flat_clip.vs +%%DATADIR%%/shaders/110/flat_texture.fs +%%DATADIR%%/shaders/110/flat_texture.vs +%%DATADIR%%/shaders/110/gouraud.fs +%%DATADIR%%/shaders/110/gouraud.vs +%%DATADIR%%/shaders/110/gouraud_light.fs +%%DATADIR%%/shaders/110/gouraud_light.vs +%%DATADIR%%/shaders/110/gouraud_light_clip.fs +%%DATADIR%%/shaders/110/gouraud_light_clip.vs +%%DATADIR%%/shaders/110/gouraud_light_instanced.fs +%%DATADIR%%/shaders/110/gouraud_light_instanced.vs +%%DATADIR%%/shaders/110/imgui.fs +%%DATADIR%%/shaders/110/imgui.vs +%%DATADIR%%/shaders/110/mm_contour.fs +%%DATADIR%%/shaders/110/mm_contour.vs +%%DATADIR%%/shaders/110/mm_gouraud.fs +%%DATADIR%%/shaders/110/mm_gouraud.vs +%%DATADIR%%/shaders/110/printbed.fs +%%DATADIR%%/shaders/110/printbed.vs +%%DATADIR%%/shaders/110/tool_marker.fs +%%DATADIR%%/shaders/110/tool_marker.vs +%%DATADIR%%/shaders/110/toolpaths_cog.fs +%%DATADIR%%/shaders/110/toolpaths_cog.vs +%%DATADIR%%/shaders/110/variable_layer_height.fs +%%DATADIR%%/shaders/110/variable_layer_height.vs +%%DATADIR%%/shaders/140/background.fs +%%DATADIR%%/shaders/140/background.vs +%%DATADIR%%/shaders/140/dashed_thick_lines.fs +%%DATADIR%%/shaders/140/dashed_thick_lines.gs +%%DATADIR%%/shaders/140/dashed_thick_lines.vs +%%DATADIR%%/shaders/140/flat.fs +%%DATADIR%%/shaders/140/flat.vs +%%DATADIR%%/shaders/140/flat_clip.fs +%%DATADIR%%/shaders/140/flat_clip.vs +%%DATADIR%%/shaders/140/flat_texture.fs +%%DATADIR%%/shaders/140/flat_texture.vs +%%DATADIR%%/shaders/140/gouraud.fs +%%DATADIR%%/shaders/140/gouraud.vs +%%DATADIR%%/shaders/140/gouraud_light.fs +%%DATADIR%%/shaders/140/gouraud_light.vs +%%DATADIR%%/shaders/140/gouraud_light_clip.fs +%%DATADIR%%/shaders/140/gouraud_light_clip.vs +%%DATADIR%%/shaders/140/gouraud_light_instanced.fs +%%DATADIR%%/shaders/140/gouraud_light_instanced.vs +%%DATADIR%%/shaders/140/imgui.fs +%%DATADIR%%/shaders/140/imgui.vs +%%DATADIR%%/shaders/140/mm_contour.fs +%%DATADIR%%/shaders/140/mm_contour.vs +%%DATADIR%%/shaders/140/mm_gouraud.fs +%%DATADIR%%/shaders/140/mm_gouraud.vs +%%DATADIR%%/shaders/140/printbed.fs +%%DATADIR%%/shaders/140/printbed.vs +%%DATADIR%%/shaders/140/tool_marker.fs +%%DATADIR%%/shaders/140/tool_marker.vs +%%DATADIR%%/shaders/140/toolpaths_cog.fs +%%DATADIR%%/shaders/140/toolpaths_cog.vs +%%DATADIR%%/shaders/140/variable_layer_height.fs +%%DATADIR%%/shaders/140/variable_layer_height.vs +%%DATADIR%%/shaders/ES/background.fs +%%DATADIR%%/shaders/ES/background.vs +%%DATADIR%%/shaders/ES/dashed_lines.fs +%%DATADIR%%/shaders/ES/dashed_lines.vs +%%DATADIR%%/shaders/ES/flat.fs +%%DATADIR%%/shaders/ES/flat.vs +%%DATADIR%%/shaders/ES/flat_clip.fs +%%DATADIR%%/shaders/ES/flat_clip.vs +%%DATADIR%%/shaders/ES/flat_texture.fs +%%DATADIR%%/shaders/ES/flat_texture.vs +%%DATADIR%%/shaders/ES/gouraud.fs +%%DATADIR%%/shaders/ES/gouraud.vs +%%DATADIR%%/shaders/ES/gouraud_light.fs +%%DATADIR%%/shaders/ES/gouraud_light.vs +%%DATADIR%%/shaders/ES/gouraud_light_clip.fs +%%DATADIR%%/shaders/ES/gouraud_light_clip.vs +%%DATADIR%%/shaders/ES/gouraud_light_instanced.fs +%%DATADIR%%/shaders/ES/gouraud_light_instanced.vs +%%DATADIR%%/shaders/ES/imgui.fs +%%DATADIR%%/shaders/ES/imgui.vs +%%DATADIR%%/shaders/ES/mm_contour.fs +%%DATADIR%%/shaders/ES/mm_contour.vs +%%DATADIR%%/shaders/ES/mm_gouraud.fs +%%DATADIR%%/shaders/ES/mm_gouraud.vs +%%DATADIR%%/shaders/ES/printbed.fs +%%DATADIR%%/shaders/ES/printbed.vs +%%DATADIR%%/shaders/ES/tool_marker.fs +%%DATADIR%%/shaders/ES/tool_marker.vs +%%DATADIR%%/shaders/ES/toolpaths_cog.fs +%%DATADIR%%/shaders/ES/toolpaths_cog.vs +%%DATADIR%%/shaders/ES/variable_layer_height.fs +%%DATADIR%%/shaders/ES/variable_layer_height.vs +%%DATADIR%%/shaders/ES/wireframe.fs +%%DATADIR%%/shaders/ES/wireframe.vs +%%DATADIR%%/shapes/3DBenchy.png +%%DATADIR%%/shapes/3DBenchy.stl +%%DATADIR%%/shapes/M3_hex_nut.png +%%DATADIR%%/shapes/M3_hex_nut.stl +%%DATADIR%%/shapes/M3x10_screw.png +%%DATADIR%%/shapes/M3x10_screw.stl +%%DATADIR%%/shapes/OTHER_recycling_symbol.png +%%DATADIR%%/shapes/OTHER_recycling_symbol.stl +%%DATADIR%%/shapes/PETG_recycling_symbol.png +%%DATADIR%%/shapes/PETG_recycling_symbol.stl +%%DATADIR%%/shapes/PLA_recycling_symbol.png +%%DATADIR%%/shapes/PLA_recycling_symbol.stl +%%DATADIR%%/shapes/box.png +%%DATADIR%%/shapes/box.stl +%%DATADIR%%/shapes/bunny.png +%%DATADIR%%/shapes/bunny.stl +%%DATADIR%%/shapes/cone.png +%%DATADIR%%/shapes/cone.stl +%%DATADIR%%/shapes/cylinder.png +%%DATADIR%%/shapes/cylinder.stl +%%DATADIR%%/shapes/helper_disk.png +%%DATADIR%%/shapes/helper_disk.stl +%%DATADIR%%/shapes/pyramid.png +%%DATADIR%%/shapes/pyramid.stl +%%DATADIR%%/shapes/sign_base.png +%%DATADIR%%/shapes/sign_base.stl +%%DATADIR%%/shapes/sign_base_rounded.png +%%DATADIR%%/shapes/sign_base_rounded.stl +%%DATADIR%%/shapes/sphere.png +%%DATADIR%%/shapes/sphere.stl +%%DATADIR%%/shapes/torus.png +%%DATADIR%%/shapes/torus.stl +%%DATADIR%%/shapes/universal wall mount hole.png +%%DATADIR%%/shapes/universal wall mount hole.stl +%%DATADIR%%/web/connect_error.html +%%DATADIR%%/web/connect_loading.html +%%DATADIR%%/web/error_no_reload.html +%%DATADIR%%/web/other_error.html +%%DATADIR%%/web/other_loading.html share/applications/PrusaGcodeviewer.desktop share/applications/PrusaSlicer.desktop share/icons/hicolor/128x128/apps/PrusaSlicer-gcodeviewer.png |
