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

Legend does not work as expected #205

Open
ronsmits opened this issue Mar 15, 2024 · 0 comments
Open

Legend does not work as expected #205

ronsmits opened this issue Mar 15, 2024 · 0 comments

Comments

@ronsmits
Copy link

What version of OpenSCAD are you on?
version 2021.01

Describe the bug
adding two legends does not position correectly:

$outset_legends = true;
oem_row(3) legend("a",size=4,[0,-1]) legend("b",size=4,[0,1]) key();

The console shows:

[WARNING: undefined operation (-undefined) in file key.scad, line 180](https://github.com/rsheldiii/KeyV2/issues/180,/home/ron/src/ergodox/openSCAD-projects/key/src/key.scad) 
[WARNING: Unable to convert translate([0, 4.01429, undef]) parameter to a vec3 or vec2 of numbers in file key.scad, line 180](https://github.com/rsheldiii/KeyV2/issues/180,/home/ron/src/ergodox/openSCAD-projects/key/src/key.scad) 
[WARNING: undefined operation (-undefined) in file key.scad, line 180](https://github.com/rsheldiii/KeyV2/issues/180,/home/ron/src/ergodox/openSCAD-projects/key/src/key.scad) 
[WARNING: Unable to convert translate([0, -4.01429, undef]) parameter to a vec3 or vec2 of numbers in file key.scad, line 180](https://github.com/rsheldiii/KeyV2/issues/180,/home/ron/src/ergodox/openSCAD-projects/key/src/key.scad)

I am using the master branch, checked it out this morning

To Reproduce
see above
Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant