# Printbuddy modification notices This file provides the prominent modification notices for Printbuddy under AGPL-3.0 section 5(a). Printbuddy is a modified fork of an upstream AGPL-3.0 project. The upstream history is retained in git and in the inherited changelog, but the paths below have been added, renamed, or modified by the Printbuddy fork relative to the upstream base commit listed here. - Upstream comparison base: `5d248e16ba0954b175896a56f9c569e6808d0c9d` - Notice date: 2026-06-07 - Date meaning: the most recent Printbuddy-side git commit date touching the path, based on the current repository history. For files changed in the working release change, the date is the notice update date. ## Modified files - `.codeql/codeql-config.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `.codeql/javascript-printbuddy.qls → .codeql/javascript-printbuddy.qls` — renamed by Printbuddy; latest modification date: 2026-06-06. - `.codeql/python-printbuddy.qls → .codeql/python-printbuddy.qls` — renamed by Printbuddy; latest modification date: 2026-06-06. - `.env.example` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/FUNDING.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/ISSUE_TEMPLATE/bug_report.yml` — modified by Printbuddy; latest modification date: 2026-06-07. - `.github/ISSUE_TEMPLATE/config.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/ISSUE_TEMPLATE/feature_request.yml` — modified by Printbuddy; latest modification date: 2026-06-07. - `.github/MAINTAINERS.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/PULL_REQUEST_TEMPLATE.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/workflows/ci.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/workflows/cleanup-ghcr.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/workflows/docker-publish.yml` — added by Printbuddy; latest modification date: 2026-06-07. - `.github/workflows/repo-stats.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `.github/workflows/security.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/_spoolman_helpers.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/api/routes/auth.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/camera.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/firmware.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/inventory.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/api/routes/library.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/mfa.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/printers.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/settings.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/api/routes/spoolbuddy.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/app/api/routes/support.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/api/routes/updates.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/api/routes/virtual_printers.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/cli.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/core/auth.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/core/config.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/core/database.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/i18n/__init__.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/main.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/models/__init__.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/models/notification_template.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/models/printer.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/models/spoolbuddy_device.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/app/models/virtual_printer.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/schemas/auth.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/schemas/notification.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/schemas/notification_template.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/schemas/printer.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/schemas/settings.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/bambu_cloud.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/bug_report.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/bambu_mqtt.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/camera_diagnose.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/email_service.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/firmware_check.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/git_providers/base.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/local_backup.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/makerworld.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/mqtt_relay.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/mqtt_smart_plug.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/notification_service.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_manager.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_providers/__init__.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_providers/bambu.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_providers/base.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_providers/factory.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_providers/moonraker.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/printer_providers/prusalink.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/slicer_api.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/spoolbuddy_ssh.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/app/services/virtual_printer/certificate.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/virtual_printer/ftp_server.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/virtual_printer/manager.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/app/services/virtual_printer/ssdp_server.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/conftest.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_auth_apikey_rbac.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_camera_api.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/integration/test_inventory_assign.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_library_api.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/integration/test_mfa_api.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/integration/test_printers_api.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/integration/test_settings_api.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/integration/test_settings_api_key_scrubbing.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_spoolbuddy.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_spoolbuddy_spoolman_nfc.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_spoolman_api.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_spoolman_filament_patch.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_spoolman_inventory_api.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_static_html_cache_headers.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/integration/test_updates_api.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/services/test_bambu_cloud.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/services/test_camera_diagnose.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/services/test_identity_strings.py` — added by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/services/test_makerworld.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/services/test_notification_service.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/services/test_slicer_api.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/services/test_printer_provider_factory.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/test_bed_jog.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/test_bug_report.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/test_camera_cleanup_startup.py` — added by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_cli.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_firmware_versions.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/test_git_providers.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_ldap_migration.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_local_backup.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_print_log_backfill_migration.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_printer_provider_schema.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/test_printer_startup_connections.py` — added by Printbuddy; latest modification date: 2026-06-06. - `backend/tests/unit/test_settings_dedupe_migration.py` — modified by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_spoolbuddy_schema_validation.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_spoolbuddy_ssh.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `backend/tests/unit/test_spoolbuddy_system_stats.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `BACKERS.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `CHANGELOG.md` — modified by Printbuddy; latest modification date: 2026-06-07. - `CODE_OF_CONDUCT.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `CONTRIBUTING.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `deploy/printbuddy.service → deploy/printbuddy.service` — renamed by Printbuddy; latest modification date: 2026-06-06. - `deploy/docker-entrypoint.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `DEPLOYMENT.md` — added by Printbuddy; latest modification date: 2026-06-06. - `docker-compose.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `docker-publish-beta.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `docker-publish-daily-beta.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `docker-publish.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `Dockerfile` — modified by Printbuddy; latest modification date: 2026-06-07. - `DOCKERHUB.md` — modified by Printbuddy; latest modification date: 2026-06-07. - `docs/printbuddy-provider-roadmap.md` — added by Printbuddy; latest modification date: 2026-06-06. - `docs/spoolman-inventory-test-plan.md` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/docs/create_proxy_diagram.py` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/index.html` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/package-lock.json` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/icons/ventilation.svg` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/android-chrome-192x192-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/android-chrome-192x192.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/android-chrome-512x512-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/android-chrome-512x512.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/apple-touch-icon-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/apple-touch-icon.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo_dark.png` — deleted by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo_dark_transparent.png` — deleted by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo_light.png` — deleted by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/favicon-16x16-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/favicon-16x16.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/favicon-32x32-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/favicon-32x32.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/favicon-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/favicon.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_icon.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_icon_dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo.svg` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo_dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo_dark_transparent.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printbuddy_logo_light.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-cr10s-pro-v2.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-cr10s-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-ender-3-pro-s1.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-ender-3-pro-v2.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-ender-3-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-ender-3.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/creality-ender-5-plus.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/default.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-centauri-carbon.png` — added by Printbuddy; latest modification date: 2026-07-15. - `frontend/public/img/printers/elegoo-neptune-3-max.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-3-plus.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-3-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-3.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-4-max.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-4-plus.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-4-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/elegoo-neptune-4.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/generic-printer.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-core-one.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mini+.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk3.5.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk3.5S.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk3.9.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk3.9S.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk3s+.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk4.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-mk4s.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/printers/prusa-xl.png` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/img/spoolbuddy_logo_dark.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/public/img/spoolbuddy_logo_dark_small.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/public/manifest.json` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/public/spoolbuddy_logo_dark.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/public/sw-register.js` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/public/sw.js` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/scripts/check-i18n-parity.mjs` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/App.ingress.test.tsx` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/AddNotificationModal.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/AddPrinterPreflight.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/AssignSpoolModal.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/AssignToAmsModal.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/BugReportBubble.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/FilamentHoverCard.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/FileUploadModal.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/InventorySpoolInfoCard.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/Layout.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/PrintModal.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/spoolbuddy/AmsUnitCard.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/spoolbuddy/SpoolBuddyBottomNav.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/spoolbuddy/SpoolBuddyLayout.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/spoolbuddy/SpoolBuddyQuickMenu.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/spoolbuddy/SpoolBuddyStatusBar.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/spoolbuddy/SpoolBuddyTopBar.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/spoolbuddy/SpoolIcon.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/SpoolBuddySettings.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/SpoolInfoCard.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/SystemHealthPanel.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/TagDetectedModal.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/components/VirtualPrinterSettings.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/components/WeightDisplay.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/contexts/ThemeContext.test.tsx` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/contexts/ToastContext.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/hooks/useFilamentMapping.test.ts` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/hooks/useSpoolBuddyState.test.ts` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/mocks/handlers.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/LoginPage.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/PrintersPage.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/PrintersPageCameraAction.test.ts` — added by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SettingsPage.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SetupPage.test.tsx` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/pages/SpoolBuddyAmsPage.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SpoolBuddyAmsPageLogic.test.ts` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SpoolBuddyCalibrationPage.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SpoolBuddyDashboard.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SpoolBuddySettingsPage.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/SpoolBuddyWriteTagPage.test.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/__tests__/pages/StreamOverlayPage.test.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/utils/assetPaths.test.ts` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/utils/printer.test.ts` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/__tests__/utils/printerFileRules.test.ts` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/api/client.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/App.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/AddNotificationModal.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/AssignSpoolModal.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/BugReportBubble.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/EmailSettings.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/FilamentHoverCard.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/FileManagerModal.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/FileUploadModal.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/GitHubBackupSettings.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/KlipperControlPanel.tsx` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/Layout.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/LDAPSettings.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/PrinterInfoModal.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/PrintModal/FilamentMapping.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/PrintModal/index.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/PrintModal/printOptionCapabilities.ts` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/PrintModal/PrintOptions.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/PrintModal/types.ts` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/SliceModal.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/spoolbuddy/AmsUnitCard.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/AssignToAmsModal.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/DiagnosticModal.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/InventorySpoolInfoCard.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/LinkSpoolModal.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolBuddyBottomNav.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolBuddyLayout.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolBuddyQuickMenu.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolBuddyStatusBar.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolBuddyTopBar.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolIcon.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/SpoolInfoCard.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/TagDetectedModal.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/spoolbuddy/WeightDisplay.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/SpoolBuddySettings.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/SystemHealthPanel.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/VirtualKeyboard.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/components/VirtualPrinterAddDialog.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/VirtualPrinterList.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/components/VirtualPrinterSettings.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/constants/documentation.ts` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/contexts/AuthContext.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/contexts/ThemeContext.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/contexts/ToastContext.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/hooks/useFilamentMapping.ts` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/hooks/useMultiPrinterFilamentMapping.ts` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/hooks/useSpoolBuddyState.ts` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/hooks/useWebSocket.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/de.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/en.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/es.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/fr.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/it.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/ja.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/pt-BR.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/zh-CN.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/i18n/locales/zh-TW.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/index.css` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/lib/settingsSearch.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/CameraPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/pages/InventoryPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/LoginPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/PrintersPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/SettingsPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/SetupPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/pages/spoolbuddy/SpoolBuddyAmsPage.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/spoolbuddy/SpoolBuddyCalibrationPage.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/spoolbuddy/SpoolBuddyDashboard.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/spoolbuddy/SpoolBuddyInventoryPage.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/spoolbuddy/SpoolBuddySettingsPage.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/spoolbuddy/SpoolBuddyWriteTagPage.tsx` — deleted by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/pages/StreamOverlayPage.tsx` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/utils/assetPaths.ts` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/utils/printer.ts` — modified by Printbuddy; latest modification date: 2026-06-06. - `frontend/src/utils/printerCamera.ts` — added by Printbuddy; latest modification date: 2026-06-07. - `frontend/src/utils/printerFileRules.ts` — added by Printbuddy; latest modification date: 2026-06-06. - `frontend/vite.config.ts` — modified by Printbuddy; latest modification date: 2026-06-07. - `gcode_viewer/index.html` — modified by Printbuddy; latest modification date: 2026-06-06. - `gcode_viewer/js/printbuddy_adapter.js → gcode_viewer/js/printbuddy_adapter.js` — renamed by Printbuddy; latest modification date: 2026-06-06. - `gcode_viewer/VENDORED.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `install/docker-install.ps1` — modified by Printbuddy; latest modification date: 2026-06-06. - `install/docker-install.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `install/install.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `install/README.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `install/update.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `install/update_macos.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `NOTICE-modifications.md` — modified by Printbuddy; latest modification date: 2026-06-07. - `pyproject.toml` — modified by Printbuddy; latest modification date: 2026-06-06. - `README.md` — modified by Printbuddy; latest modification date: 2026-06-07. - `requirements.txt` — modified by Printbuddy; latest modification date: 2026-06-07. - `SECURITY.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `slicer-api/.env.example` — modified by Printbuddy; latest modification date: 2026-06-06. - `slicer-api/docker-compose.yml` — modified by Printbuddy; latest modification date: 2026-06-06. - `slicer-api/README.md` — modified by Printbuddy; latest modification date: 2026-06-06. - `spoolbuddy/daemon/__init__.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/api_client.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/config.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/display_control.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/main.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/nau7802.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/nfc_reader.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/pn5180.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/scale_reader.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/system_stats.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/systemd/spoolbuddy.service` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/daemon/tag_parser.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/install/generate_splash.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/install/install.sh` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/install/splash.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/install/spoolbuddy-idle.sh` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/README.md` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/scripts/pn5180_diag.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/scripts/read_tag.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/scripts/scale_diag.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/__init__.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/test_api_client.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/test_config.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/test_deploy_ssh_key.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/test_display_control.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/test_main.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `spoolbuddy/tests/test_tag_parser.py` — deleted by Printbuddy; latest modification date: 2026-06-07. - `static/assets/index-Bcq2D1pW.css` — added by Printbuddy; latest modification date: 2026-06-07. - `static/assets/index-C-YgIh3u.js` — deleted by Printbuddy; latest modification date: 2026-06-06. - `static/assets/index-DFRy1S-W.js` — deleted by Printbuddy; latest modification date: 2026-06-07. - `static/assets/index-DlHdgt0X.js` — added by Printbuddy; latest modification date: 2026-06-07. - `static/assets/index-y4woBlMv.css` — deleted by Printbuddy; latest modification date: 2026-06-06. - `static/icons/ventilation.svg` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/android-chrome-192x192-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/android-chrome-192x192.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/android-chrome-512x512-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/android-chrome-512x512.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/apple-touch-icon-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/apple-touch-icon.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo_dark.png` — deleted by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo_dark_transparent.png` — deleted by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo_light.png` — deleted by Printbuddy; latest modification date: 2026-06-06. - `static/img/favicon-16x16-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/favicon-16x16.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/favicon-32x32-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/favicon-32x32.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/favicon-dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/favicon.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_icon.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_icon_dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo.svg` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo_dark.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo_dark_transparent.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printbuddy_logo_light.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-cr10s-pro-v2.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-cr10s-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-ender-3-pro-s1.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-ender-3-pro-v2.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-ender-3-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-ender-3.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/creality-ender-5-plus.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/default.png` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-centauri-carbon.png` — added by Printbuddy; latest modification date: 2026-07-15. - `static/img/printers/elegoo-neptune-3-max.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-3-plus.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-3-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-3.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-4-max.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-4-plus.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-4-pro.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/elegoo-neptune-4.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/generic-printer.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-core-one.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mini+.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk3.5.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk3.5S.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk3.9.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk3.9S.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk3s+.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk4.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-mk4s.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/printers/prusa-xl.png` — added by Printbuddy; latest modification date: 2026-06-06. - `static/img/spoolbuddy_logo_dark.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `static/img/spoolbuddy_logo_dark_small.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `static/index.html` — modified by Printbuddy; latest modification date: 2026-06-07. - `static/manifest.json` — modified by Printbuddy; latest modification date: 2026-06-06. - `static/spoolbuddy_logo_dark.png` — deleted by Printbuddy; latest modification date: 2026-06-07. - `static/sw-register.js` — modified by Printbuddy; latest modification date: 2026-06-07. - `static/sw.js` — modified by Printbuddy; latest modification date: 2026-06-06. - `test_security.sh` — modified by Printbuddy; latest modification date: 2026-06-06. - `UPDATING.md` — modified by Printbuddy; latest modification date: 2026-06-06.