https://help.prusa3d.com/guide/how-to-import-profiles-to-cura-4-x-windows-macos_17848
https://forum.prusa3d.com/forum/user-mods-octoprint-enclosures-nozzles/cura-5-0-prusa-mini/
| #!/bin/bash | |
| # | |
| # Purpose: manually associate missed renames in merge conflicts | |
| # | |
| # Usage: git merge-associate <our-target> <base> <theirs> | |
| # | |
| # Example: After a failed rename detection A/a -> B/b which results | |
| # in CONFLICT (delete/modify) for A/a and corresponding "deleted by us" | |
| # messages in git status, the following invocation can be used to manually | |
| # establish the link: |