You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings -> Layer Preview -> Auto Rotate on Load (and auto flip)
I'd like to have a setting there to control the preferred direction of rotation, so I can choose CCW.
(If you're fiddling there anyway, offering the preference on auto flip directions also makes sense, but I don't personally care).
Motivation:
Right now, going from prusaslicer's sl1 to uvtools ends up rotated 180. Rotating CCW instead of CW makes the view in prusaslicer, the thumbnail it generates, and the view in uvtools all match.
Other possible solutions:
Run a script using the automations on loading a file to force ccw instead, but I'm unclear what method to call. In particular, I do NOT want to rotate the actual layer contents, just the UI view of them.
Files
No response
The text was updated successfully, but these errors were encountered:
Rotation direction cannot be guessed with the available data, an option could exist, but different files will require CW while others CCW, not a problem if you only use one machine or multiple with same direction.
Currently there is a way, as you say you can run an auto script after file load, scripts can run at UI level, which allow you to force whatever you want. Something like: if slicerfile is SL1s then rotate my view
variables:
ShowLayerImageRotateCWDirection = true
or ShowLayerImageRotateCCWDirection= true
setup a uvtools_load.cs with either flag and test by set that file on UVtools options under Events
Is your feature request related to a problem?
No.
Describe the solution you'd like
Settings -> Layer Preview -> Auto Rotate on Load (and auto flip)
I'd like to have a setting there to control the preferred direction of rotation, so I can choose CCW.
(If you're fiddling there anyway, offering the preference on auto flip directions also makes sense, but I don't personally care).
Motivation:
Right now, going from prusaslicer's sl1 to uvtools ends up rotated 180. Rotating CCW instead of CW makes the view in prusaslicer, the thumbnail it generates, and the view in uvtools all match.
Other possible solutions:
Run a script using the automations on loading a file to force ccw instead, but I'm unclear what method to call. In particular, I do NOT want to rotate the actual layer contents, just the UI view of them.
Files
No response
The text was updated successfully, but these errors were encountered: