parachvte
parachvte
> At first I thought this wasn't the right place for it, but it was likely a regression introduced by #714. If it happens on Snapmaker reboots, it's not an...
> Do I need to re-install the official last firmware release or I can be running the Test you provided without any problem? You can use the test firmware without...
Seems like we introduce a new bug.
https://github.com/Snapmaker/Luban/pull/388 Fixed.
Optimize Path uses an unoptimized short path algorithm, which is at O(N^2) complexity. With number of shapes grows, it will be very slow.
@Abolfazl > I do not mind the added time We still need it to complete under a limited time (in 1 second or in a few seconds). I come up...
Seems like it's an issue in Luban's communication with the controller, response is sometimes not matched with its request.
Which distro of Pi are you using, Raspbian? Not sure if the .deb version can be used.
serialport (https://github.com/serialport/node-serialport) is not properly installed. In short: 1) it doesn't have pre-built binary for (target=10.23.2 runtime=node arch=arm64 libc= platform=linux) 2) and you don't have `make` installed to build on...
@soberwalder Yes please open a pull request merging branch `master`. We'll test it too on macOS and Windows. If we use Travis-CI to build executable, probably we need to add...