V2 build process complete and run on laptop. Rerun on desktop with later OpenSCAD. Issue: render preview fails on spirals. Could be use of --preview flag in command but I don't want to just re-render an entire spiral to take a screenshot. Will test method of writing a scad file with an import statement referencing a rendered .stl
This commit is contained in:
parent
ef5a29812a
commit
6f4eb31f92
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
|
@ -0,0 +1,7 @@
|
|||
version,cpu,file,file_hash,file_size,source_hash,source_size,facets,volume,render_time
|
||||
2019.05,Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz,gnal_50ft_spacer.stl,07054113e5f089d98a0f907f7f76570228a61803561d06998bca31d3a7e6c5fd,991452,09ce92aae7b059a1aa618cc51e5cb1bf65cf7cd56ca2a2388d3e209faae10fd4,6783,5736,2888.155029,87
|
||||
2019.05,Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz,gnal_50ft_top.stl,d7de7260e5e442f9553741ee217f6046c09054c07ce2237c528553f181b856f0,2132181,09ce92aae7b059a1aa618cc51e5cb1bf65cf7cd56ca2a2388d3e209faae10fd4,6783,12624,57936.800781,299
|
||||
2019.05,Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz,gnal_50ft_spiral.stl,3d03da4feeafdae98df876a1458fd922186644eddd6596d3c6f5a57b5d0bbc36,34628448,09ce92aae7b059a1aa618cc51e5cb1bf65cf7cd56ca2a2388d3e209faae10fd4,6783,193450,178184.828125,6695
|
||||
2019.05,Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz,gnal_100ft_spacer.stl,db6fb3bf86ff6296cfdf4d84d634c4d89da42b5b55c4f8a9a3d10490c7cc4395,991452,3c0e7cd76ccdaf531300fca4e8d82d53fa7345617eeeaae9ce8400be380825b4,9650,5736,2888.155029,69
|
||||
2019.05,Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz,gnal_100ft_top.stl,4ddf38f852647fc9e9cc019d18d30beb3942b953d3502609c6a63d5c001491ab,3302563,3c0e7cd76ccdaf531300fca4e8d82d53fa7345617eeeaae9ce8400be380825b4,9650,19552,102590.546875,519
|
||||
2019.05,Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz,gnal_100ft_spiral.stl,b7beb49187bf6b0ac13ed1307bee10dcce5f9b83fdafaa09ee707b0b501353b3,59277111,3c0e7cd76ccdaf531300fca4e8d82d53fa7345617eeeaae9ce8400be380825b4,9650,329988,345439.718750,12634
|
|
|
@ -9,7 +9,7 @@ DIST=./dist
|
|||
IMG=./img
|
||||
|
||||
NOTES=./notes/${V}.csv
|
||||
FILES=( "spacer" "top" "spiral" )
|
||||
FILES=( "spacer" "top" "spiral" "insert_s8" "insert_16" "spacer_16" )
|
||||
SIZES=( "50ft" "100ft" )
|
||||
|
||||
mkdir -p $DIST
|
||||
|
|
Loading…
Reference in New Issue