Bump kittycad (#1262)

This commit is contained in:
Adam Chalmers
2024-01-02 13:13:41 -06:00
committed by GitHub
parent 519e6d74ac
commit 82905caad6
3 changed files with 5 additions and 7 deletions

View File

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