Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UBaer21 authored Oct 31, 2021
1 parent 6d5031f commit 591a0eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
This [library](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries) is a full workflow solution for [openSCAD](https://www.openscad.org).
- giving you [functions](#functions), tools to [modify](#modifier) objects, [helper](#helper) for viewing,[2D polygones](#polygones), [basic objects](#objects) and [products](#products)

use <ul>helpsw=true;</ul> (1-5 or true) to get a list within the output(console).<br>
Also every module Example() has an internal help, use:<ul>Example(help=true);</ul> or <ul>$helpM=true;</ul> to activate all.<br>Additional there are informations displayed on the console window. When giving a name to module <ul>Example(name="Example");</ul> they are emphasized <ul>$info=false;</ul> deactivates all without a name.
use <ul>`helpsw=true;`</ul> (1-5 or true) to get a list within the output(console).<br>
Here you see some variables like nozzle or clearance aswell fragments (these change automatically when rendering)

Also every module Example() has an internal help, use:<ul>`Example(help=true);`</ul> or <ul>`$helpM=true;`</ul> to activate all active modules help.<br>Additional there are informations displayed on the console window. When giving a name to module <ul>`Example(name="Test");`</ul> they are emphasized <ul>`$info=false;`</ul> deactivates all info texts from modules without a name.
![](https://github.com/UBaer21/UB.scad/blob/main/DEMO-UBscad/consoleTXT.png)

# Modifier

Expand Down

0 comments on commit 591a0eb

Please sign in to comment.