Andy1978/hf2gcode

multi-line text: x offset should apply to each line

Closed this issue · 3 comments

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

Hi ec1oud,
is this issue fixed with e58f52a ?

No reply but I guess this was fixed with the mentioned cset

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.