You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ The Chamfers are always at a 45° angle to the ground plane and are printable on
11
11
Additionally
12
12
* The `chamferCylinder` can also produce a circular sector (wedge), what the cylinder command cannot
13
13
* 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
14
18
15
19
Changelog v0.2:
16
20
* Added new circle quality feature (segment calculator) which introduces an incompatibility with v0.1
@@ -31,6 +35,6 @@ OR
31
35
## Usage
32
36
Don't forget to import the library to your script by adding this to the first line:
33
37
34
-
`use <Chamfers-for-OpenSCAD/Chamfer.scad>;`
38
+
`include <Chamfers-for-OpenSCAD/Chamfer.scad>;`
35
39
36
40
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