PrusaSlicer
PrusaSlicer copied to clipboard
Text embossing tool - wrap around surface
Description of the bug
Embossing tool does not wrap the long text around the whole model surface ( cylinder in my case ) and apply the text only on the visible faces by camera. That means only 180degrees is working and also the text at the edges of visible area is distorted. This might be a new feature request and not a bug. I could not find a release note limitting only visible faces by the camera
Project file & How to reproduce
Checklist of files included above
- [X] Project file
- [X] Screenshot
Version of PrusaSlicer
2.6.0 Alpha2+64bit
Operating system
Windows 10
Printer model
MK3S
It is about projection type. Embossing tool use Orthographic projection (a.k.a. parallel projection) so cylindric, conic, sphere and curve projection are feature request.
Any plans on adding this? Would appreciate it. This would allow adding texture to give parts a nice grip
There was add a way around. This feature is called "per glyph".
For each letter(glyph) in text is applied Orthographic projection separately with respect to the surface direction under the letter.
There was add a way around. This feature is called "per glyph". For each letter(glyph) in text is applied Orthographic projection separately with respect to the surface direction under the letter.
This works good for text, but it wouldn't apply to imported SVG textures, which is mainly what I'm after.
Good to know though! I wouldn't have known that otherwise.
Soo ... You could convert your texture pattern into font glyph and than emboss text ;-)
Soo ... You could convert your texture pattern into font glyph and than emboss text ;-)
Actually, that's not a bad idea.
May consider it, thank you!