4649 Commits

Author SHA1 Message Date
Joseph Lenox
207742ea0f Added winscp deployment script 2017-04-04 20:05:39 -05:00
Joseph Lenox
a3130272e6 add dl.slic3r.org to known hosts. 2017-04-04 19:37:36 -05:00
Joseph Lenox
cf34a5293d Actually deploy. 2017-04-04 19:21:43 -05:00
Joseph Lenox
15ccd507f6 Moved appveyor powershell out to separate scripts. 2017-04-04 19:20:15 -05:00
Joseph Lenox
7fadcddb3e Adding appveyor upload key, removed bintray deployment 2017-04-04 19:10:02 -05:00
Joseph Lenox
30076331bd Fixed path to encoded key 2017-04-04 18:55:29 -05:00
Joseph Lenox
e36e821f72 Travis uploads files to slic3r.org now. 2017-04-04 18:48:19 -05:00
Alessandro Ranellucci
e4b6aeb4cd Support Retina displays. #3695 #2888 2017-04-04 23:35:13 +02:00
Alessandro Ranellucci
5d1f6a632a Make the PrintConfigDef instances const 2017-04-04 23:28:53 +02:00
Alessandro Ranellucci
27c98d6bf0 List @kliment among contributors 2017-04-04 22:05:37 +02:00
Alessandro Ranellucci
139aeb86ff Workaround for wxPerl not loading shared libraries when package is in a non-ASCII paths. #3763 2017-04-04 19:57:11 +02:00
Alessandro Ranellucci
8f66d88320 Bugfix: inconsistent scaling when object had multiple copies in plater. #3798 2017-04-04 19:18: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
de1c900d8f Since prepare_infill is not actually idempotent, recalculate perimeters every time. #3827 2017-04-04 17:10:43 +02:00
Alessandro Ranellucci
1cd4bca648 Fixed regression causing background processing to be partially active regardless of preferences. #3843 2017-04-04 15:47:00 +02:00
Alessandro Ranellucci
99c86bcf91 Make FillRectilinear more tolerant with degenerate polygons. #2941 2017-04-04 15:35:31 +02:00
Alessandro Ranellucci
557f1e234d Potential fix for regression in solid_infill_below_area on Windows. #3794 2017-04-04 15:01:46 +02:00
Alessandro Ranellucci
e47a1e7d90 Fix the Send to Printer dialog. #3789 #3811 2017-04-04 12:12:23 +02:00
Alessandro Ranellucci
43506ee376 Prevent rare crashes 2017-04-04 12:12:23 +02:00
Travis CI User
c41510e86b Use wxpar to pull the shared libs to ./shlib/ 2017-04-04 03:58:20 +00:00
Joseph Lenox
f725b519e8 Fixed validator to properly only trigger on 0% or 0. 2017-04-03 22:12:13 -05:00
Alessandro Ranellucci
5c2ab11fcd Removed debugging lines 2017-04-03 20:53:11 +02:00
Alessandro Ranellucci
91e7ef7a66 Improve bridge detection algorithm. #2477 2017-04-03 20:50:18 +02:00
Alessandro Ranellucci
4926e2c76c Minor cleanup of process_external_surfaces() 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
Joseph Lenox
6a3eb3d038 Validate support material threshold in Config.pm (#3845)
straight value of 0 is illegal.
2017-04-03 11:33:19 -05:00
Joseph Lenox
7a4d2bd423 Merge branch 'master' of https://github.com/alexrj/slic3r 2017-04-02 23:36:16 -05:00
Joseph Lenox
c110a9d517 Adds printer notes item and tab. Fixes #3806 2017-04-02 23:35:20 -05:00
Joseph Lenox
068ef7b9af Use multiplication for support material speed
It's initialized same as infill, caused division by 0 when 'auto' speed for support material was selected.
Fixes #3837
2017-04-02 22:08:38 -05:00
Joseph Lenox
90623c4170 Merge branch 'master' of https://github.com/alexrj/slic3r
Conflicts:
	package/linux/make_archive.sh
2017-04-02 16:59:04 -05:00
Joseph Lenox
d08dd487fc Made cpanm quiet 2017-04-02 16:57:42 -05:00
Joseph Lenox
bc846d2bda Copy symlinks too properly 2017-04-02 15:44:56 -05:00
Joseph Lenox
23f3df4b1f Moved shell.cpp to ../common, borrowed and modified for FORCE_GUI from @bubnikv
Changed path in compile_wrapper, made makefile for linux with default paths pointed
at where they would be on Travis.
2017-04-02 15:34:53 -05:00
Joseph Lenox
01afaa0ec6 On travis build server, use build wxlibs and not ubuntu system libs (#3832)
* see if wx_dir is set

* just used completely different processing if WXDIR is used.
2017-04-02 15:04:52 -05:00
Joseph Lenox
c77c524c07 just used completely different processing if WXDIR is used. 2017-04-02 14:37:04 -05:00
Joseph Lenox
6bbf56641e see if wx_dir is set 2017-04-02 14:19:56 -05:00
Joseph Lenox
bbb4b653ea re-caching perbrew dir is pointless 2017-04-02 12:10:31 -05:00
Joseph Lenox
077ff68b8f moved all build cache priming to @lordofhyphens web server to avoid loading bintray more 2017-04-02 12:07:15 -05:00
Joseph Lenox
9fedc425ac Merge branch 'master' of https://github.com/alexrj/slic3r 2017-04-02 11:46:38 -05:00
Joseph Lenox
ea28afba1d Add WXDIR to library search path for finding wx libs for custom libraries 2017-04-02 11:46:18 -05:00
Alessandro Ranellucci
bc35063a57 Refactoring and cleanup of BridgeDetector 2017-04-02 17:14:07 +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
678ae9de72 Keep brim always attached to the object when support material is enabled. #2981 2017-04-02 17:14:07 +02:00
Joseph Lenox
4304c2a1f4 fixed this time? 2017-04-02 10:12:03 -05:00
Joseph Lenox
25dce5a198 fixing PR_ID calculation because travis 2017-04-02 09:50:36 -05:00
Joseph Lenox
d325248baf Load precached wxlibs 2017-04-02 09:24:14 -05:00
Joseph Lenox
b7aa965fc8 Gee thanks travis for not just unsetting variables if they have nonsense data in them 2017-04-02 08:43:25 -05:00
Joseph Lenox
cc45494a2d Switched to using wx 3.0.2 2017-04-02 08:24:44 -05:00
Joseph Lenox
1709e20aed Slic3r packaging for Linux via TravisCI (#3831)
* linux packaging script should be functional now (from travis)

* Updated travis to build with distribution

* Moved cache management to script.

* Add perlbrew download

* Point to my server and use the correct perlbrew path.

* added bintray encrypted link

* used right script name

* fixed deploy path and used correct deploy

* Updated to use TRAVIS_COMMIT env variable

* updating deployment for travis

* oops, inverted logic

* Cleanup of files, renamed make_par to make_archive.

Factored out some functions to common/util.sh

* replaced slic3r dir with current dir (not script dir)

* ensured PAR::Packer is installed.

* added -v to install

* can't mix globbing and shell replacement in the same thing.

* adding some debug code, setting sudo: false

* factored out get_app_name

* added set version to utils

* prototype appimage

* cache perlbrew, added ./ to WD in make_archive

* added more noise

* sudo-false takes twice as long to build for some stupid reason.

* make unzip quiet.

* run ldd bundle to see output

* quiet down tar, set ld library path
2017-04-01 23:40:06 -05:00
Alessandro Ranellucci
5a54c79df6 Fixed regression, bad commit 2017-04-01 10:50:47 +02:00