charmaur / PolyDiceGenerator

A customizable Polyhedral Dice Generator for OpenSCAD.
https://github.com/charmaur/PolyDiceGenerator
Other
91 stars 19 forks source link

Variable Not Specified #28

Closed hayhouse5001 closed 12 months ago

hayhouse5001 commented 12 months ago

Hi, im very new to scad/modeling, I believe i have managed to install BOSL2 properly, however when i load the dice into scad, i get numerous warnings such as:

WARNING: variable x not specified as parameter in file PolyDiceGenerator.scad, line 1367 WARNING: variable y not specified as parameter in file PolyDiceGenerator.scad, line 1367 WARNING: variable x not specified as parameter in file PolyDiceGenerator.scad, line 1367

throughout many lines, and the numbers on the dice are not where they should be, which is probably caused by this error im experiencing. There is probably something simple i am completely missing, i just cant figure out what it is.

charmaur commented 12 months ago

Versions of both OpenSCAD and the BOSL2 library are critical. I haven't updated any of this in several years now so you'll have to use the older versions.

Make sure you have the following: OpenSCAD v2021.01 BOSL2 v2.0.525 (included with PolyDiceGenerator)

hayhouse5001 commented 12 months ago

Ah, thank you so much! that was the issue. I really appreciate it!