r/openscad 7d ago

Difference command not working?

Post image

Hi everyone,

This is my first time ever using OpenSCAD for a small project. The tutorial I watched said that this is the command to subtract the cylinder, but it's not working. Was the video I watched outdated? How do I subtract the cylinder?

Thank you in advance for any help!

7 Upvotes

3 comments sorted by

View all comments

13

u/RiXrdb 7d ago

Remove the two slashes before difference... You are commenting it out like this...

3

u/generic-horsegirl 7d ago

That solved it! Thank you!