-
Hello, I get the following error when installing:
C:\Users\mchhe\OneDrive\Dokumente\git\leddvr10w\FlybackV4_Hutschiene> pip3 install kikit
Defaulting to user installation because normal site-packa…
-
Hi,
An interesting feature of `openSCAD` is writing parametric objects with explicit named variables.
```
a = 4.0;
cube([a, a, a]);
```
Obviously the following Python code loses this information:
…
-
I just updated kicad and kikit. I am running
`KiCad Version: (6.0.0-rc2-14-ga17a58203b), release build` and
`kikit, version 0.99-pre1.0+76.g2d499e0` although I tired this with 0.7 also. On
`mac…
-
Follow the instructions but when trying to bring up the help menu I get the following:
```
$ kikit --help
Command 'kikit' not found, did you mean:
command 'kinit' from deb heimdal-clients (7.7…
-
Hi,
'Installation library' is the terminology used on the OpenScad wiki and described as:
"The Installation library location is the `libraries` directory under the directory where OpenSCAD is inst…
-
When using the program with a layout file that has arrow characters (↑, ←, ↓, →) it doesn't work and reports an error message:
> File "C:\Python310\lib\encodings\cp1252.py", line 23, in decode
…
-
Hi, thanks for your project!
I was stuck for a while transitioning code from scad to solidpython. I tend to open curly braces on the following line, replacing them with braces produces valid python…
-
Kit Kit Not installing for Windows KiCad V6.0 Build problems
install fails when building wheel for regex
'''
>pip3 install kikit
Defaulting to user installation because normal site-packages …
-
Hello, I am sorry this is not really an issue rather than a discussion, but I don't have another way of contacting the active maintainers of this project.
Do you plan to have a new release? If so w…
-
Just learning about SolidPython.
How do you create assemblies with many pieces? Is there a facility to "attach" an object to another at a specific point? I'm struggling to connect two beams, especi…