Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common\version.scad has an error when loading #225

Open
toothrobber opened this issue Jan 25, 2021 · 3 comments
Open

common\version.scad has an error when loading #225

toothrobber opened this issue Jan 25, 2021 · 3 comments

Comments

@toothrobber
Copy link

I just downloaded the the BOLTS library for OpenScad (OpenSCAD version 2019.05
Copyright (C) 2009-2019 The OpenSCAD Developers)

I placed the BOLTS library in Resources\libraries\BOLTS

This sample code failed. with an error in the version.scad file
include <BOLTS/bolts.scad>
ISO7089("M6");

GPL 3.0 was not in quotes, this caused an error

The corrected line is as follows.

function BOLTS_version() = [0, 3, "GPL 3.0"];

@aleksey-ru52
Copy link

confirm
just downloaded version BOLTS_OpenSCAD_0.3_gpl3.tar.gz
it has the same error
@toothrobber thanks in advice

@berndhahnebach
Copy link
Contributor

berndhahnebach commented Aug 30, 2021

in openscad version created with BOLTS 72676c7 the version.scad file looks like this ...

function BOLTS_version() = "development";
function BOLTS_date() = [2021,8,30];
function BOLTS_license() = "LGPL 2.1";

if this is fine, I would close this issue ...

@berndhahnebach
Copy link
Contributor

could anyone of openscad guys confirm if this has been fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants