Giter VIP home page Giter VIP logo

furbyhaxx / layerheightsimulator Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 86.43 MB

Takes a 3D Model File and slices it at {layer_height} and creates a new model with a stair effect of the given {layer_height} to simulate a bigger layer height for 3D Printing.

Python 98.11% JavaScript 0.07% HTML 0.01% CSS 0.02% Jupyter Notebook 0.03% Cython 0.72% C 0.76% C++ 0.16% Fortran 0.03% Makefile 0.01% MATLAB 0.01% TeX 0.08% PowerShell 0.01% Batchfile 0.01%

layerheightsimulator's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @furbyhaxx
  • ๐Ÿ‘€ Iโ€™m interested in programming, 3d-printing, building machines and building stuff in general.
  • ๐ŸŒฑ Iโ€™m currently learning Dart/Flutter
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

layerheightsimulator's People

Contributors

furbyhaxx avatar furbyhaxx-old avatar

Stargazers

 avatar

Watchers

 avatar

layerheightsimulator's Issues

ValueError: No blender available!

Hi,

Thanks for your share!
I met a error which is "ValueError: No blender available!" I modified the engine from "OpenCAD" to "Blender" in the main.py.

`if config['export']['stl'] and config['export']['single_slices_in_stl']:
print("Generating single bodies in STL")
combined = trimesh.util.concatenate(meshes)
combined.export('output/fels_comb.stl')

elif config['export']['stl'] and not config['export']['single_slices_in_stl']:
print("Combining bodies in STL")
comb2 = meshes[0].union(meshes[1:], engine='blender')
comb2.export('output/fels_comb_test.stl')`

It seems to happen when the "Trimesh" module is running.
If I must use OpenCAD, how do I need to install it and make sure it work?

Thank you every much!

Best regards!
David

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.