Max Gaukler

Results 157 comments of Max Gaukler

If I remember correctly, this is supported only for certain lasercutter types. Please send a screenshot of your laser device settings in VisiCut.

Moving the issue to LibLaserCut (which is the library for the lasercutter drivers used by VisiCut). The ruida driver unfortunately does not have the "Flip X Axis" setting that your...

I think that the current solution as in other drivers should do the job for now. Keep it simple as long as possible. The bed width is already known in...

This error looks similar to https://github.com/t-oster/LibLaserCut/issues/170 . Looks like VisiCut is doing something slightly wrong regarding RTS/CTS settings, timing or similar. Please try to get a detailed log of the...

The files are online in the ["feature-mpc6515" branch of LibLaserCut](https://github.com/t-oster/LibLaserCut/tree/feature-mpc6515). To make life easier for new developers, I rebased the branch to the latest master and made some changes so...

It would be interesting to know if engraving also works or if some further changes are needed for that.

The distinction is between relative and absolute coordinates. `yNew = - yOld` (@pimsierhuis) vs `yNew = height - yOld` (@kkaempf). The second one is correct. I'm not sure how well...

I get your point. I would suggest that as a first step we get absolute positioning working, because it is the basic case from VisiCut's point of view. The "relative"...

There was a lot of discussion and I'm slightly confused what is the current status. Can someone please confirm that their machine needs one of these "axis flip" settings AND...

Marking as draft - Please mark as ready once the reported problems are fixed