Tiago Conceição

Results 283 comments of Tiago Conceição

If user not changed the defaults, it's null/empty by default. But he [complains](https://github.com/sn4k3/UVtools/issues/518#issuecomment-1193338515) that when loading file from internall SSD it trigger the crash, but loading from a USB works...

> @sn4k3 can't reproduce at all. Also tried invalid dir names, still just works. Yes, it's a very rare bug. I had about 4 reports of this in a fair...

Humm... Let-me ask the user to participate here in order to debug. Maybe he can do some test for us...

After enable libraries and put a file there it open just fine for me, but i'm with windows 11, it may result in different path style with Windows 7?

@bevanweiss the main problem is that `SerializedType.TerminatedString` is not appending a `\0` at end of string while serializing. Example: `test\0` (length=5) Deserialize ok to "test" But when serialize back it...

It's working as expected, chitubox disables per layer settings (Free can't configure layer settings independently), which will follow global settings (the ones you can change on printer menu). If flag...

> Hmm, I'm not using different per layer settings. You have 10 transition layers, that will make 10 layers to fade exposure, for that the flag must be set: ![image](https://user-images.githubusercontent.com/113281/218275524-a71ecd03-76f0-4b1e-b15a-7c5e33038c7c.png)...

Yes, but i guess transition layers don't work as expected while printing? They use software transition AFIK

> Got the chance to do a "dry print" of that file, can confirm that it does actually generate the transition layers. Can you provide that file?

From what I observed transition layers in CTB works in firmware mode when `PerLayerSettings` is 0 and in software mode when is not 0 (Controlled by layer data) [Note that...