Alessandro Ranellucci
|
6e2ffaf4ca
|
Bugfix: first_layer_temperature was ignored by ooze_prevention for first layer skirt/brim. #3964
|
2017-05-21 16:34:19 +02:00 |
|
Alessandro Ranellucci
|
aa3153fb65
|
Removed debugging lines
|
2017-05-19 18:05:12 +02:00 |
|
Alessandro Ranellucci
|
172c324475
|
Ignore small_perimeter_speed when perimeter has overhangs. #3951
|
2017-05-16 22:31:20 +02:00 |
|
Alessandro Ranellucci
|
f74a91532d
|
Detect bridge direction also when lower slices have narrow gaps. #3929
|
2017-05-10 23:21:22 +02:00 |
|
Alessandro Ranellucci
|
90de54f2fc
|
Fix for undetected convex points. #3458
|
2017-05-01 17:00:02 +02:00 |
|
Alessandro Ranellucci
|
5257f373e7
|
Bugfix: some lifts were skipped when retract_lift == layer_height and retract_layer_change = yes. #3904
|
2017-04-29 10:38:00 +02:00 |
|
Joseph Lenox
|
0952b6dbe3
|
Added test for enforced support generation.
|
2017-04-15 18:37:42 -05:00 |
|
Alessandro Ranellucci
|
ef8695da1d
|
Update and restore t/loops.t
|
2017-04-08 10:57:16 +02:00 |
|
Alessandro Ranellucci
|
5c21237e51
|
Restored/updated the tests about adaptive extrusion width
|
2017-04-07 22:15:18 +02:00 |
|
Alessandro Ranellucci
|
bc96a1a268
|
New customizable G-code to be added between objects when using sequential printing. (by @lordofhyphens) #3264 #3275
|
2017-04-04 18:51:06 +02:00 |
|
Alessandro Ranellucci
|
91e7ef7a66
|
Improve bridge detection algorithm. #2477
|
2017-04-03 20:50:18 +02:00 |
|
Alessandro Ranellucci
|
ef3d235e79
|
Further cleanup of BridgeDetector and other minor things
|
2017-04-03 20:50:18 +02:00 |
|
Alessandro Ranellucci
|
3f0fea7585
|
Refactoring: moved Fill::adjust_solid_spacing() to Flow::solid_spacing().
|
2017-04-02 17:14:07 +02:00 |
|
Alessandro Ranellucci
|
1843e377d3
|
Bugfix: missing infill segments in some rare circumstances
|
2017-03-23 17:07:11 +01:00 |
|
Alessandro Ranellucci
|
4c577043f4
|
Fixed tests broken by the spiral vase change
|
2017-03-17 18:53:13 +01:00 |
|
Alessandro Ranellucci
|
662031bc2d
|
Print the brim using the support material extruder if we have a raft. #2957
|
2017-03-13 23:47:52 +01:00 |
|
Alessandro Ranellucci
|
e6553599b6
|
Add regression test for gaps between top solid infill and perimeters when top solid infill extrusion width is very narrow. #2697
|
2017-03-12 11:37:37 +01:00 |
|
Alessandro Ranellucci
|
bb214b0cd6
|
Trigger extra perimeters also when a diagonal gap would be visible. #3732
|
2017-03-08 14:40:50 +01:00 |
|
Alessandro Ranellucci
|
4e586b8eda
|
Bugfix: percent first layer speed was not applied over autospeed. #2945
|
2017-03-04 14:23:03 +01:00 |
|
Alessandro Ranellucci
|
f25ea9f493
|
Don't slowdown external perimeters if possible. #2796
|
2017-03-03 20:12:56 +01:00 |
|
Alessandro Ranellucci
|
117fb30636
|
Ported CoolingBuffer to C++/XS
|
2016-12-21 23:09:58 +01:00 |
|
Alessandro Ranellucci
|
b33d04fd2d
|
Bugfix: adjusted solid infill could become very large in thin areas. #3215
|
2016-12-21 17:12:37 +01:00 |
|
Alessandro Ranellucci
|
c5a285f435
|
Ported expanded_output_filepath() to C++/XS
|
2016-12-20 19:02:20 +01:00 |
|
Alessandro Ranellucci
|
bec26c51af
|
Merge branch 'feature-2700-has_heatbed' of https://github.com/lordofhyphens/Slic3r into lordofhyphens-feature-2700-has_heatbed
Conflicts:
t/gcode.t
|
2016-12-17 00:41:45 +01:00 |
|
Alessandro Ranellucci
|
e5412b5d69
|
Use --local-lib when calling cpanm
|
2016-12-16 15:49:41 +01:00 |
|
Alessandro Ranellucci
|
a881f755a1
|
New Rectilinear implementation based on @bubnikv's work. Faster, more robust, follows perimeters better, makes more continuous lines. Also includes the new Triangles, Stars, Cubic patterns. Line pattern was removed
|
2016-12-12 01:38:48 +01:00 |
|
Alessandro Ranellucci
|
103ec05774
|
Ported infill to XS/C++. Credits and many thanks go to @bubnikv for this work
|
2016-11-24 15:32:32 +01:00 |
|
Alessandro Ranellucci
|
dcdb5056fe
|
Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443
|
2016-11-22 22:29:47 +01:00 |
|
Alessandro Ranellucci
|
ad9b985772
|
Merge pull request #3427 from lordofhyphens/repetier-flavor
Added Repetier FW flavor, fixed accel gcode generation for it.
|
2016-11-22 18:59:50 +01:00 |
|
Alessandro Ranellucci
|
98bf102f99
|
Merge pull request #3392 from platsch/lift-z-fix
Bugfix: use Lift-z option for 2. extruder #3385
|
2016-11-22 18:57:17 +01:00 |
|
Joseph Lenox
|
6b4780661f
|
Update skirt_brim.t
Fixed typo. #3466
|
2016-08-18 21:47:39 -05:00 |
|
Joseph Lenox
|
7f2c1478eb
|
Added tests to check the functionality of has_heatbed option.
|
2016-07-20 18:33:16 -05:00 |
|
Joseph Lenox
|
e56a29aaf3
|
Test to ensure that the repetier firmware returns the correct acceleration M code and that the values are set properly.
|
2016-07-20 18:15:24 -05:00 |
|
Florens Wasserfall
|
d3a72c3974
|
better value for retract_lift_below test
|
2016-07-20 09:19:06 +02:00 |
|
Florens Wasserfall
|
748768de4c
|
testcase for multiple extruders with different lift_z values #3385
|
2016-07-19 09:24:30 +02:00 |
|
Alessandro Ranellucci
|
9e8022f6f6
|
More refactoring to medial axis and gap fill, more robust
|
2016-05-20 17:03:57 +02:00 |
|
Chow Loong Jin
|
a94402a8a2
|
Update tests for new GCode style and markers
|
2016-04-10 16:40:18 +08:00 |
|
Alessandro Ranellucci
|
7041bb5bd9
|
Rewritten the medial axis algorithm, now more robust (don't just prune MAT from endpoints, but validate all single edges)
|
2016-03-26 01:45:08 +01:00 |
|
Alessandro Ranellucci
|
5ff7511a14
|
Fixed regression in bridging caused by error in porting. Includes regression test. #3175
|
2016-03-18 22:40:29 +01:00 |
|
Alessandro Ranellucci
|
790dbfe9a8
|
Fix false positive in lift unit test
|
2015-12-19 15:00:56 +01:00 |
|
Alessandro Ranellucci
|
a2ea191d84
|
Fix regression in lift, includes regression test
|
2015-12-19 12:44:22 +01:00 |
|
Alessandro Ranellucci
|
8138fbf349
|
New --retract-lift-above and --retract-lift-below options. #763 #3057
|
2015-12-18 18:36:39 +01:00 |
|
Alessandro Ranellucci
|
48f1fab49f
|
Bugfix: an error in porting caused bad perimeter ordering. Includes regression test and more unit tests for PerimeterGenerator
|
2015-12-01 20:40:00 +01:00 |
|
Alessandro Ranellucci
|
6ac79e3ed6
|
Ported make_perimeters() to C++
|
2015-07-23 16:27:21 +02:00 |
|
Alessandro Ranellucci
|
b4515cf695
|
Finished porting PerimeterGenerator to C++
|
2015-07-23 15:53:02 +02:00 |
|
Alessandro Ranellucci
|
b14290b9f6
|
Make tests happy
|
2015-07-02 14:29:20 +02:00 |
|
Alessandro Ranellucci
|
b4019bb438
|
Ported more Slic3r::GCode methods to XS
|
2015-07-01 23:00:52 +02:00 |
|
Alessandro Ranellucci
|
801f629fdc
|
Ported Slic3r::GCode storage to XS
|
2015-07-01 21:47:17 +02:00 |
|
Alessandro Ranellucci
|
76b2e88551
|
Removed setenv() test as we can't test environment variables in Perl since they are now set in XS
|
2015-07-01 20:15:52 +02:00 |
|
Alessandro Ranellucci
|
580d28d071
|
Finished porting PlaceholderParser to XS
|
2015-07-01 19:35:22 +02:00 |
|