Skip to content

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

Description

@toothrobber

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions