multi-line text: x offset should apply to each line
Closed this issue · 3 comments
ec1oud commented
If I try to generate g-code from an input file with line breaks, the x offset only indents the first line, but not the following lines.
e.g. hf2gcode --font=scripts -o out.nc -i in.txt -s 0.3 -y 100 -x 100
Andy1978 commented
No reply but I guess this was fixed with the mentioned cset
ec1oud commented
Yes that fixed it, thanks!
If I use -s with a negative number, I can make it print the text upside-down, but then the lines print backwards because line spacing is going the same direction as the scale. ;-) But that's not very surprising and not a big problem.