winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.89k stars 764 forks source link

Small text not generating g-code #2416

Closed garyemiller closed 9 months ago

garyemiller commented 9 months ago

Version

2.1.4

Hardware / Firmware

GRBL 1.1

What happened

Small fonts, like 4mm high, are not being rendered into g-code.

Sample:

rellim-card.ugsd.txt

How to reproduce

Load the attached ugsd file.

Operating System

Gentoo amd64 unstable

Anything else

No response

breiler commented 9 months ago

Your tool size of 0.5 mm is too thick to fit inside that tiny text to make pockets. If you change the tool to a 0.2 mm endmill it would work better.

garyemiller commented 9 months ago

Whoops, my bad. It is actually a laser, about 0.06. I keep forgetting to reset the tool size, and with my bad eyes the 0.06 looks like 0.5 unless I stare at it.

Chaning to 0.06 and all better now.