-
Updated
May 12, 2020 - Python
cam
Here are 102 public repositories matching this topic...
Theres been a LOT of new features the last couple weeks, but so much of it is missing "intuitive" or "detail" from them:
Examples:
~~2) Typing, wait for result, type again... hmmm, I wonder, sliders
-
Updated
Apr 19, 2019 - Python
-
Updated
Apr 15, 2020 - C#
-
Updated
May 18, 2020 - Python
-
Updated
May 14, 2020 - Jupyter Notebook
-
Updated
May 16, 2020 - Python
-
Updated
Feb 4, 2019 - JavaScript
-
Updated
May 8, 2020 - HTML
-
Updated
Feb 10, 2020 - Python
Create tests
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
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
-
Updated
May 3, 2020 - TypeScript
-
Updated
Sep 30, 2018 - PHP
-
Updated
May 31, 2020 - C++
-
Updated
Dec 3, 2017 - Python
-
Updated
Aug 24, 2019 - Python
Improve this page
Add a description, image, and links to the cam topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cam topic, visit your repo's landing page and select "manage topics."
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