Commit Graph

297 Commits

Author SHA1 Message Date
88a2e5c791 Typo seal -> seam :-) 2014-05-24 22:10:28 +02:00
a3bd1b5302 New seal_position option that replaces randomize_start, start_perimeters_at_concave_points and start_perimeters_at_non_overhang. The two latter options are now always on by default. A new "Aligned" seal position value has been added, that forces starting points to be aligned when not randomized. #1741 #925 2014-05-22 19:34:49 +02:00
7041ebdd22 Workaround for upstream module bug causing command line option parsing for multi-boolean options like retract-layer-change and wipe 2014-04-19 19:14:41 +02:00
fc4ac5ded4 Re-enable the threads config option. #1882 2014-04-05 10:58:03 +02:00
0ff33f47f1 Fix the extruder override logic. All role-based extruder options now default to 0, meaning no override is defined and the default (inherited) extruder is used. The default extruder option does not use the shortcut logic anymore (it was thus moved to be a CLI-specific logic) 2014-03-26 00:08:15 +01:00
fed8783e30 New commands for exporting/importing full config bundles. Useful for printer vendors. #1365 2014-03-25 14:04:01 +01:00
67f3e9962b Prevent user from saving a preset with the "- default -" name. #1717 2014-03-23 21:40:45 +01:00
b5b735c988 ComboBox for fill density values 2014-03-22 17:01:48 +01:00
7421a7bf63 Turn fill_density into percentage 2014-03-22 16:23:33 +01:00
34f1511e0c Better fix for non-global options not being replaced in filename placeholders. Includes refactoring and a new PlaceholderParser class. Also includes regression tests. #1831 2014-03-17 00:39:07 +01:00
4c650a6d80 Fix regression about percent extrusion width not being validated. Includes regression test 2014-02-13 18:42:49 +01:00
634ccb33ab Fix regression in Config->setenv affecting post-processing scripts. Includes regression test 2014-02-09 23:14:32 +01:00
51af10da4f Some fixes to config API 2014-01-12 12:35:13 +01:00
e68cbede6e Add scale rotate duplicate_grid to @Ignore and fix @Ignore which was ignored 2014-01-11 23:46:20 +01:00
c0a74780cb The ratio_over parameter was missing in the definition of first_layer_extrusion_width 2014-01-11 14:48:13 +01:00
9515acf527 Put a hard limit on manually configured extrusion widths (10 * the largest nozzle diameter configured) to prevent confusion when a bad value is entered. #1691
Conflicts:

	lib/Slic3r/Config.pm
2014-01-11 14:32:42 +01:00
81663215c5 Adapt plater to the new split config 2014-01-02 22:06:58 +01:00
bfa2ee2770 Remove scale, rotate, duplicate, duplicate_grid from config (but leave them in CLI) 2014-01-02 18:01:21 +01:00
5bf0942f45 Satisfy test suite and CLI 2014-01-02 17:24:23 +01:00
e2f1040a76 More work 2014-01-02 10:44:54 +01:00
beb1baa096 Incomplete work for refactoring regions and flows 2013-12-30 18:28:41 +01:00
f9d38f6655 Allow value -1 for skirt_height with the meaning of: as tall as the object. This might fix an overflow on 32-bit systems when ooze_prevention is enabled 2013-12-24 15:16:10 +01:00
c5ead0f2a6 Fixes to Config and plater; also refactored the arrange() code 2013-12-24 00:30:51 +01:00
9fb62e671f Adapt GUI to new XS Config 2013-12-22 01:27:09 +01:00
4515d90052 Finished porting Config and option definition to XS 2013-12-22 00:39:03 +01:00
9836e963a5 Incomplete work for adapting the application to the new XS-based Config 2013-12-21 21:06:45 +01:00
d4d8045905 Put standby_temperature into options cemetery. #1523 2013-11-16 12:45:43 +01:00
beb7939e22 Rename standby_temperature to ooze_prevention. #1523 2013-11-15 16:01:15 +01:00
4f64e557d9 Typo 2013-10-27 21:38:32 +01:00
31f77748e7 Explain in the tooltip how is the threshold angle measured 2013-10-27 21:37:26 +01:00
bcc061176c New option to use G10/G11 for firmware-controlled retraction. #1494 2013-10-27 16:59:18 +01:00
0b526afb4e Change labels in wizard to avoid confusion 2013-09-21 20:25:34 +02:00
991bc8ae3d Partial work for implementing a standby temperature option 2013-09-18 17:45:02 +02:00
bbbdae3952 Better name for "Detect overhangs" 2013-09-17 21:49:13 +02:00
3d6fb1b05c New feature: ability to override specific settings for individual objects in the plater. #344 2013-08-25 14:37:50 +02:00
67f5b7ab14 Require --default-acceleration when other acceleration settings are used 2013-08-09 14:33:20 +02:00
99816e07a6 New --first-layer-acceleration option 2013-08-09 14:30:43 +02:00
d83b14655a Better tooltip for raft layers 2013-07-31 20:02:24 +02:00
913f401280 Merge new-support2 2013-07-29 20:50:26 +02:00
10a8f479f9 Bugfix: lift was not working correctly with multiple extruders and multiple skirt layers. Also, we now ignore all lift settings except the one of the first extruder. Includes regression tests. #1332 #1338 2013-07-29 19:43:57 +02:00
debe540018 Better name for wipe 2013-07-26 16:23:43 +02:00
f455ecb7da Rename adjust_overhang_flow to overhangs 2013-07-06 11:35:40 +02:00
f8ae8d3e8d New option to disable overhang flow 2013-07-05 22:12:58 +02:00
282c751b0f New option for disabling thin wall detection 2013-07-05 22:10:43 +02:00
0a7e0ffecf New options: start_perimeters_at_concave_points start_perimeters_at_non_overhang 2013-07-05 22:06:58 +02:00
362232ada4 New Quality section in GUI 2013-07-05 21:57:56 +02:00
71057b54a9 Allow negative values in validation... 2013-07-03 10:51:44 +02:00
1b6a9c0c3b Added validation on all settings. #611 2013-06-30 15:39:03 +02:00
8ea4ed3b5e Allow to supply custom G-code via command line if file is not found 2013-06-23 19:25:02 +02:00
90d8da0e0d Limit fan speed to 100% :-) 2013-06-21 16:08:16 +02:00