Slicer Discord
Function Grapher – 3D-Druckmodell von Thingiverse Thingiverse

Function Grapher

von JustinSDK
47 Downloads
52 Likes
0 Makes
Zum Modell
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).

Quelle
Thingiverse
Was du zum Drucken brauchst: Anfänger Niedrige Konfidenz
Einteilig
Supports 1/3
Zusammenbau 0/3
Einstellungen 1/3
Druckbett 0/3
Nachbearbeitung 0/3
Drucker
FDM / FFF
Dateiformat
STL
Material
Software
Cura, PrusaSlicer o. Ä.
Gleicher Designer, mehr Plattformen

JustinSDK veröffentlicht auch auf

4 zusätzliche Modelle auf 1 weiteren Plattformen

Verifiziert durch übereinstimmende Modelltitel über Plattformen hinweg.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!

Ähnliche Modelle

6 Vorschläge
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen