GitXplorerGitXplorer
s

bend.scad

public
24 stars
2 forks
5 issues

Commits

List of commits on branch master.
Unverified
9fabea7856bed5e9f6ea413b72cb414d94beff9c

Add repository line to metadata block

sstuartpb committed 7 years ago
Unverified
05e63e1c6c24a16d6a0119932c13af646baf1eef

Commit rendered STL of example

sstuartpb committed 7 years ago
Unverified
47a83532d4868db47aec3fee556bd942b11faa58

Add metadata comment header

sstuartpb committed 7 years ago
Unverified
993c2bb831464244dec72e644347c99e4401ad3a

Move ceil() out of loop condition, into assignment

sstuartpb committed 7 years ago
Unverified
ba6250ce50d8f42a7962303e14a43b0eb51f995e

Add modern version of bend_example.scad

sstuartpb committed 7 years ago
Unverified
770d4198eba289a8f042f79ff5d58e910d9f9bfe

Use spaces instead of tabs

sstuartpb committed 7 years ago

README

The README file for this repository.

bend.scad

Procedures for bending models on the surface of a cylinder or into a parabola in OpenSCAD

This is a continuation of OpenSCAD bend procedures by flavius on Thingiverse, updated for modern versions of OpenSCAD (ie. using assignments instead of assign() statements and children() instead of child()).

It differs from bscheshir's "OpenSCAD bend procedures 2017" in that this, correctly, uses children() for all references to the model being bent, instead of children(0).