Skip to content

Commit

Permalink
new features, bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
squancy committed Jun 6, 2022
1 parent a3df72e commit 6749e53
Show file tree
Hide file tree
Showing 978 changed files with 170,578 additions and 9,393 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img align="right" width="60" src="https://www.zaccord.com/images/logo.png">
<h1>Zaccord</h1>
A webshop for selling 3D printed products.
A service for ordering STL files and lithophanes & a webshop for selling 3D printed products.

Zaccord is a Hungary-based e-commerce website where users can order a variety of 3D-printed
products or upload their STL files for custom printing & creating lithophanes.<br>
Expand All @@ -20,15 +20,17 @@ The price is solely determined by the uploaded STL file and no slicing or g-code
server side. Despite that it makes the calculation less precise it also eliminates the need to create a
request to the server side and return it to the client, making the process faster and easier.

## Price calculation formula
## Price calculation & STL parsing
First an estimated price is calculated from the STL file which can change later
if the user modifies some of the parameters. The base price is determined by an
algorithm you can find
<a href="https://github.com/squancy/stl-parser">here.</a>

## TODOs
Implementing one or more of the following features would be nice & you may also get a reward:
- A product review system with 1-5 stars & comments
- Geometrically check if the uploaded STL file determines a closed object in space
- Check if the STL file has a minimum wall thickness (necessarry for printing)
- Check any other requirements for 3D printing
- View lithophanes in STL mode (see 3DRocks)
- A clever algorithm for giving a close enough price estimate for custom printed products &
lithophanes
Expand Down
4 changes: 4 additions & 0 deletions Slic3r/Slic3r
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

DIR=$(dirname "$0")
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
Loading

0 comments on commit 6749e53

Please sign in to comment.