Max Gaukler

Results 157 comments of Max Gaukler

Thanks for sharing your findings. I guess we can split this into multiple steps. You can do most of these yourself and I can help with the rest. 1. Make...

Guessing from the Epilog driver and Job Manager output, and some network traces I could get from a test device, I can say the following: The Fusion's command set is...

Start at the Helix or Legend code (whichever supports autofocus) and compare the output data of the Windows driver (print to file) with that of VisiCut. Then change the VisiCut...

As my lab has decided to not buy an Epilog Fusion, I will not work on a driver for this machine. First, you will need to make all small details...

As far as I understand the specification https://tools.ietf.org/html/rfc1350 , there's a good reason for checking the port (like a session ID), and it is specified like this: - client: random_client_port...

@dirkx That's also my interpretation of the RFC -- can you submit a pull request for commons-net?

@dirkx Please try to submit a pull request for commons-net so that we don't need to fork it.

The issue is only partially solved. There is a LAOS firmware update, but of course VisiCut should also work with the older firmware. Unfortunately the original poster @dirkx fails to...

beta code: https://github.com/mgmax/LibLaserCut/commit/7a1dd7dc59eabaadf86405821ffcd15078bfa84a Will probably be merged together with #134 or some time after that. I don't want to tackle it before to avoid merge conflicts.

In the end, introducing any additional code will lead to more work, because on the one hand fixing bugs becomes more complicated and on the other hand the code itself...