Slicer Discord
Function Grapher – 3D printable model from Thingiverse Thingiverse

Function Grapher

47 Downloads
52 Likes
0 Makes
Go to Model
When remixing [OpenSCAD Graph Generator ||](https://www.thingiverse.com/thing:2220911), I remembered one thing I still didn't challenge. That is, using the built-in `polyhedron` module to create a function graph.

This is a demonstration of the `function_grapher` module in [my library](https://github.com/JustinSDK/dotSCAD). It's easy to use. For example.

include ;
include ;
include ;

function f(x, y) =
30 * (
cos(sqrt(pow(x, 2) + pow(y, 2))) +
cos(3 * sqrt(pow(x, 2) + pow(y, 2)))
);

thickness = 2;
min_value = -200;
max_value = 200;
resolution = 10;

points = [
for(y = [min_value:resolution:max_value])
[
for(x = [min_value:resolution:max_value])
[x, y, f(x, y)]
]
];

function_grapher(points, thickness);

For more information, please take a look at [dotSCAD](https://github.com/JustinSDK/dotSCAD).

Source
Thingiverse
What you need to print this: Beginner Low confidence
Single piece
Supports 1/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 0/3
Printer
FDM / FFF
File format
STL
Material
Software
Cura, PrusaSlicer, or similar
Same designer, more platforms

JustinSDK also publishes on

4 additional models across 1 more platforms

Verified by matching model titles across platforms.
No ratings yet
No comments yet – be the first!

Similar Models

6 Suggestions
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection