Filip Sykala

Results 31 comments of Filip Sykala

@dupoxy thanks for capturing the video. Guys (@dupoxy, @npike or @rainell from https://github.com/prusa3d/PrusaSlicer/issues/9574 ), I prepare [AddressSanitizer](https://en.wikipedia.org/wiki/AddressSanitizer) build to detects [memory corruption](https://en.wikipedia.org/wiki/Memory_corruption) [bugs](https://en.wikipedia.org/wiki/Software_bug) inside application, please download: ~~[PrusaSlicer-2.6.0-alpha4+52-fs-emboss-wx-test-MacOS-universal-asan](https://prusaslicer:[email protected]/files/PrusaSlicer-2.6.0-alpha4+52-fs-emboss-wx-test-MacOS-universal-asan-g7a00171d8-202302201539.dmg)~~ Start application...

Hi @dupoxy, Could you re-upload asan logs. It seems that link to logs aim to this issue page.

I hope, I saw enough in captured video to be able fix it. Could @dupoxy confirm that this build solve the crash: ~[PrusaSlicer-2.6.0-alpha4+61-fs-emboss-MacOS-universal-g142a21d00-202302231549.dmg](https://prusaslicer:[email protected]/files/PrusaSlicer-2.6.0-alpha4+61-fs-emboss-MacOS-universal-g142a21d00-202302231549.dmg)~

@dupoxy It is sad .. (again at beginning). So, lets try ASAN build with additional application logs: ~[PrusaSlicer-2.6.0-alpha4+90-fs-emboss-MacOS-universal-asan-g6b2c83446-202302281134.dmg](https://prusaslicer:[email protected]/files/PrusaSlicer-2.6.0-alpha4+90-fs-emboss-MacOS-universal-asan-g6b2c83446-202302281134.dmg)~ Start application from terminal with parameter: `--loglevel=5` and please send me logs.

Thanks @dupoxy for logs. I prepare next build again please start with parameter `--loglevel=5` I hope that I fix it, [PrusaSlicer-2.6.0-alpha4+98-fs-emboss-MacOS-universal-asan-ge428dcc57-202303020702.dmg](https://prusaslicer:[email protected]/files/PrusaSlicer-2.6.0-alpha4+98-fs-emboss-MacOS-universal-asan-ge428dcc57-202303020702.dmg)

Fixed in [version_2.6.0-alpha6](https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.6.0-alpha6)

Is there any progress with RtL in imgui? @0x416c69 What about your branch?

https://github.com/prusa3d/PrusaSlicer/issues/9373#issuecomment-1413397447

To use imge in svg One could create Font for this purpose: for example with [fontforge](http://fontforge.org/)

There was add a way around. This feature is called "per glyph". For each letter(glyph) in text is applied [Orthographic projection](https://en.wikipedia.org/wiki/3D_projection#Orthographic_projection) separately with respect to the surface direction under the...