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"];
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"];