Automatic Label (Or Embedded Text) Generator Script! CSV -> STL Automation

A script to bulk-add unique text items to ANY OpenScad Design (Labels, Designs, & More!)
185
436
0
3611
updated January 20, 2025

Makes

Comments

Jonathan, don't you have a video out of this? I can't seem to find it, thanks.

I've followed the instructions. It creates the OpenSCAD scrip for the first label, then stops and gives and error that the file isn't found. Is this working for you? Help on this is appreciated. Thanks

@ChuckM_439729 Resolved with my daughter's help. For Windows machines, change this line "subprocess.run(["openscad", "-o", stlfn, scadfn], check=True)" to "subprocess.run(["C:/Program Files/OpenSCAD/openscad.exe", "-o", stlfn, scadfn], check=True)" in the python script to get it to work. Change the Windows path for your setup, and change back slashes to forward slashes. Maintain the indentation in the python script for structure.

@LukaMarkovic_2900017 it is a creality printer. There is a big logo on the bed

oh its, the k2 right?
How is it going for you?

All comments loaded