It would be awesome to be able to have a keyboard shortcut or a button to reload everything on every plate from the disk. And also a way to reload only selected parts. I’m working on a multi-part design, and I’m getting tired of reloading each one.
And if it is in any way possible, reload for STL’s that have been split to objects (so copy-paste split and rotate/arrange data).
I understand that this is a lot more complex, but if this is only reliable for 90% of cases it would still be a huge time saver while reiterating
Heck, even auto-reload would be cool. It could just reload every time the window is re-focused.
I have to say those who offer up complex and valuable models should suck it up.
Why should you find it easy just because you add value and this option would be incredibly easy to implement.
Just create something from AI, don’t worry if it can print, work with what they give you.
The cheek of trying to improve things!
Does your machine even still “reload” a .STL or .STEP???
on my Widows 11 machine:
After about november Bamboo studio update the “Reload” and “Reload as new STL” quit working entirely. Neither does anything for me. the only way to update an objects step file or STL file to delete and add it back as new. This sucks for many reasons.
Does anybody have the same experience? how is this fixed?
I don’t know how this is hard to implement. Just literally (pseudo coded here)
for part in parts {
part.reloadFromDisk
}
for part in parts {
if part.isSelected {
part.reloadFromDisk
}
}