f3c0960512
set default top thickness to 1.2
2017-07-13 18:12:45 +02:00
a216ee0e94
fixed typo 'high' and added fill.gridSize:0.15
2017-07-13 17:56:57 +02:00
cd3c2d8cb4
fixed typo in title of Renkforce RF100 printer
2017-07-13 15:59:07 +02:00
f374139238
added custom dimensions for Renkforce printer
split3
2017-07-12 12:54:20 +02:00
8cf264b437
renamed 'title' of 'Ultimaker' to 'Ultimaker Original'
2017-07-12 10:45:20 +02:00
cff8dfffc0
map old config names to new split settings
split2
2017-07-11 17:19:05 +02:00
f87a9c0a56
don't export settings object
split1
2017-07-11 13:49:21 +02:00
d47c8ca07b
replace default settings in json with split yml files
2017-07-10 16:07:38 +02:00
7a111371e9
Fixed code in readme
2017-07-07 18:11:37 +02:00
94c21360b2
Added simple example
2017-07-07 18:10:29 +02:00
dc99f417da
add progress reporting
2017-07-04 14:19:07 +02:00
b517ad222b
Added version to package.json
RC2.2
2017-07-03 14:47:34 +02:00
d8fdfd3e11
Fixed package.json syntax error
2017-07-03 14:45:11 +02:00
c7f4553b4e
Added name to package.json
2017-07-03 14:44:40 +02:00
1f206e5784
remove erronous bracket
RC2.1
2017-06-22 14:06:26 +02:00
3f998bd604
add low, medium and high quality setting profiles
RC2
2017-06-22 13:43:45 +02:00
5fda1b3729
make variables private in GCode.js
2017-06-22 13:22:17 +02:00
2284eb16fb
clean up
2017-06-22 13:22:17 +02:00
3e52a11a9b
typo
2017-06-22 13:22:17 +02:00
55b63ac8ad
properly check for undefined
2017-06-22 13:22:17 +02:00
b4b6e59807
update add brim code
2017-06-22 13:22:17 +02:00
4825222b09
use includes instead of indexOf
2017-06-22 13:22:17 +02:00
1fa98ae6de
move merge vertices and compute normals to slice actions
2017-06-22 13:22:17 +02:00
8b3a33eb86
Better detection of open closed shapes
...
when a ‘single walled’, ‘closed’ shape is sliced the shape will appear
to be closed by the slicer. This happens because the start and endpoint
of the 2d shape are connected. This commits fixes this.
In the new approach al parts of the geometry are split up into shapes.
Then the 3d shapes are places into two categories (closed and open
geometries).
Based on weather the 3d geometry is open or closed the 2d shape will be
open or closed
@mith @peteruithoven
2017-06-22 13:22:17 +02:00
4fb2caee53
re enable applying and removing precision for open shapes
2017-06-22 13:22:17 +02:00
f0b23647bb
fix setting replace code
2017-06-22 13:22:17 +02:00
922111c3e3
Don't scale up or scale down open shapes
2017-06-22 13:22:17 +02:00
04a66da688
always start first layer on Z0.2
2017-06-22 13:22:17 +02:00
ca7c02c0d7
Don't clean open shapes
2017-06-22 13:22:17 +02:00
ba2467b923
store calculation in const
2017-06-22 13:22:17 +02:00
a14cf8448d
remove unused variable
2017-06-22 13:22:17 +02:00
e1336581dc
simplify getOutline function
2017-06-22 13:22:17 +02:00
0c1c47c0c1
Scale down open paths
2017-06-22 13:22:17 +02:00
33feeb94d1
increase clean delta
2017-06-22 13:22:17 +02:00
421dbb138b
remove unused import
2017-06-22 13:22:17 +02:00
ddf0b8b6b1
update castle model
2017-06-22 13:22:17 +02:00
54c4316492
update slicer viewer
2017-06-22 13:22:17 +02:00
85b2040ce9
add save example
2017-06-22 13:22:17 +02:00
0bc84ed0a2
normalize cleanDelta with precision
2017-06-22 13:21:19 +02:00
f70723d6dc
clean after simplify
2017-06-22 13:21:19 +02:00
c8af1b422a
fix construction of clipper paths
2017-06-22 13:21:19 +02:00
d8e95e3e76
replace tabs with spaces
2017-06-22 13:21:19 +02:00
9210504ea4
update dependencies and fix Three.js imports
2017-06-22 13:21:19 +02:00
b7ab01c39d
use simplify('pftNonZero') instead of deprecated removeOverlap function
2017-06-22 13:21:19 +02:00
a9ae3b220e
update three.js
2017-06-22 13:21:19 +02:00
b3300decb7
don't calculate 1 - alpha twice
2017-06-22 13:21:19 +02:00
52e9ba31e0
add stl loader
2017-06-22 13:21:19 +02:00
18456a402a
implement better viewer as example
2017-06-22 13:21:18 +02:00
2fc909c45d
prettify
2017-06-22 13:21:18 +02:00
785898f466
fix indenting
2017-06-22 13:21:18 +02:00