Skip to content

Add camera fullscreen view#10469

Merged
lanewei120 merged 1 commit into
bambulab:masterfrom
bdpdx:feature/full-screen-camera-view
May 15, 2026
Merged

Add camera fullscreen view#10469
lanewei120 merged 1 commit into
bambulab:masterfrom
bdpdx:feature/full-screen-camera-view

Conversation

@bdpdx
Copy link
Copy Markdown

@bdpdx bdpdx commented Apr 30, 2026

Fixes #7272

I added a full screen camera view feature. This includes:

  • A Settings option to view only on the current monitor (default) or on all monitors (blanking non-default monitors).
  • ESC key to exit
    • MacOS required special handling, I didn't add anything extra for Windows or Linux
  • Close button in upper right corner to exit full screen view (fades out after 5s, reappears on mouse movement).
  • Menu item to 'Enter Camera Full Screen' under the View menu
  • Localized to all supported languages

Note to maintainers:

I only tested it on MacOS as I don't have a Windows machine or Linux desktop available.

Please test on Windows and Linux.


This is what the Settings dialog looks like now (see last entry):


Screenshot 2026-05-01 at 4 04 01 AM

This is the new camera view toolbar:


Screenshot 2026-05-01 at 4 03 10 AM

This is the full screen view:


Screenshot 2026-05-01 at 4 05 43 AM

@bdpdx bdpdx mentioned this pull request Apr 30, 2026
@bdpdx bdpdx force-pushed the feature/full-screen-camera-view branch from 6f24391 to cc72b61 Compare May 1, 2026 11:18
@lanewei120
Copy link
Copy Markdown
Collaborator

Hi @bdpdx

thanks for this patch

please remove the translation files in this patch
we will review the other part

@bdpdx
Copy link
Copy Markdown
Author

bdpdx commented May 8, 2026

please remove the translation files in this patch we will review the other part

done

Comment thread bbl/i18n/BambuStudio.pot Outdated
msgid "Camera Setting"
msgstr ""


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the changes to this file, and squash all edits into one single commit before merging. Thank you.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@bdpdx bdpdx force-pushed the feature/full-screen-camera-view branch from 5b16368 to 6e47114 Compare May 13, 2026 21:13
fix full screen display on main monitor (hide menus until mouseover)

revert .po files (back out localizations per maintainer request)

revert changes to BambuStudio.pot
@bdpdx bdpdx force-pushed the feature/full-screen-camera-view branch from 6e47114 to 771fe21 Compare May 13, 2026 21:17
@lanewei120 lanewei120 merged commit 7504988 into bambulab:master May 15, 2026
16 of 17 checks passed
@lanewei120
Copy link
Copy Markdown
Collaborator

@bdpdx thanks for doing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Full screen viewing

3 participants