Skip to content

OpenCMM/cnceye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnceye

Test

cnceye analyzes 3D models from a stl file and find measuring lines and curves.

a laser triagulation sensor

Installation

pip install cnceye

Usage

from cnceye import Shape

shape = Shape("tests/fixtures/stl/sample.stl")
lines, arcs = shape.get_lines_and_arcs()

Simulation with Blender

Create test data

Prerequisites

  • Blender 3.6.1 or later
blender "blender/measure.blend" --background --python scripts/demo.py -- tests/fixtures/gcode/edge.gcode