Skip to content
#

cam

Here are 102 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

randyheydon
randyheydon commented Mar 5, 2015

Automated tests are very helpful in maintaining a code base. All of BCAM's geometry calculations are well-suited for testing; I/O and GUI code is a little more difficult to test, but still very possible.

@snegovick, I'll start working on this, but I want your input before I get started. I'd like to write the tests using pytest, but that would add another external dependenc

jbuckmccready
jbuckmccready commented Apr 5, 2020

Create version tags and create a stable C API interface that follows semantic versioning (https://semver.org/). A C API will make it easy to create bindings from other languages and allow for changes and updates to the underlying C++ implementation without breaking users.

A potentially small overhead will be incurred in copying from the C API structures/arrays to the C++ structures but should b

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

You can’t perform that action at this time.