-
While running latest from github, it crashed
```
Roys-MacBook-Pro-1840:4 roy$ ./main.py
Usage: /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD [ -o output_file [ -d deps_file ] ]\
…
-
The `openscad` command seems to ignore `$vpr`, `$vpt` and `$vpd` when rendering PNGs. Example file:
```
$vpr = [90, 0, 0];
$vpt = [0, 0, 0.5];
$vpd = 3;
cube();
```
Example command:
```
openscad -o…
-
I'm on 10.14.6 (18G4032)
error
```
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
```
output
```
$ ./scripts/macosx-build-dependencies.sh
Detected Moja…
-
I know it might be too far fetched but I was thinking maybe OpenSCAD should follow the same path as Ipython took towards Jupyter, turning it into a language agnostic IDE. The concept of code based CAD…
-
There is not (for me at least) a workable way to get a correct size paper 2D drawing from Openscad without pain.
.
DXF export -> Online-DXF->PDF_Convert results in vanishingly fine lines that do no…
-
***
### Daily status - 2021 November
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last …
-
The following example shows that the for loop has problems with the precision when stating small step values:
//Example:
for (i=[3:2:5]){
echo(i);
}
//output:
ECHO: 3
ECHO: 5
Now, when changing …
-
I am trying to use rhino3dm with FreeCAD. The version of python that FreeCAD uses is 3.8.3
If I try import rhino3dm it does not seem to recognise the module
`>>> import rhino3dm
Traceback (most…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
Hi all, I'm reposting this from https://github.com/prettier/plugin-php/issues/1537 since the plugin is not responsible for editor integration.
========================
**Summary: I want to use P…