Skip to content
#

stl

Here are 827 public repositories matching this topic...

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Apr 13, 2021
  • C++
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

30-seconds-of-cpp
marcus7070
marcus7070 commented Apr 20, 2021

From the Python docs:

object.repr(self)
... If at all possible, this should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment).

Currently:

>>> repr(cq.Plane((1, 2, 3), (1, 0, 0), (0, 0, 1)))
'<cadquery.occ_impl.geom.Plane object 

Improve this page

Add a description, image, and links to the stl 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 stl topic, visit your repo's landing page and select "manage topics."

Learn more