Slicer Discord
Function Grapher – 3D-printbaar model van Thingiverse Thingiverse

Function Grapher

door JustinSDK
47 Downloads
52 Likes
0 Makes
Model downloaden
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).

Bron
Thingiverse
Wat je nodig hebt om te printen: Beginner Lage betrouwbaarheid
Eendelig
Supports 1/3
Montage 0/3
Instellingen 1/3
Bedgrootte 0/3
Nabewerking 0/3
Printer
FDM / FFF
Bestandsformaat
STL
Materiaal
Software
Cura, PrusaSlicer of vergelijkbaar
Zelfde ontwerper, meer platforms

JustinSDK publiceert ook op

4 extra modellen op 1 andere platforms

Geverifieerd door overeenkomende modeltitels op platforms.
Nog geen beoordelingen
Nog geen reacties – wees de eerste!

Vergelijkbare modellen

6 Suggesties
Feed Blog Slicer Kostenrekenmachine Zoeken op afbeelding Indienen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Toevoegen aan collectie