Skip to content
#

cam

Here are 176 public repositories matching this topic...

DocTrucker
DocTrucker commented Feb 26, 2020

Slic3r: 1.3.1-dev-54a31ee
OS: Ubuntu 18.04.4

Load STL
Select model.
Right click - Rotate - Around z axis...
Input 90 - press ok
Model moves 90 degrees counter clock wise as expected.
Input 90 - press ok
BUG Model doesn't move.
Input 0 - press ok
Model doesn't move. (As expected for relative rotations, but not absolute.)
Input -90 - press ok
BUG Model rotates 180 degrees.

Around x

Verified bug UI: Plater Low Effort UX
jbuckmccready
jbuckmccready commented Mar 7, 2021

The functions in circle_circle_intersect.rs, line_circle_intersect.rs, line_line_intersect.rs, under cavalier_contours/core/math and cavalier_contours/polyline/pline_seg_intersect.rs need code examples added to their documentation. E.g. circle_circle_intr just has /// Finds the intersects between two circles.

Add more documentation about their parameters, and add a basic code exam

documentation help wanted good first issue

Improve this page

Add a description, image, and links to the cam topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cam topic, visit your repo's landing page and select "manage topics."

Learn more