discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Customizer Hidden tab?

NH
nop head
Sun, Feb 10, 2019 11:21 PM

I have played with the customizer for the first time today. I have several
constants at the top of my file that are not parameters to be adjusted,
they are just named constants. The documentation on the wiki says I can
create a hidden tab that will stop them being displayed, but it doesn't. I
just puts them on a tab named Hidden.

E.g.
/* [Tab Hidden] */

[image: image.png]

Am I missing something?

I have played with the customizer for the first time today. I have several constants at the top of my file that are not parameters to be adjusted, they are just named constants. The documentation on the wiki says I can create a hidden tab that will stop them being displayed, but it doesn't. I just puts them on a tab named Hidden. E.g. /* [Tab Hidden] */ [image: image.png] Am I missing something?
TP
Torsten Paul
Sun, Feb 10, 2019 11:43 PM

On 11.02.19 00:21, nop head wrote:

E.g.
/* [Tab Hidden] */

The Thingiverse docs (http://customizer.makerbot.com/docs)
say it should be just /* [Hidden] */

So maybe just a bug in our documentation.

ciao,
Torsten.

On 11.02.19 00:21, nop head wrote: > E.g. > /* [Tab Hidden] */ The Thingiverse docs (http://customizer.makerbot.com/docs) say it should be just /* [Hidden] */ So maybe just a bug in our documentation. ciao, Torsten.
M
MichaelAtOz
Mon, Feb 11, 2019 12:20 AM

The other thing that stops it is a module, I have used

a=1;
module stop() {}
b=2; // b not in customizer


Admin - email* me if you need anything, or if I've done something stupid...

  • click on my MichaelAtOz label, there is a link to email me.

Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/  time is running out!

Sent from: http://forum.openscad.org/

The other thing that stops it is a module, I have used a=1; module stop() {} b=2; // b not in customizer ----- Admin - email* me if you need anything, or if I've done something stupid... * click on my MichaelAtOz label, there is a link to email me. Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out! -- Sent from: http://forum.openscad.org/
MF
Michael Frey
Mon, Feb 11, 2019 5:27 AM

On 11.02.19 00:43, Torsten Paul wrote:

On 11.02.19 00:21, nop head wrote:

E.g.
/* [Tab Hidden] */

The Thingiverse docs (http://customizer.makerbot.com/docs)
say it should be just /* [Hidden] */

So maybe just a bug in our documentation.

https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/WIP#[Hidden]

That is not wrong. I mean: The documentation is not nicely worded, as it
was mainly written and edited by non native speakers, but writing a
clear documentation is even a challenge for native speakers. Part of the
issue is surely also structurally.

With Kind Regards,

Michael Frey

On 11.02.19 00:43, Torsten Paul wrote: > On 11.02.19 00:21, nop head wrote: >> E.g. >> /* [Tab Hidden] */ > > The Thingiverse docs (http://customizer.makerbot.com/docs) > say it should be just /* [Hidden] */ > > So maybe just a bug in our documentation. https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/WIP#[Hidden] That is not wrong. I mean: The documentation is not nicely worded, as it was mainly written and edited by non native speakers, but writing a clear documentation is even a challenge for native speakers. Part of the issue is surely also structurally. With Kind Regards, Michael Frey
NH
nop head
Mon, Feb 11, 2019 8:36 AM

Thanks.

Both documents are misleading because they show how to create a tab with a
name and then say "Three tabs names have a special functionality;"  and " The
following tab names are reserved for special functionality: " . So I tried
[Tab Hidden] [Tab][Hidden] and [Tab [Hidden]].

It isn't a tab name at all, it is something that is not a tab. So not an
English language problem, it's logically incorrect.

The Thingiverse one follows it with an example, so they get away with it.

On Mon, 11 Feb 2019 at 05:27, Michael Frey michael.frey@gmx.ch wrote:

On 11.02.19 00:43, Torsten Paul wrote:

On 11.02.19 00:21, nop head wrote:

E.g.
/* [Tab Hidden] */

The Thingiverse docs (http://customizer.makerbot.com/docs)
say it should be just /* [Hidden] */

So maybe just a bug in our documentation.

https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/WIP#[Hidden]

That is not wrong. I mean: The documentation is not nicely worded, as it
was mainly written and edited by non native speakers, but writing a
clear documentation is even a challenge for native speakers. Part of the
issue is surely also structurally.

With Kind Regards,

Michael Frey


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Thanks. Both documents are misleading because they show how to create a tab with a name and then say "Three tabs names have a special functionality;" and " The following tab names are reserved for special functionality: " . So I tried [Tab Hidden] [Tab][Hidden] and [Tab [Hidden]]. It isn't a tab name at all, it is something that is not a tab. So not an English language problem, it's logically incorrect. The Thingiverse one follows it with an example, so they get away with it. On Mon, 11 Feb 2019 at 05:27, Michael Frey <michael.frey@gmx.ch> wrote: > On 11.02.19 00:43, Torsten Paul wrote: > > On 11.02.19 00:21, nop head wrote: > >> E.g. > >> /* [Tab Hidden] */ > > > > The Thingiverse docs (http://customizer.makerbot.com/docs) > > say it should be just /* [Hidden] */ > > > > So maybe just a bug in our documentation. > > https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/WIP#[Hidden] > > That is not wrong. I mean: The documentation is not nicely worded, as it > was mainly written and edited by non native speakers, but writing a > clear documentation is even a challenge for native speakers. Part of the > issue is surely also structurally. > > With Kind Regards, > > Michael Frey > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >