seasick / openscad-web-gui

Web GUI for OpenSCAD, using OpenSCAD WASM
https://seasick.github.io/openscad-web-gui/
GNU General Public License v3.0
44 stars 5 forks source link

//!OpenSCAD is included and overwrites first variable name #21

Closed WillAdams closed 10 months ago

WillAdams commented 10 months ago

Given a file such as:

https://github.com/WillAdams/Design_Into_3D/blob/master/openscadwebgui/Impossible_Dovetail_Box.scad

which begins with:

//!OpenSCAD

Height = 1.5;
Width_and_Depth = 3;

The label for "Height" is overwritten by "!OpenSCAD":

image

as shown at the link:

https://seasick.github.io/openscad-web-gui/?https://raw.githubusercontent.com/WillAdams/Design_Into_3D/master/openscadwebgui/Impossible_Dovetail_Box.scad

seasick commented 10 months ago

Thanks for reporting the issue - a fix has been deployed