Max Gaukler
Max Gaukler
In my opinion, VisiCut currently works correctly according to the "What you see is what you get" philosophy. What you are requesting looks more like "show the colors as in...
Hi Jürgen :) Using the inkscape plugin everything works for me. (as expected, because it unlinks clones) Directly opening the SVG in VisiCut fails to cut, but raster-engrave works. So...
The time I posted is 30.11.2015 - 14:04:31 UTC, I posted it exactly the same date, so it is most probably correct.
AFAIK all of the streaming drivers are blocking, e.g. sendJob() in GenericGCodeDriver does not return until the whole job is sent. https://github.com/t-oster/LibLaserCut/blob/d07e53259a96912dbf435bc045a8695eef08d8ce/src/com/t_oster/liblasercut/drivers/GenericGcodeDriver.java#L790 My suggestion would be to 1. call sendJob...
Related: https://github.com/t-oster/LibLaserCut/issues/158
It's only half fixed. Now power defaults to 0%. At least for the more expensive lasercutters this means that the laser doesn't actually cut. The LTT driver gives a warning...
I don't own any Apple computer, so I can't really help, but here are some links to follow: http://www.intransitione.com/blog/take-java-to-app-store/ https://bitbucket.org/infinitekind/appbundler Java programming knowledge isn't really necessary, for the first start...
An easier route might be DCP setupmaker https://github.com/DevComPack/setupmaker , which is a frontend for the cross-platform izPack installer creation tool. This could also be a good replacement for the Windows...
@dreydean There is no way of "just" converting a program from one language to another, especially when it comes to the user interface. To some extent, converting (cross-compiling) works for...
Making it into the Mac Appstore may be outright impossible due to legal issues, because GPLed software is forbidden by Apple. I could not find clear sources if the same...