Commit Graph

70 Commits

Author SHA1 Message Date
63ff01764c Document --threads, -j and throw an error when it's used on a non-threaded perl 2012-04-10 16:26:56 +02:00
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
d538382669 Use correct spelling for G-code. 2012-03-26 22:33:43 +02:00
32c46f0ea3 SVG export 2012-03-26 17:57:54 +02:00
1a06e35687 New option to specify G-code to be used at layer change. #279 2012-03-26 12:14:15 +02:00
bf964b5273 Allow perimeters = 0. #282 2012-03-26 11:32:59 +02:00
7892a84408 Refactoring and integrations to the bed temperature handling 2012-03-03 23:14:40 +01:00
471f015ef4 Add --use-relative-e-distances back to the --help too 2012-03-03 22:25:56 +01:00
06c22c9db3 New --fan-always-on option. #241 #110 2012-03-03 22:21:30 +01:00
dccd7d19a9 First layer temperature. #134 2012-02-26 14:54:38 +01:00
170d29a789 New --cooling option and checkbox to enable/disable fan and cooling control 2012-02-25 21:56:36 +01:00
1d0a852679 Cooling and fan control. #110 2012-02-25 21:01:00 +01:00
2fb9f147af Removed the comment about not generating support material, as it now does have this feature. 2012-02-24 23:49:02 +10:00
615bcb27dd New --gcode-flavor option. extrusion_axis, use_relative_e_distances options hidden and implied. #158 2012-02-20 11:44:30 +01:00
79ebb13bdb Parse AMF 2012-02-19 15:14:54 +01:00
7b67fae686 Support material 2012-02-19 12:03:36 +01:00
c20fd8a596 Use SI units consistently. 2012-02-18 22:36:13 +01:00
635c578eb8 Synchronize command line help text with actual text. 2012-02-05 23:19:21 +01:00
8b777e9d70 Multithreaded infill. #154 2012-01-28 16:27:52 +01:00
ce4aca0b29 Revoking Artistic License 2012-01-18 20:04:18 +01:00
90d10b24a8 Fill gaps using medial axis detection 2012-01-12 22:05:35 +01:00
1c7564e4a4 Thin walls. #24 2011-12-30 17:17:37 +01:00
f9446b9c6e Cleanup the --output-filename-format implementation. #53 #137 2011-12-26 17:25:13 +01:00
1071b556cb second draft implementation of output_filename_format 2011-12-26 04:20:45 -05:00
fcb7f63c87 Added --ignore-nonexistent-config to allow integration with Pronterface even if config file doesn't exist 2011-12-20 17:44:19 +01:00
d346bc02cc Comments are now disabled by default, new --gcode-comments option to enable them 2011-12-14 19:49:21 +01:00
b9d01a32e5 Merge branch 'new-math' 2011-12-14 16:12:05 +01:00
2475de0554 Fix Pronterface instructions 2011-12-14 16:10:36 +01:00
cf33ec0a5c Notes about integration with Pronterface 2011-12-13 21:51:07 +01:00
56691c1dea Model extrusion threads as rectangles with semicircles at the end. Remove overlap_ratio setting. #109 #112 2011-12-13 17:34:31 +01:00
d9a70ea80d Customizable overlap ratio (it defaults to 0.15 now) 2011-12-08 10:53:07 +01:00
53bc9c7421 Customizable speed for small perimeters. #60 2011-12-04 20:50:03 +01:00
28a89c70c9 New bridge flow rate multiplier option. #85 2011-12-04 20:29:21 +01:00
52c9897eda New --extrusion-axis option; removed --no-extrusion 2011-12-01 22:34:21 +01:00
e99c9f9e5f Options on command line now override config. Also, "feed rate" was renamed to "speed" everywhere. #77 2011-12-01 22:04:23 +01:00
975387d953 New --bridge-feed-rate option. #68 2011-11-28 18:37:53 +01:00
9005d5a98d Preparing to release 0.5.1 2011-11-24 13:21:06 +01:00
75a71a23a5 New --first-layer-height-ratio option. #36 2011-11-13 19:08:19 +01:00
097b8d9acb New --skirt-height option. #11 2011-11-13 18:41:12 +01:00
b123194522 New --no-extrusion option to disable E values 2011-11-13 18:26:31 +01:00
038caddcda New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability to use different patterns for solid layers. #20 2011-11-13 18:14:02 +01:00
71a44e253c Renamed "multiply" to "duplicate". #7 2011-11-07 15:49:07 +01:00
6d6533831e New experimental --gcode-arcs options to generate G2/G3 commands. #23 2011-10-28 14:13:44 +02:00
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
2d784fac9b New --start-gcode and --end-gcode options. #12 2011-10-14 16:24:55 +02:00
02a1b0cdab -o option was in the wrong place in --help 2011-10-09 22:47:05 +02:00
743f2abcf2 Detection of optimal infill direction for bridges. Includes many fixes and improvements. 2011-10-07 19:07:57 +02:00
119eb0693f New high_res_perimeters option (like the "Skin" plugin for Skeinforge) 2011-10-06 17:11:59 +02:00
a1d518f1a2 Save and load configurations 2011-10-05 18:13:47 +02:00
076087af2e Updated README 2011-10-03 16:45:34 +02:00