Skip to content

Commit bec79bc

Browse files
author
Sebi
committed
2 parents 9e7acaa + 49cec64 commit bec79bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ The Chamfers are always at a 45° angle to the ground plane and are printable on
1111
Additionally
1212
* The `chamferCylinder` can also produce a circular sector (wedge), what the cylinder command cannot
1313
* The `circleSegments` function calculates the amount of segments needed for a certain circle radius, it reproduces a much better quality than $fa and $fs settings
14+
* A `globalCircleQuality` variable can be set to globally override the standard setting of 1.0, but the quality setting in `chamferCylinder` stil has precedence over this variable
15+
16+
Changelog v0.3:
17+
* Added a global override for the standard circle quality
1418

1519
Changelog v0.2:
1620
* Added new circle quality feature (segment calculator) which introduces an incompatibility with v0.1
@@ -31,6 +35,6 @@ OR
3135
## Usage
3236
Don't forget to import the library to your script by adding this to the first line:
3337

34-
`use <Chamfers-for-OpenSCAD/Chamfer.scad>;`
38+
`include <Chamfers-for-OpenSCAD/Chamfer.scad>;`
3539

3640
Please read the documentation in [Demo.scad](https://github.com/SebiTimeWaster/OpenSCAD-Chamfer/blob/master/Demo/Demo.scad) to see how to use it.

0 commit comments

Comments
 (0)