Commit Graph

88 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
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
555c23069d New --post-process option. Includes some cleaning of the STDOUT messages 2012-02-20 12:50:05 +01: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
7b67fae686 Support material 2012-02-19 12:03:36 +01:00
c20fd8a596 Use SI units consistently. 2012-02-18 22:36:13 +01:00
87088f72be Fix help text 2012-02-05 20:59:05 +01:00
121895d3fc Add support for notes field in configuration profiles. #130 2012-02-05 20:55:17 +01:00
3e65af7457 Revert "New First layer flow ratio option. #182"
This reverts commit 99ef0865bb.
2012-01-30 14:51:05 +01:00
99ef0865bb New First layer flow ratio option. #182 2012-01-30 14:25:14 +01:00
8b777e9d70 Multithreaded infill. #154 2012-01-28 16:27:52 +01:00
8cdf9debfb Bugfix: after the recent changes to --load, the GUI was suggesting a bad name in the save configuration window 2012-01-28 15:46:01 +01:00
7305b6da88 Disallow GNU command line option abbreviation 2012-01-27 15:29:46 +01:00
d63fd77da4 Allow multiple --load options 2012-01-23 11:57:03 +01:00
7bf354151c also check slic3r bin directory for config 2011-12-31 17:39:56 +11:00
62ee79f0c9 Remember last config file path when loaded from CLI too 2011-12-26 19:45:01 +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
f5eb4f03e1 Skirt can be disabled by either setting skirts to 0 or skirt-height to 0 2011-12-16 09:55:13 +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
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
3ad9ed74ae New --solid-infill-feed-rate option. #68 2011-11-28 19:11:26 +01:00
975387d953 New --bridge-feed-rate option. #68 2011-11-28 18:37:53 +01:00
7b50e1bead Enbling autoflush 2011-11-28 10:20:12 +01:00
25c85aada5 Renamed "filament packing density" to "extrusion multiplier". Same values. #4 2011-11-25 11:15:20 +01:00
3c0ea0b57f New --extrusion-width-ratio option. #8 2011-11-25 11:10:35 +01:00
6e02c8f117 Renamed perimeter_offsets to perimeters 2011-11-19 17:36:44 +01:00
6ec7069f8e Display usage when unknown options are passed 2011-11-16 21:00:50 +01:00
e65349469b Disable M104 if temperature is 0 2011-11-15 12:00:09 +01:00
db35faeabb New experimental --g0 option for fast retractions. #51 2011-11-14 12:15:32 +01:00
ba1b59f54c New --close-after-slicing option to allow for easy integration with Pronterface 2011-11-13 20:45:15 +01:00