Conversation
579d49a to
f73730c
Compare
aroschli
approved these changes
Jan 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the application's icon usage by renaming and replacing the old Slicer-2 icon files with consistently named new ones (
slicer-2_logo.pngand.ico). It updates all references across the codebase, resources, documentation, and installer scripts to use the new icon names and paths. Additionally, minor improvements are made to documentation links and formatting.Icon Standardization and Replacement:
slicer2.pngandslicer2.icowithslicer-2_logo.pngandslicer-2_logo.icothroughout the codebase, including UI components, window icons, and action icons (src/widgets/gcode_info_control.cpp,src/widgets/settings/setting_bar.cpp,src/widgets/settings/setting_tab.cpp,src/windows/about.cpp,src/windows/external_file_window.cpp,src/windows/flowratecalc.cpp,src/windows/gcode_export.cpp,src/windows/layer_times_window.cpp,src/windows/main_window.cpp,include/graphics/objects/cube_object.h) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11].icons.qrcto remove old icon files and include the new ones (resources/icons/icons.qrc).resources/iconsdirectory (resources/icons/slicer2.png,resources/icons/slicer2.ico,resources/icons/slicer-2_logo.png,resources/icons/slicer-2_logo.ico) [1] [2] [3] [4].Installer and Build Script Updates:
scripts/installer.nsi) [1] [2] [3].Documentation and User Guide Improvements:
README.mdto use the new icon location, and improved the user guide link and contact email formatting (README.md) [1] [2] [3].