-
-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Is your feature request related to a problem?
Many printers (particularly older models such as Elegoo Mars 1, 2 etc.) use a "portrait" layout for their LCD. That is to say, the x dimension is smaller than the y dimension. This is fine to define within the slicer/uvtools however it creates an unfortunate discrepancy where in most slicers the "front" is denoted as being at x=0. For these portrait screen printers however, x=0 is the side of the bed.
Describe the solution you'd like
I think having an additional "Transpose" operation within UVTools would be a great solution to this problem. With this, one could input the resolution into the slicer as landscape, which would label the front of the bed properly. Then, simply run the file through the transpose operation of UVTools and have a printable file.
This operation might also want to have a way to specify what type of transpose is being done. For example a "true transpose" which would result in a mirrored model, or a "rotation transpose" which is more akin to a 90 degree rotation.
Files
No response