mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-22 07:03:45 +02:00
Single backtick now used for all code quotes.
This commit is contained in:
@@ -40,7 +40,7 @@ module rounded_corner(r, h, r2, ir = 0) { //! 2D version
|
||||
}
|
||||
}
|
||||
|
||||
module rounded_cylinder(r, h, r2, ir = 0, angle = 360) //! Rounded cylinder given radius ```r```, height ```h```, optional internal radius ```ir``` and optional ```angle```
|
||||
module rounded_cylinder(r, h, r2, ir = 0, angle = 360) //! Rounded cylinder given radius `r`, height `h`, optional internal radius `ir` and optional `angle`
|
||||
{
|
||||
rotate_extrude(angle = angle)
|
||||
rounded_corner(r, h, r2, ir);
|
||||
|
Reference in New Issue
Block a user