Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.9.0-rc1] Custom bed model / texture not showing for multi-plate #13791

Closed
1 of 2 tasks
mjonuschat opened this issue Dec 18, 2024 · 2 comments
Closed
1 of 2 tasks

[2.9.0-rc1] Custom bed model / texture not showing for multi-plate #13791

mjonuschat opened this issue Dec 18, 2024 · 2 comments

Comments

@mjonuschat
Copy link
Contributor

Description of the bug

Bug: Having a printer defined with a custom bed texture and a custom bed model leads to neither the texture nor the model being show when a second plate is added. When only using a bed texture these show up when using more than one plate.

Screenshot 2024-12-18 at 10 49 42

Expected: Every plate shows custom bed texture and model

Project file & How to reproduce

  1. Define a printer that has a custom bed texture and model:
    Screenshot 2024-12-18 at 10 52 06

  2. Add two shapes to the plate - texture and model are still visible
    Screenshot 2024-12-18 at 10 53 29

  3. Move one shape to a second plate - model and texture vanish (as shown in screenshot in the description of the bug)

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.9.0-rc1

Operating system

MacOS 15.1.1-arm64

Printer model

Voron Trident 150mm

@lukasmatena
Copy link
Collaborator

Thanks. This is actually by design. Your bed model is so large that the beds would have to be spaced awkwardly apart to avoid overlaps. In such case it falls back to the default rendering. If the model was smaller, it would keep showing even with multiple beds.

What does look suspicious is that neither of the beds is rendered as active in your screenshot. That seems to be a bug. We will try to reproduce it.

@lukasmatena
Copy link
Collaborator

The issue should be fixed in 2.9.0. Closing.

mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 21, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 21, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 21, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 21, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 28, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 30, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
mjonuschat added a commit to mjonuschat/PrusaSlicer that referenced this issue Dec 31, 2024
When bed models are too large they are automatically hidden when another bed is added to avoid awkward spacing between beds/overlaps.
This also results in the bed texture being hidden and falling back to the default "translucent" grid view.

This bugfix changes the behavior to show the bed texture on the active bed even when the model is hidden which should be save
as the texture is always scaled to the bed size.

Original bug report: prusa3d#13791
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

No branches or pull requests

2 participants