Separate names with a comma.
Some features disabled for guests. Register Today.
I have created another small macro... Description This macro generates a sequence of G-Codes to mill a (vertical) hole into some stock at 0/0/0...
I have prepared 4 screen printing plates (Siebdruckplatte) and installed drive-in-nuts in 80mm distances Using the press down brackets I can span...
I have created a small macro I'm using for my builds and want to share it with the community, hoping it might be useful for one or the other:...
Do you have any test plans / scripts or so? Or what's your approach to verify, if everything is still working once migrated to node v18, electron...
Absolutely right, programming now since more than 30+ years and still love to learn new thinks - that's what life makes to be fun :-) Looking...
Yea, I fully understand this and have I have to confess: The root cause is sitting in front of the machine, everything is working out of the box....
As a first test I carved out the creation / showing of the jog window and called it after the tray creation (see Commits ยท...
Some additional symptoms I have found: createJogWindow() is not being called. When starting a second instance of the app, the UI get's...
No problem. I will continue and will try to find the root cause. In the debug session, I see that all the functions including createApp() are...
I was using DEBUGCONTROL already ;-) But it gives no further hints: Debugger listening on...
Update: For some reasons it seems that the app cannot launch a browser. By debugging in the code, I noticed that the app is listening to...
Unfortunately not. I was trying to use it when I got my Lead 1010 with the BB (OpenBuildsCONTROL-1.0.317.AppImage at this time) but was always...
:banghead: Thanks for this hint. After $ nvm install v14 $ rm -rf node_modules $ npm install $ ./node_modules/.bin/elevtron-builder -l build and...
I tried to build OpenBuilds Control from source based on v1.0.330 on Ubuntu linux 22.04.1 LTS, but with no success. Command used to build:...