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
Importing a file that is bigger than the laser's set bed size results in an unusable file, but it doesn't have to!
In my example, I'm using the K3/K5 preset (8cm bedsize) and an SVG that is around 100x300mm, although I don't think the particulars matter too much.
Here are some things that, together, could be better:
Importing the file automatically scales the file to fit the bed. I don't think it should do this, or at the very least, it should be an option.
Reseting the transformation or manually changing the size in the position tab works, however, clicking/dragging on the image immediately resets it to a fixed position, which can't be moved. Manually entering in new coordinates works, but clicking on the image once again resets the position.
Executing the job fails - It should cut out the area that it can, instead.
The text was updated successfully, but these errors were encountered:
Currently, VisiCut does not support jobs larger than the laser bed. Therefore, the first two points are currently the correct behavior. It doesn't make sense that you can drag/scale the laser job into an invalid position, as this would only give you an error message when starting the job.
If we want to support jobs larger than the laser bed, what is your use-case and what is the expected behavior? A sketch would be very helpful.
For example, if you want to laser one larger part consisting of smaller pieces, how would you ensure that these pieces match properly?
How should the UI look when dragging the job beyond the left edge?
What should happen if only a part of a line is outside the laser boundaries?
Importing a file that is bigger than the laser's set bed size results in an unusable file, but it doesn't have to!
In my example, I'm using the K3/K5 preset (8cm bedsize) and an SVG that is around 100x300mm, although I don't think the particulars matter too much.
Here are some things that, together, could be better:
position
tab works, however, clicking/dragging on the image immediately resets it to a fixed position, which can't be moved. Manually entering in new coordinates works, but clicking on the image once again resets the position.The text was updated successfully, but these errors were encountered: