Slicer Discord
Canvas library – Modèle 3D imprimable de Thingiverse Thingiverse

Canvas library

par AgentSCAD
7 Téléchargements
3 Likes
0 Makes
Voir le modèle
# Canvas library

OpenSCAD library to project canvas with random images on 3D shapes

# Howto

We must first convert the image to grayscale data using [img2gray](https://github.com/JustinSDK/img2gray) designed from this thing: https://www.thingiverse.com/thing:3830079. This is the reason why i declare this thing as a remix.

The test image comes from [clipart-library](http://clipart-library.com/clipart/709738.htm):




Then:
```
$ python img2gray.py penguin.jpg penguin.scad
```

The generated file contains the function `levels_penguin();` which gives image data.

Sample OpenSCAD file to project the image on a plane:
```
use
use
use

empty = newCanvas( [2,1], [200,100] );
penguin = levels_penguin();
canvas = drawImage ( penguin, empty );
flat = canvas2mesh( canvas );

meshPolyhedron ( flat );

```

Or projection on a cylinder:
```
...
flat = canvas2mesh( canvas );

// Insert th
Source
Thingiverse
Ce qu'il faut pour imprimer: Débutant Confiance faible
Monobloc
Supports 1/3
Assemblage 0/3
Réglages 1/3
Taille du plateau 0/3
Post-traitement 0/3
Imprimante
FDM / FFF
Format de fichier
STL
Matériau
PLA
Logiciel
Cura, PrusaSlicer ou similaire
Même créateur, plus de plateformes

AgentSCAD publie également sur

15 modèles supplémentaires sur 2 autres plateformes

Vérifié par correspondance des titres de modèles entre plateformes.
Pas encore d'évaluations
Pas encore de commentaires – soyez le premier !
Feed Blog Slicer Calculateur Recherche par image Soumettre Contact Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Ajouter à la collection