Hi! I just drew my first sketch over the gcode API and it’s lovely. Very well documented, really a joy to work with. I have a question though about the following sketch:
You can see the way the Line-us is aligned; this is the source image I am trying to plot. The sketch should basically fill the whole safe drawing area I took from this document, so the lowest line line should be from [800, -900] to [1700, -900] and the highest line (the one furthest away from the camera) should be from [800, 900] to [1700, 900].
Is it normal for the drawing area to be bent like this? And if yes, is there any good for estimating where exactly it’s going to end up? (Other than practice :))
Cheers!