Ghostkeeper

Results 403 comments of Ghostkeeper

I'm unable to reproduce this. The tests succeed for me, apart from the typing check which fails on Trust.py for me locally (as I have a more modern version of...

Maybe something in PyQt then? It looks like it creates multiple `QCoreApplication` instances within the same run of Python now (due to other tests creating one too). Maybe they don't...

The application is re-created for every test in order to prevent previous tests from influencing subsequent tests. If they did, that would create some particularly nasty bugs in the tests...

Yeah, we should restart the Python runtime, but that's not how PyTest works. Understandably, most unit tests wouldn't need this sort of thing and they'd claim that tests are expected...

Yeah that is probably the only way to fix this. The difficulty is probably in the 2nd point there. The HttpRequestManager in particular uses multithreading so you could end up...

Maybe you could upload a Blender project file that reproduces this issue? I'm not seeing it with my own projects.

This is what I understood... Cura connects via a COM port. It tries both baud rates 115200 and 250000. To verify a connection, Cura sends a temperature request to the...

No such problem on Windows 8.1 here, gotymog. And Cura 15.04 supplies its own version of Python with the installation, so any other installations you may have should not have...

> I think we might just need to remove the CI check that complains if you define a setting that isn't in fdmprinter.def.json That check is pretty important. If a...

Perhaps it's more realistic to forego the extra settings for now and re-introduce them once CURA-8462 is implemented? The start and end g-codes can have calculations in them like any...