mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-09-01 11:22:36 +02:00
Single backtick now used for all code quotes.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
//
|
||||
include <../utils/core/core.scad>
|
||||
|
||||
module sector(r, start_angle, end_angle) { //! Create specified sector given radius ```r```, ```start_angle``` and ```end_angle```
|
||||
module sector(r, start_angle, end_angle) { //! Create specified sector given radius `r`, `start_angle` and `end_angle`
|
||||
R = r * sqrt(2) + 1;
|
||||
|
||||
if(end_angle > start_angle)
|
||||
|
Reference in New Issue
Block a user