Slicer Discord
Swervy Curvey – 3D-Druckmodell von Thingiverse Thingiverse

Swervy Curvey

5 Downloads
4 Likes
0 Makes
Zum Modell
import bpy
import math
import time
import datetime
from random import uniform

# bpy.ops.object.add_named(linked=False, name="bev_sqr")

textblock = bpy.data.texts.get("scrib_report")

# Make squair
sqr_bool = False

def make_sqr():
sqrObj = bpy.ops.object.add(type='CURVE', enter_editmode=True)
bpy.context.active_object.name = 'bev_sqr'

bpy.ops.curve.select_linked()
bpy.ops.curve.delete()
bpy.ops.curve.vertex_add(location=(0.0,0.0,0.0))
bpy.ops.curve.vertex_add(location=(0.1,0.0,0.0))

bpy.ops.curve.vertex_add(location=(0.9,0.0,0.0))
bpy.ops.curve.vertex_add(location=(1.0,0.0,0.0))
bpy.ops.curve.vertex_add(location=(1.0,-0.1,0.0))

bpy.ops.curve.vertex_add(location=(1.0,-0.9,0.0))
bpy.ops.curve.vertex_add(location=(1.0,-1.0,0.0))
bpy.ops.curve.vertex_add(location=(0.9,-1.0,0.0))

bpy.ops.curve.vertex_add(location=(0.1,-1.0,0.0))
bpy.ops.curve.vertex_add(location=(0.0,-1.0,0.0))
bpy.ops.curve.ve
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. Ä.
Noch keine Bewertungen
Noch keine Kommentare – sei der Erste!
Feed Blog Slicer Kostenrechner Bildersuche Einreichen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Zur Sammlung hinzufügen