Skip to content

Commit 6749e53

Browse files
committed
new features, bug fixes
1 parent a3df72e commit 6749e53

File tree

978 files changed

+170578
-9393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

978 files changed

+170578
-9393
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img align="right" width="60" src="https://www.zaccord.com/images/logo.png">
22
<h1>Zaccord</h1>
3-
A webshop for selling 3D printed products.
3+
A service for ordering STL files and lithophanes & a webshop for selling 3D printed products.
44

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

23-
## Price calculation formula
23+
## Price calculation & STL parsing
2424
First an estimated price is calculated from the STL file which can change later
2525
if the user modifies some of the parameters. The base price is determined by an
2626
algorithm you can find
2727
<a href="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/squancy/stl-parser">here.</a>
2828

2929
## TODOs
3030
Implementing one or more of the following features would be nice & you may also get a reward:
31-
- A product review system with 1-5 stars & comments
31+
- Geometrically check if the uploaded STL file determines a closed object in space
32+
- Check if the STL file has a minimum wall thickness (necessarry for printing)
33+
- Check any other requirements for 3D printing
3234
- View lithophanes in STL mode (see 3DRocks)
3335
- A clever algorithm for giving a close enough price estimate for custom printed products &
3436
lithophanes

Slic3r/Slic3r

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
DIR=$(dirname "$0")
4+
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@

0 commit comments

Comments
 (0)