Alessandro Ranellucci
d51ba94e8a
Remove XXX from dependencies
2012-04-16 14:03:36 +02:00
Alessandro Ranellucci
0b29ad123e
Honor duplication options for SVG export
2012-04-11 17:46:36 +02:00
Alessandro Ranellucci
d96d0a9fbf
New slic3r: namespace for SVG output
2012-04-11 16:10:51 +02:00
Alessandro Ranellucci
82a16ed8ee
Merge branch 'triffid-duplicate'
2012-04-09 15:14:40 +02:00
Michael Moon
f2edfd1a76
initial implementation of algorithm for #249
...
fix typo that put things in the wrong position
use int() builtin instead of POSIX::floor()
fix typo
use alternate method of creating local routines
remove aliases for new duplicate option
use coderefs for linear interpolate function, make binary insertion sort inline
add \n at end of die message regarding too many objects for print area
fix case where no duplication is done
fix whitespace according to slic3r coding style
assume 200x200 bed area if center is 0,0
Some cleanup to the autoarrange duplication logic
2012-04-09 15:14:07 +02:00
Alessandro Ranellucci
64e669d893
Refactored parallelization code. #154
2012-04-09 13:53:13 +02:00
Henrik Brix Andersen
d538382669
Use correct spelling for G-code.
2012-03-26 22:33:43 +02:00
Alessandro Ranellucci
32c46f0ea3
SVG export
2012-03-26 17:57:54 +02:00
Alessandro Ranellucci
d0807aa807
Allow to use config options in start/end G-code
2012-03-03 23:29:08 +01:00
Alessandro Ranellucci
70e69be60a
Bugfix: support material was generated under most bridges
2012-02-25 21:39:01 +01:00
Alessandro Ranellucci
959230b099
Refactoring: moved Slic3r::STL and Slic3r::AMF to Slic3r::Format::*
2012-02-25 17:35:25 +01:00
Owen Stenseth
c539a8d9e0
Support skeining multiple files from the command line. Update the status output to include input and export filenames.
2012-02-21 09:26:54 -07:00
Alessandro Ranellucci
b6bffacb9d
Parse and write multi-material AMF files. Convert multiple STL files into a single multi-material AMF
2012-02-20 16:43:45 +01:00
Alessandro Ranellucci
555c23069d
New --post-process option. Includes some cleaning of the STDOUT messages
2012-02-20 12:50:05 +01:00
Alessandro Ranellucci
79ebb13bdb
Parse AMF
2012-02-19 15:14:54 +01:00
Alessandro Ranellucci
7b67fae686
Support material
2012-02-19 12:03:36 +01:00
Alessandro Ranellucci
4a9672bd88
Use about 40% less memory
2012-01-28 21:52:31 +01:00
Alessandro Ranellucci
8b777e9d70
Multithreaded infill. #154
2012-01-28 16:27:52 +01:00
Alessandro Ranellucci
f9446b9c6e
Cleanup the --output-filename-format implementation. #53 #137
2011-12-26 17:25:13 +01:00
Clarence Risher
1071b556cb
second draft implementation of output_filename_format
2011-12-26 04:20:45 -05:00
Alessandro Ranellucci
caf41f07dd
Output required filament length and volume to command line and to the gcode file itself
2011-12-20 15:29:15 +01:00
Alessandro Ranellucci
4fe340cc56
Many fixes to the bridge direction detection algorithm and other things. #58
2011-12-03 18:31:31 +01:00
Alessandro Ranellucci
b03afc7f1c
Bugfix: some bridges were not detected correctly. #57
2011-11-30 20:32:28 +01:00
Alessandro Ranellucci
d51a37a0ae
Refactoring: moved slicing code to new TriangleMesh class, leaving in STL just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16
2011-11-30 16:07:31 +01:00
Alessandro Ranellucci
d168ecbb4e
Bugfix: fill density = 0 was preventing generation of extra solid layers. #75
2011-11-29 10:15:50 +01:00
Alessandro Ranellucci
4cdd0f6fd0
Bugfix: sparse and wrong infill was generated for objects with null fill density. Also fixed a division by zero.
2011-11-27 10:12:44 +01:00
Alessandro Ranellucci
bed502af3c
Make the progress bar determinate and output status description. #31
2011-11-26 16:19:30 +01:00
Alessandro Ranellucci
8598b66b0a
Large refactoring. Cleaner logic, smaller memory footprint.
2011-11-23 12:29:27 +01:00
Alessandro Ranellucci
55f00fdb35
Little refactoring, removing useless methods
2011-11-16 10:16:01 +01:00
Alessandro Ranellucci
097b8d9acb
New --skirt-height option. #11
2011-11-13 18:41:12 +01:00
Alessandro Ranellucci
7f341cfcd3
New --fill-every-layers option to get high accuracy on external surfaces while speeding up infill
2011-10-18 15:57:53 +02:00
Alessandro Ranellucci
459577f9a2
Completely rewritten the slicing algorithm
...
It should work with any model now. There are still problems with some
bridges.
2011-10-09 19:47:21 +02:00
Alessandro Ranellucci
743f2abcf2
Detection of optimal infill direction for bridges. Includes many fixes and improvements.
2011-10-07 19:07:57 +02:00
Alessandro Ranellucci
2da5ee7448
Bugfixes and improvements in surface detection
2011-10-04 22:27:45 +02:00
Alessandro Ranellucci
f2f9178e07
GUI
2011-10-03 11:55:32 +02:00