Skip to content
#

stl

Here are 916 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 Oct 6, 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

z3dev
z3dev commented Jan 10, 2021

Expected Behavior

The serializer should be able to

  • Serialize geom3 to IndexedTriangleSet
    • Support colors on polygons, translating to Color
  • Serialize geom2 to IndexedLineSet or LineSet
  • Serialize path2 to IndexedLineSet or LineSet
  • Support UNIT in header
  • Support colors on geometries, translating to Appearance
    • Material emissiveColor

Actual Behavior

The current se

30-seconds-of-cpp

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