3905 Commits

Author SHA1 Message Date
Alessandro Ranellucci
6f1d1f6af7 Some cleanup and further optimization to 5f521b24c42ed657967b919871900fa6a65ba790. #3293 2016-07-10 13:38:33 +02:00
Alessandro Ranellucci
3daf64ae56 Remove tabs and clean up code from 4c622c504f8f7c479a8368f7672ec96426391554 2016-07-10 13:09:06 +02:00
Alessandro Ranellucci
96bf7b9d27 Fixed regression in TriangleMesh::merge() #3405 2016-07-10 12:49:31 +02:00
Alessandro Ranellucci
5a6d7bba8f Mention all the omitted M-codes in the start_gcode tooltip. #3406 2016-07-10 12:41:08 +02:00
Alessandro Ranellucci
4b946f269a Revert "Small change to actually infill every layer. Should fix #1783, but there's side effects in that there's no check against the nozzle size."
This reverts commit 86e1f2fb1173ed3071e41bf80bfaf3ae00cc4bd5.
2016-07-10 12:25:34 +02:00
Alessandro Ranellucci
fc8c16d33a Revert "found the right spot for infill_every_layers."
This reverts commit d1f6cdf55f87c2ecac52359d401c6103d2235c46.
2016-07-10 12:25:32 +02:00
Alessandro Ranellucci
fc0c0ca1f0 Revert "Don't combine more layers than you have nozzle."
This reverts commit 2ff9532f43b9375551035749d56382ed2cd86a7f.
2016-07-10 12:25:25 +02:00
Joseph Lenox
4b46482d42 Merge branch 'win32-testing'
Conflicts:
	utils/autorun.bat
	utils/package_win32.ps1
2016-07-09 22:07:07 -05:00
Joseph Lenox
e05f8effe8 Change .travis.yml to build local Boost libs (#3403)
Travis configuration now uses compiled boost (1.58.0), which is cached to avoid spending time on it again.
2016-07-09 21:49:41 -05:00
Joseph Lenox
8e5ff98c8d Update package_win32.ps1 2016-07-09 19:41:26 -05:00
Joseph Lenox
b52d569aba Update CONTRIBUTING.md
Added note about rejecting unrelated changes in pull requests.
2016-07-09 14:13:28 -05:00
bubnikv
59b81fa11e Support multi sampled anti-aliasing with wxWidgets 3.0.3. 2016-07-09 11:52:14 -05:00
Joseph Lenox
2c6e4ab704 Added notes about pull requests and internal preview (#3354)
New notes for contributing new code via PRs to Slic3r and feature requests.
2016-07-09 11:48:58 -05:00
Alessandro Ranellucci
f7e37fa9ab Merge branch 'cppsvg' 2016-07-09 16:18:46 +02:00
Alessandro Ranellucci
437e9be329 Fix sizes of SVG output 2016-07-09 15:30:31 +02:00
Alessandro Ranellucci
76f8e35502 Center mesh around origin for POV export 2016-07-09 14:28:24 +02:00
Alessandro Ranellucci
7ddf2b4029 Auto-scale POV output 2016-07-09 14:14:59 +02:00
Alessandro Ranellucci
0b79b971e8 New --export-pov option (C++ only) 2016-07-09 14:12:01 +02:00
Alessandro Ranellucci
f49458506f New attribute slic3r:area in SVG export 2016-07-09 11:47:53 +02:00
Alessandro Ranellucci
1ecf1c805f Raft for SVG export 2016-07-09 11:44:45 +02:00
Alessandro Ranellucci
5cfaea8a7f Ported --info to C++ 2016-07-09 10:31:52 +02:00
Joseph Lenox
3954103b9a Update package_win32.ps1
Use appveyor variables
2016-07-08 14:18:15 -05:00
Joseph Lenox
1dd60cc295 fixed variable references. 2016-07-07 22:41:51 -05:00
Joseph Lenox
94b71f1aa9 fixed perl path for batch file and added lib module 2016-07-07 22:22:35 -05:00
Joseph Lenox
d504a624be minor fixes to packaging script 2016-07-07 21:41:00 -05:00
Joseph Lenox
7e0767b0f1 fixing location of slic3r script 2016-07-07 20:42:41 -05:00
Joseph Lenox
84a2de5bfa oops, forgot a backtick 2016-07-07 20:04:52 -05:00
Joseph Lenox
61fc0ec281 changing paths 2016-07-07 19:26:27 -05:00
Joseph Lenox
952e45f3a5 Fixes a performance issues on Windows, where the cut is being (#3400)
refreshed many times for a single move of the Z plane.

Fixes a problem on Windows, where the new wxWidgets always returned
Cancel, even if the window was closed with the "Cut" button.

Improved performance if the live preview is disabled or not needed,
because both top and bottom parts shall be displayed.
2016-07-07 18:56:56 -05:00
Joseph Lenox
9cde70407d Added Appveyor build badge. 2016-07-07 18:56:33 -05:00
Joseph Lenox
16d1a9a533 Build + packaging script for Win32 (#3402)
* batch files to aid in producing built zip files.

* added partial modules list
added powershell script

* Update package_win32.ps1

added missing packages

* Fix batch file.

* Fix Powershell syntax

* set names up properly in powershell script

* typo in script

* quoted paths.

* Finished cleaning up module and include list.

* changed to correctly indicate which branch it belongs to, in addition to the commit.
2016-07-07 18:53:48 -05:00
Joseph Lenox
ec4c14afe9 changed to correctly indicate which branch it belongs to, in addition to the commit. 2016-07-07 18:39:01 -05:00
Joseph Lenox
166d199fc4 Finished cleaning up module and include list. 2016-07-07 18:25:40 -05:00
Joseph Lenox
ea0c8bced3 quoted paths. 2016-07-07 16:09:00 -05:00
Joseph Lenox
a8a21d18ef typo in script 2016-07-07 14:36:43 -05:00
Joseph Lenox
405f7456c5 set names up properly in powershell script 2016-07-07 13:53:45 -05:00
Joseph Lenox
67b5d12c06 Fix Powershell syntax 2016-07-07 12:40:07 -05:00
Joseph Lenox
80336e7130 Fix batch file. 2016-07-07 12:07:58 -05:00
Joseph Lenox
a6353f3d90 Update package_win32.ps1
added missing packages
2016-07-07 10:58:45 -05:00
Joseph Lenox
8a72ffb302 Merge pull request #3396 from lordofhyphens/cpanm-ldloadlibs
Set LDLOADLIBS to get the linker switch to occur in the right place.
Fixes #3345 and replaces #3395 Thanks to @hyperair for investigating this.
2016-07-04 14:42:21 -05:00
Joseph Lenox
4ffe56b666 Set LDLOADLIBS to get the linker switch to occur in the right place. 2016-07-04 14:37:18 -05:00
Alessandro Ranellucci
7f2e774584 Removed dependency on TClap 2016-07-03 10:15:46 +02:00
Joseph Lenox
7ddbd092f6 added win32 build link to readme from bintray 2016-06-30 21:14:22 -05:00
Joseph Lenox
849b232882 Merge pull request #3355 from lordofhyphens/gcode_speedup
Fix of git #3293 More efficient GCode export
2016-06-30 08:17:53 -05:00
Joseph Lenox
c09da450f6 Merge pull request #2779 from lordofhyphens/infill-combine
Infill combine, fix #1783
2016-06-29 23:08:39 -05:00
Joseph Lenox
2ff9532f43 Don't combine more layers than you have nozzle. 2016-06-29 23:02:30 -05:00
Joseph Lenox
d1f6cdf55f found the right spot for infill_every_layers. 2016-06-29 22:35:02 -05:00
Joseph Lenox
86e1f2fb11 Small change to actually infill every layer. Should fix #1783, but there's side effects in that there's no check against the nozzle size.
Proper check would be to reduce infill_every_layers to the closest integer multiple below the nozzle size.
I can't find the tooltip text either to note the possible overextrusion problem.
2016-06-29 21:08:57 -05:00
Joseph Lenox
e32635cddf Merge pull request #3386 from lordofhyphens/fix-3126-spiral-vase-infill
infill_only_where_needed is incompatible with spiral_vase: enforced.
2016-06-29 19:32:08 -05:00
Joseph Lenox
f56799e9d5 infill_only_where_needed is incompatible with spiral_vase, enforced.
Also ensured that support is disabled if spiral_vase is on.
Added a secondary check to make sure that clip_fill_surfaces does not run if we're in spiral_vase.
2016-06-29 19:30:21 -05:00