14 Commits

Author SHA1 Message Date
Jacob Greenfield
4fa6251dd5 Pillar config (#4410)
Implements workaround for #4407 

* Added support for pillar size configuration.
* Pillars UI fix
* Pillar configuration fix
* Fixed misspelled variable name.
* Strings are not numbers.
* Fixed pillar spacing label.
2018-05-12 20:03:50 -05:00
Joseph Lenox
4c958d24ee Refactor out the perl packages into a common file. 2017-06-21 22:21:27 -05:00
Alessandro Ranellucci
d6605aa1a7 Revert "Clean up windows directory; move most files into libexec (another approach)"
This reverts commit d27219e84b0997baf237004ca3e6929abd81eb25.

# Conflicts:
#	package/win/package_win32.ps1
2017-05-29 22:53:32 -05:00
Joseph Lenox
aa9a204bf7 Revert "Append libexec to the slic3r.pl path"
This reverts commit 4a5ccaa42319ab03b6f46a2a18fcfdd9142e86ec.
2017-05-29 21:53:58 -05:00
Alessandro Ranellucci
4a5ccaa423 Append libexec to the slic3r.pl path 2017-05-21 20:25:45 +02:00
Alessandro Ranellucci
d27219e84b Clean up windows directory; move most files into libexec (another approach) 2017-05-21 20:01:13 +02:00
Joseph Lenox
3274b75e5f Update file encodings and add some commentary. Also make 524 the default perl lib 2017-04-19 02:30:19 +00:00
Travis CI User
c41510e86b Use wxpar to pull the shared libs to ./shlib/ 2017-04-04 03:58:20 +00:00
Joseph Lenox
d08dd487fc Made cpanm quiet 2017-04-02 16:57:42 -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
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
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
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