4418 Commits

Author SHA1 Message Date
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
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
Alessandro Ranellucci
3271010226 Write mm^3/s to the G-code comments 2017-04-01 10:19:14 +02:00
Joseph Lenox
e78c189411 Merge pull request #3826 from xoan/hotfix-hide-controller
Fix regression from 35fc1de
2017-03-31 23:47:13 -05:00
Joseph Lenox
d81ad0ebc7 Fail less at copypasta. 2017-03-31 12:44:50 -05:00
Joseph Lenox
4480c27dc6 Added slicer-debug-console, fixed mistake
Accidentally packaged slic3r-console.exe and slic3r.exe as slic3r.exe. Fixed.
2017-03-31 12:41:45 -05:00
Joseph Lenox
3e5ef744d7 Suppress perl console window in slic3r.exe
Also added a third executable that preserves the console, slic3r-debug-console.exe
2017-03-31 12:40:12 -05:00
Alessandro Ranellucci
1ee70c33d5 Bugfix in flowrate.pl: negative coordinates were not parsed 2017-03-31 17:04:35 +02:00
Xoan Sampaiño
478b89d909 Minor change: break long line 2017-03-31 14:26:18 +02:00
Xoan Sampaiño
b93bf2a116 Fix regression from 35fc1de which hides settings from PresetEditor
but leaves Controller tab always visible
2017-03-31 14:11:08 +02:00
Alessandro Ranellucci
ff42ad5512 Added "Move to bed center" in the object menu 2017-03-31 14:05:01 +02:00
Alessandro Ranellucci
8f789da99f Too much stripping 2017-03-30 19:42:26 +02:00
Alessandro Ranellucci
0e129e765b Improvements to make_dmg.sh, strip more things 2017-03-30 16:21:01 +02:00
Alessandro Ranellucci
4a2eeaf27f One more fix for #3819 2017-03-30 16:21:01 +02:00
Alessandro Ranellucci
35fc1decfa Fixed regression causing no_controller not to hide the USB/Serial configuration options in Printer config. Fixes #3819 2017-03-30 16:21:01 +02:00
Joseph Lenox
5e1f3e883d add xsgui to list of branches to build with travis 2017-03-30 00:42:44 -05:00
Joseph Lenox
99943024a9 Permit firmware retraction when firmware is Repetier (repetier-firmware supports it). Fixes #3821 2017-03-30 00:21:32 -05:00
Alessandro Ranellucci
ebc8409f3f Minor pruning of OSX packages 2017-03-29 21:17:34 +02:00
Alessandro Ranellucci
3ba37b3ca5 One more fix for codesigned OSX packages. #2875 2017-03-29 21:14:41 +02:00
Alessandro Ranellucci
7abc1b1a4b Make codesign call compatible with MacOS X >= 10.9.5. #2875 2017-03-29 20:32:19 +02:00
Alessandro Ranellucci
467dc324f6 Code sign Mac packages. #2875 2017-03-29 18:48:46 +02:00
Alessandro Ranellucci
0c8f5eeb90 Whenever user opens and closes the preset editor, apply the new defaults to the overrides. This is less confusing. #3814 2017-03-29 17:49:36 +02:00
Joseph Lenox
10830ec23b Added translation marker macro for strings in libslic3r. It's just there to tag strings for poedit to pick up. 2017-03-28 23:46:54 -05:00
Alessandro Ranellucci
d5a0e78c16 Fixed regression in --load. #3816 2017-03-28 18:02:33 +02:00
Alessandro Ranellucci
7be97d319c Cleanup 2017-03-28 17:38:31 +02:00
Alessandro Ranellucci
85f84aa7dc Refactored the config/step invalidation code. Now we can take values into account in order to reduce unneeded recalculation 2017-03-28 17:37:49 +02:00
Joseph Lenox
d3a91129bb Add libwinpthread-1.dll to package 2017-03-28 10:11:35 -05:00
Joseph Lenox
52a702d0f5 Package libgcc_seh instead of libgcc_sjlj 2017-03-28 09:07:39 -05:00
Alessandro Ranellucci
9b4fe076a6 Workaround for detect_surfaces_type() not being idempotent and causing artifacts after multiple runs. #3764 2017-03-28 15:58:52 +02:00
Alessandro Ranellucci
ff9bae79ca Merge pull request #3796 from platsch/slice_xs
Ported parts of Slice to xs
2017-03-28 10:37:52 +02:00
Joseph Lenox
fe9d294687 Merge pull request #3804 from alexrj/lordofhyphens-split_gui
force --gui for shell during compilation if -DFORCE_GUI is set for compile wrapper. Fixes #3803
2017-03-27 23:15:54 -05:00
Joseph Lenox
41407f360d Remove Sub::Name from package 2017-03-27 22:51:57 -05:00
Joseph Lenox
00744c259c Append the --gui flag if compiled with -DFORCE_GUI. 2017-03-27 21:49:34 -05:00