mukral
mukral
Hi, same here. Could it be an option to implement a switch where user can decide generally if all object are visible by default or nothing is visible until 'show_object()'...
Hi, workaround for me is the workplane integration of the sketch API: ``` import cadquery as cq result = ( cq.Workplane() .trapezoid(4,3,90) .sketch() .vertices() .circle(.5, mode='s') .reset() .vertices() .fillet(.25) .reset()...
I got a similar/same problem with this Display: [http://www.lcdwiki.com/3.5inch_RPi_Display](url) In may case it's because there is no driver for wayland. It only works with X11 So I had to go...
Operating System / Platform 🐧️ Linux Operating system architecture aarch64 (64-bit ARM) Electron version 28.1.0 Application version 4.6.1 Bug description sorry, I opened the issue directly on github, so were...
wvkbd is not listed in the menue. Since I've working with touchscreen I cannot call it without a keyboard via execute. Sorry, I don't know how to inetgrate it in...