Alessandro Ranellucci
|
667d88603e
|
Reorder some options using the more compact layout
|
2012-10-25 12:37:02 +02:00 |
|
Alessandro Ranellucci
|
cee3864fc9
|
Independently set number of top/bottom solid layers. #676
|
2012-10-25 12:21:04 +02:00 |
|
Alessandro Ranellucci
|
bbd7765f40
|
Refactored the options group building to allow for more flexible layouts
|
2012-10-25 11:24:56 +02:00 |
|
Alessandro Ranellucci
|
392af5542b
|
Show object information when double-clicking it in the plater
|
2012-10-24 22:44:08 +02:00 |
|
Alessandro Ranellucci
|
3c8ac435ad
|
Remember last used filament presets when using multiple extruders too
|
2012-10-24 20:24:11 +02:00 |
|
Alessandro Ranellucci
|
28b56ae840
|
Force unfocusing of all input fields when saving a preset, otherwise the currently focused one might be ignored. #750 #624
|
2012-10-22 16:03:08 +02:00 |
|
Alessandro Ranellucci
|
c793a2657f
|
Replace Math::ConvexHull with Math::ConvexHull::MonotoneChain. #722
|
2012-10-22 15:29:54 +02:00 |
|
Alessandro Ranellucci
|
33b1970b95
|
Incomplete commit broke the plater on threaded perls
|
2012-10-22 14:02:58 +02:00 |
|
Alessandro Ranellucci
|
4f1b56f004
|
Fix regression causing the plater to merge all materials into a single one, thus not producing multi-extrusion prints
|
2012-10-21 20:56:19 +02:00 |
|
Alessandro Ranellucci
|
f5f9574173
|
Merge pull request #722 from mesheldrake/remove-dups-before-hull
use remove_coinciding_points before convex_hull
|
2012-10-15 02:49:30 -07:00 |
|
Alessandro Ranellucci
|
6b4f038d17
|
Update copies number when decreasing parts. #747
|
2012-10-15 10:59:54 +02:00 |
|
Alessandro Ranellucci
|
1a6eaeaa91
|
Bugfix: split wasn't working properly under threaded perls
|
2012-10-01 18:12:14 +02:00 |
|
Alessandro Ranellucci
|
2c400ee2b8
|
Removed useless warning
|
2012-10-01 16:49:02 +02:00 |
|
Alessandro Ranellucci
|
ab7697ec1c
|
New option to force a solid layer every given number of layers. #617
|
2012-09-28 15:46:29 +02:00 |
|
Mike Sheldrake
|
4b91496edd
|
use remove_coinciding_points before convex_hull
convex_hull returns polygons with sharp concaves sometimes when
duplicate points are present
|
2012-09-27 06:47:38 -07:00 |
|
Alessandro Ranellucci
|
fd74577eae
|
Fix typo in previous commit
|
2012-09-24 21:00:26 +02:00 |
|
Alessandro Ranellucci
|
1f4706f02f
|
[print_preset] and others were erroneously renamed to [print] etc. #675
|
2012-09-23 17:40:34 +02:00 |
|
Alessandro Ranellucci
|
77625894ff
|
New command to combine multiple STL files into a single multi-material AMF file
|
2012-09-23 14:48:58 +02:00 |
|
Alessandro Ranellucci
|
e696764af8
|
Assign extruders and flows to materials
|
2012-09-23 02:40:25 +02:00 |
|
Alessandro Ranellucci
|
02356fd613
|
Large refactoring to allow processing multimaterial files
|
2012-09-22 19:04:36 +02:00 |
|
Alessandro Ranellucci
|
35e449e891
|
Make new plater compatible with threaded perls
|
2012-09-21 17:45:54 +02:00 |
|
Alessandro Ranellucci
|
f638558167
|
Preserve position when splitting objects in plater
|
2012-09-21 15:35:32 +02:00 |
|
Alessandro Ranellucci
|
e40f32995f
|
Finish GUI decoupling
|
2012-09-21 15:04:33 +02:00 |
|
Alessandro Ranellucci
|
757515ba17
|
New [print_preset], [filament_preset] and [printer_preset] variables. #675
|
2012-09-21 15:04:18 +02:00 |
|
Alessandro Ranellucci
|
e89f64e9d3
|
More unfinished work
|
2012-09-21 15:04:17 +02:00 |
|
Alessandro Ranellucci
|
191de5d078
|
Unfinished work for decoupling GUI from the Print object (goal = more speed for manipulation, less memory usage)
|
2012-08-29 19:37:27 +02:00 |
|
Alessandro Ranellucci
|
23f6842bd4
|
Export plates as AMF constellations
|
2012-08-29 17:12:32 +02:00 |
|
Alessandro Ranellucci
|
f90520ed06
|
Refactoring: new Slic3r::Model class to represent files
|
2012-08-29 17:12:32 +02:00 |
|
Alessandro Ranellucci
|
a1ac866b84
|
Refactoring: turn x_length and y_length in size
|
2012-08-25 20:14:01 +02:00 |
|
Alessandro Ranellucci
|
0c22250740
|
New option to disable retraction when moving between infill paths inside the same island. #29
|
2012-08-25 16:30:11 +02:00 |
|
Alessandro Ranellucci
|
92518d28fc
|
New option to configure the threshold for enforcing solid infill. #224
|
2012-08-24 19:38:36 +02:00 |
|
Alessandro Ranellucci
|
9e682924c7
|
New separate options for retraction length to be used when switching tools
|
2012-08-22 19:11:45 +02:00 |
|
Nicolas Dandrimont
|
a147530d2a
|
Explicitly avoid passing arguments to remove when called from the event handler
Wx passes some objects to the callbacks, and we want to ignore those.
|
2012-08-11 16:05:17 +02:00 |
|
Nicolas Dandrimont
|
7b0d4cb4e1
|
Revert "Dereference the Wx object id when removing an object in the plater."
This reverts commit 4979029cd2 .
|
2012-08-11 16:00:41 +02:00 |
|
Nicolas Dandrimont
|
4979029cd2
|
Dereference the Wx object id when removing an object in the plater.
|
2012-08-11 15:49:06 +02:00 |
|
Alessandro Ranellucci
|
624e16b7e2
|
Unexpected results splitting objects with threaded perls. #610
|
2012-08-10 16:05:16 +02:00 |
|
Henrik Brix Andersen
|
2576e3b00a
|
Remove XXX debug output
|
2012-08-09 23:37:15 +02:00 |
|
Alessandro Ranellucci
|
8289692160
|
Handle configuration files saved while there was no extruder_offset control for the first extruder
|
2012-08-09 19:57:49 +02:00 |
|
Alessandro Ranellucci
|
d02012e4a3
|
Accept multiple --load arguments for GUI too
|
2012-08-09 00:59:41 +02:00 |
|
Alessandro Ranellucci
|
db8bb8c3d8
|
Revert "Hide extruder offset settings for the primary extruder"
This reverts commit 713d87b4c6 .
|
2012-08-09 00:51:53 +02:00 |
|
Alessandro Ranellucci
|
2bf219a637
|
Bugfix: random failure to load presets. #600
|
2012-08-09 00:41:03 +02:00 |
|
Alessandro Ranellucci
|
927b7ce937
|
Bugfix: skirt height and other options shouldn't be limited to 100. #597
|
2012-08-08 23:51:40 +02:00 |
|
Alessandro Ranellucci
|
88cbae0d48
|
Bugfix: saving a printer preset with less extruders than it had resulted in the same number of extruders as before
|
2012-08-08 22:52:26 +02:00 |
|
Alessandro Ranellucci
|
713d87b4c6
|
Hide extruder offset settings for the primary extruder
|
2012-08-08 22:14:05 +02:00 |
|
Alessandro Ranellucci
|
9ca21c835c
|
Merge branch 'per-extruder-retraction-settings'
Conflicts:
lib/Slic3r/Config.pm
lib/Slic3r/GUI/Tab.pm
|
2012-08-08 22:06:47 +02:00 |
|
Henrik Brix Andersen
|
e2b2e369f8
|
Disable using ENTER key for accessing "Export G-code..." button.
|
2012-08-08 21:45:17 +02:00 |
|
Alessandro Ranellucci
|
4fcecf5ef6
|
Bugfix: when an external config was selected in any section, exported settings didn't reflect other sections properly
|
2012-08-08 19:36:34 +02:00 |
|
Alessandro Ranellucci
|
2f2bc8210a
|
Allow exporting to .g files too
|
2012-08-08 19:04:36 +02:00 |
|
Alessandro Ranellucci
|
866b09f3f9
|
New --extruder-offset option
|
2012-08-07 21:39:45 +02:00 |
|
Alessandro Ranellucci
|
a2c28fd6da
|
Move retraction settings to a temporary page until we merge the per-extruder-retraction-settings branch
|
2012-08-07 21:11:58 +02:00 |
|