Skip to content
#

openscad

Here are 363 public repositories matching this topic...

nophead
nophead commented Apr 26, 2020

The new multi-tab editor doesn't make sense when you switch back to a previous tab because it doesn't draw the view that that tab generated. One has to hit F5 to make the view match the tab each time you switch tabs. That is tedious and can be time consuming if the preview takes significant time.

It would be much better if the view was saved in an off screen buffer and restored. If that is not

ericyeargan
ericyeargan commented Nov 20, 2019

The OpenSCAD script and ordering guide specify 3.2mm MDF for the laster-cut parts. Unfortunately, it looks like Ponoko no longer carries 3.2mm. In some commentary in the ordering guide @scottbez1 suggests that it's possible that the material was always 3.0mm and that the Ponoko was just listing it incorrectly as 3.2mm.

So, I tried ordering a parts using 3.0mm MDF with the latest release but thi

dragetd
dragetd commented Dec 26, 2017

Issue to track progress on writing a CONTRIBUTING.md :-)
A rough, initial plan has been written by ubitux already in #2 which was:

Here is a quick & dirty howto:

  • create boards/.scad following other .scad files in the same directory. This .scad is directly open-able with openscad.
  • if necessary, add the electronic components in electronics/.scad. The .scad files are dir
PELA-blocks
paulirotta
paulirotta commented May 14, 2019

Is your feature request related to a problem? Please describe.
Sometimes custom cuts into a lid for cable access, swtich insertion and such are easier to do with a pocket knife than modifying the design in the computer. Thus a lid style which is easy to carve was suggested by a lead user.

Describe the solution you'd like
Horizontal and vertical lines that are easy to cut with a pocke

z3dev
z3dev commented Feb 26, 2017

The user guide says "OpenSCAD like functions support the fn parameter, which is the numer of segments to approximate a sphere (default 32, total polygons per sphere fn*fn)."

I really doubt that this is consistently being followed in the function parameters. A few test cases should be created to verify.

Here's an example from the user guide.

`cylinder({start: [0,0,0], end: [0,0,10], r1: 1,

Improve this page

Add a description, image, and links to the openscad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openscad topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.