Update kittycad.rs (#919)

This commit is contained in:
Adam Chalmers
2023-10-23 14:03:38 -07:00
committed by GitHub
parent 1e23be8f08
commit 318e4a0cc7
4 changed files with 31 additions and 5 deletions

View File

@ -1049,6 +1049,8 @@ async fn inner_arc(data: ArcData, sketch_group: Box<SketchGroup>, args: Args) ->
segment: kittycad::types::PathSegment::Arc {
angle_start: angle_start.degrees(),
angle_end: angle_end.degrees(),
start: Some(angle_start.into()),
end: Some(angle_end.into()),
center: center.into(),
radius,
relative: false,