CommonWealthRobotics / BowlerStudio

A Full-Stack Robotics Development Environment
GNU Lesser General Public License v3.0
135 stars 29 forks source link

auto-generated STLs have arbitrary numerical names #283

Closed JansenSmith closed 2 years ago

JansenSmith commented 2 years ago

Installed Version

OS type and version number

Expected behavior

Maybe name the STL files based on the name of the variable they are part of? Going through 30 different versions of Part-Num-FOO is pretty tedious.

Actual Behavior

Steps to reproduce the behavior

madhephaestus commented 2 years ago

use the csg.setName("unique name") before returning the CSG. Be aware that you need to set the name after any csg opperation, name is not preserved through operations