Alessandro Ranellucci
|
1627268fd4
|
Merge branch 'master' into avoid-crossing-perimeters
Conflicts:
lib/Slic3r/GCode.pm
|
2012-10-24 11:49:31 +02:00 |
|
Alessandro Ranellucci
|
c793a2657f
|
Replace Math::ConvexHull with Math::ConvexHull::MonotoneChain. #722
|
2012-10-22 15:29:54 +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
|
769134bb6f
|
Fixed regression causing skirt ignoring the first layer extrusion width override. #728
|
2012-10-15 10:57:15 +02:00 |
|
Alessandro Ranellucci
|
8ac367bfa7
|
If brim overlaps with skirt, make brim around skirt too instead of just ignoring skirt on first layer
|
2012-10-14 22:10:49 +02:00 |
|
Alessandro Ranellucci
|
22b312395a
|
Fix SVG/DLP support material. #673
|
2012-09-28 16:32:53 +02:00 |
|
Alessandro Ranellucci
|
f50b0040ef
|
Bugfix: the grow() method wasn't working properly, causing bad brim/support material interface. #639
|
2012-09-28 15:27:33 +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
|
bbe0a45b58
|
Optimization: cache scaled flow width and spacing
|
2012-09-23 03:03:08 +02:00 |
|
Alessandro Ranellucci
|
ec0d3987db
|
Rename materials to regions
|
2012-09-23 02:52:31 +02:00 |
|
Alessandro Ranellucci
|
e696764af8
|
Assign extruders and flows to materials
|
2012-09-23 02:40:25 +02:00 |
|
Alessandro Ranellucci
|
e2ab340edb
|
Fix positioning and other things
|
2012-09-22 21:03:57 +02:00 |
|
Alessandro Ranellucci
|
d488afd243
|
More work (breaks centering and internal surfaces detection)
|
2012-09-22 19:38:25 +02:00 |
|
Alessandro Ranellucci
|
02356fd613
|
Large refactoring to allow processing multimaterial files
|
2012-09-22 19:04:36 +02:00 |
|
Alessandro Ranellucci
|
04be94023b
|
Refactoring: move the 'copies' property to each Print::Object
|
2012-09-22 16:19:24 +02:00 |
|
Alessandro Ranellucci
|
037be34b7b
|
Bugfix: removed fatal error when generating SVG support material in some circumstances. #673
|
2012-09-21 16:52:05 +02:00 |
|
Alessandro Ranellucci
|
c95cd5ac38
|
Merge branch 'master' into avoid-crossing-perimeters
|
2012-09-21 15:36:45 +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
|
6adf98edaf
|
Fix regression causing SVG/DLP support material to crash the application. #668
|
2012-09-21 15:04:16 +02:00 |
|
Alessandro Ranellucci
|
37ae2e1e2d
|
Use support material extruder for brim. #653
|
2012-09-21 15:04:16 +02:00 |
|
Alessandro Ranellucci
|
47c5d410ea
|
Remove the initial retraction compensation. Not only it is not very good for multi-head setups, but it also caused wrong first layer Z when lift was enabled. #655
|
2012-09-21 15:04:15 +02:00 |
|
Alessandro Ranellucci
|
94a096f1d2
|
Support legacy config files not containing first_layer_height #631
|
2012-09-21 15:04:11 +02:00 |
|
Alessandro Ranellucci
|
cc8d8bd26f
|
Merge branch 'master' into avoid-crossing-perimeters
Conflicts:
README.markdown
lib/Slic3r/Config.pm
lib/Slic3r/GCode.pm
lib/Slic3r/Print.pm
slic3r.pl
|
2012-09-12 16:04:16 +02:00 |
|
Alessandro Ranellucci
|
7a5071f66c
|
New [print_preset], [filament_preset] and [printer_preset] variables. #675
|
2012-09-12 15:29:44 +02:00 |
|
Alessandro Ranellucci
|
628cc52338
|
Fix regression causing SVG/DLP support material to crash the application. #668
|
2012-09-06 11:28:24 +02:00 |
|
Alessandro Ranellucci
|
f41a6af343
|
Use support material extruder for brim. #653
|
2012-09-06 11:01:44 +02:00 |
|
Alessandro Ranellucci
|
e0a96c00b3
|
Remove the initial retraction compensation. Not only it is not very good for multi-head setups, but it also caused wrong first layer Z when lift was enabled. #655
|
2012-09-06 10:44:48 +02:00 |
|
Alessandro Ranellucci
|
b37af86bef
|
Support legacy config files not containing first_layer_height #631
|
2012-08-30 23:04:56 +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
|
f90520ed06
|
Refactoring: new Slic3r::Model class to represent files
|
2012-08-29 17:12:32 +02:00 |
|
Alessandro Ranellucci
|
9bd1b0f6ba
|
Revert "Refactoring: initialize all layers at once and avoid duplication of slicing height math". #637
This reverts commit 08270022dd .
|
2012-08-26 17:47:00 +02:00 |
|
Alessandro Ranellucci
|
08270022dd
|
Refactoring: initialize all layers at once and avoid duplication of slicing height math
|
2012-08-25 20:40:44 +02:00 |
|
Alessandro Ranellucci
|
a1ac866b84
|
Refactoring: turn x_length and y_length in size
|
2012-08-25 20:14:01 +02:00 |
|
Alessandro Ranellucci
|
896641cb7e
|
Fixed regression causing some bridges not to be detected correctly. #629
|
2012-08-25 20:04:29 +02:00 |
|
Alessandro Ranellucci
|
c98e9515ed
|
Better implementation of the external motion planner
|
2012-08-23 21:10:04 +02:00 |
|
Alessandro Ranellucci
|
0eadc5adba
|
Manual rebase of the avoid_crossing_perimeters feature
|
2012-08-23 15:42:58 +02:00 |
|
Alessandro Ranellucci
|
b35c41c1a3
|
Bugfix: retraction was still not working correctly at tool change
|
2012-08-22 20:31:03 +02:00 |
|
Alessandro Ranellucci
|
4bddb66513
|
Always emit T0 at the beginning of a multi-extruder print
|
2012-08-22 19:20:34 +02:00 |
|
Alessandro Ranellucci
|
075213c731
|
Refactoring: make 'retracted' an attribute of the Extruder object
|
2012-08-22 18:57:03 +02:00 |
|
Alessandro Ranellucci
|
3c2464abf9
|
Bugfix: crazy temperatures were written when using sequential printing. #625
|
2012-08-22 17:58:38 +02:00 |
|
Alessandro Ranellucci
|
26e033a30c
|
Bugfix: brim was positioned incorrectly if no skirt was enabled. #627
|
2012-08-19 20:30:17 +02:00 |
|
Henrik Brix Andersen
|
0f327ef912
|
Add missing use File::Spec
|
2012-08-07 23:37:16 +02:00 |
|
Alessandro Ranellucci
|
c7858912d8
|
Bugfix: some paths were not considered when generating brim
|
2012-08-07 22:04:58 +02:00 |
|
Alessandro Ranellucci
|
63e77fcfd8
|
Refactor extruder settings
|
2012-08-07 20:50:54 +02:00 |
|
Alessandro Ranellucci
|
b7d8444ac8
|
Take support material into account when generating brim. #490 #501 #567
|
2012-08-06 20:54:49 +02:00 |
|
Alessandro Ranellucci
|
9bfa4118a1
|
Bugfix: brim and skirt collision was not precisely detected when they had similar offsets. #548
|
2012-08-06 20:27:10 +02:00 |
|
Henrik Brix Andersen
|
0e620f3ad2
|
Make --output accept directories. #535
|
2012-08-01 17:12:16 +02:00 |
|
Henrik Brix Andersen
|
83fccf0875
|
Fix auto-arrange of objects
|
2012-07-30 19:30:41 +02:00 |
|
Alessandro Ranellucci
|
4c33eabc6e
|
Slicing from plater was still using the default options
|
2012-07-29 17:02:46 +02:00 |
|