Start to rework some of our kcl docs (#3222)
* Start to rework some of our kcl docs Signed-off-by: Paul R. Tagliamonte <paul@zoo.dev>
This commit is contained in:
@ -35,7 +35,11 @@ pub async fn chamfer(args: Args) -> Result<MemoryItem, KclError> {
|
||||
Ok(MemoryItem::ExtrudeGroup(extrude_group))
|
||||
}
|
||||
|
||||
/// Create chamfers on tagged paths.
|
||||
/// Cut a straight transitional edge along a tagged path.
|
||||
///
|
||||
/// Chamfer is similar in function and use to a fillet, except
|
||||
/// a fillet will blend the transition along an edge, rather than cut
|
||||
/// a sharp, straight transitional edge.
|
||||
///
|
||||
/// ```no_run
|
||||
/// const width = 20
|
||||
|
Reference in New Issue
Block a user