5885 Commits

Author SHA1 Message Date
Alessandro Ranellucci
7dc0e6dac6 Typo 2018-11-08 19:04:46 +01:00
Alessandro Ranellucci
64d955fd37 Force reinstall of Alien::wxWidgets now that we are using the brew one 2018-11-08 18:35:48 +01:00
Alessandro Ranellucci
627e0f488a Enable verbose output for cpanm Wx 2018-11-08 18:17:35 +01:00
Alessandro Ranellucci
ed1429b8ea Add package & deploy for OSX builds 2018-11-08 17:57:55 +01:00
Alessandro Ranellucci
b2ec596037 Merge branch 'master' into osxbuild 2018-11-08 17:29:47 +01:00
Alessandro Ranellucci
ab694efabb Use brew wxwidgets and stock Wx 2018-11-08 17:29:24 +01:00
Alessandro Ranellucci
2d3c17842c Try Alien::wxWidgets and brew 2018-11-08 15:27:59 +01:00
Alessandro Ranellucci
cbb618a381 More tweaks for Travis caching 2018-11-08 13:51:46 +01:00
Alessandro Ranellucci
fd5cd7a3e3 Fix path 2018-11-08 12:40:38 +01:00
Alessandro Ranellucci
18769699eb Fix cache triggers 2018-11-08 12:30:32 +01:00
Alessandro Ranellucci
868ed58baa Re-enable Build.PL for osx and leverage Travis cache for Linux 2018-11-08 11:15:14 +01:00
Alessandro Ranellucci
bc4af97d3d Move travis_wait to .travis.yml 2018-11-07 18:26:27 +01:00
Alessandro Ranellucci
dd7127a36a Use travis_wait 2018-11-07 18:18:59 +01:00
Alessandro Ranellucci
fa31265bff Make wxWidgets compilation less verbose (in order to honor the max logs limit) and temporarily suspend Build.PL 2018-11-07 17:54:38 +01:00
Alessandro Ranellucci
c9ce5bf3ae More fixes to CI scripts 2018-11-07 16:49:01 +01:00
Alessandro Ranellucci
390d613e87 More fixes for CI 2018-11-07 14:22:23 +01:00
Joseph Lenox
86a728b39b
Merge pull request #4579 from slic3r/make-dmg-improvements
Improvements to make_dmg.sh
2018-11-06 19:07:04 -06:00
Alessandro Ranellucci
5f5c075689 Further refactoring of TravisCI configuration 2018-11-07 01:08:53 +01:00
Alessandro Ranellucci
76828a805c Refactoring of Travis configuration 2018-11-07 00:21:31 +01:00
Joseph Lenox
4fcbebf0ff
Merge pull request #4577 from slic3r/filament-extruder
Add [filament_extruder_id] and revert work done for [filament_settings_id]
2018-11-06 15:32:20 -06:00
Alessandro Ranellucci
a645b87542 First attempt at building on OSX with TravisCI 2018-11-06 20:51:42 +01:00
Joseph Lenox
1ae53d02c5
Ensure filament_extruder is reinitialized. 2018-11-06 08:17:37 -06:00
Joseph Lenox
d1446fe2af
Wrap in brackets to restrict scope of temporary variables. 2018-11-06 08:15:55 -06:00
Alessandro Ranellucci
208feb088e Simplify the naming logic and make the script stricter 2018-11-06 12:50:43 +01:00
Alessandro Ranellucci
6e73582e0d Compress the DMG image 2018-11-06 11:33:21 +01:00
Alessandro Ranellucci
8c2ce53724 Update MANIFEST 2018-11-06 11:32:32 +01:00
Joseph Lenox
f8e222c722 Derp, typo'd the placeholder name. 2018-11-05 20:13:55 -06:00
Joseph Lenox
704429eb58 Revert "Convert filament_settings_id to something that can be set instead of just read from a configuration file."
This reverts commit d9c1d459c5744aa880cd0c5e9093b0ee42f5321b.
2018-11-05 19:50:40 -06:00
Joseph Lenox
5509afa82a #4569 Added new gcode placeholder, [filament_extruder_id] that is only valid in filament start/end gcode and refers to which position this filament is loaded in. 2018-11-05 19:50:29 -06:00
Joseph Lenox
4df893507d
Merge pull request #4575 from slic3r/issue4542-show-host
Enable Controller by default and prompt user for reactivation in case they try to open it from the menubar
2018-11-05 16:05:54 -06:00
Alessandro Ranellucci
2fa734e4b8 alexrj -> alranel 2018-11-05 20:57:19 +01:00
Alessandro Ranellucci
d3188dfe13 github.com/alexrj -> github.com/slic3r 2018-11-05 20:55:54 +01:00
Alessandro Ranellucci
b41a1c6a4c Remove warning in Build.PL 2018-11-05 20:54:09 +01:00
Alessandro Ranellucci
35bd38ef2a Enable Controller by default and prompt user for reactivation in case they try to open it from the menubar. #4542 2018-11-05 20:52:12 +01:00
Alessandro Ranellucci
3776b7ed80 Bugfix: error in porting of SupportMaterial
src/libslic3r/SupportMaterial.cpp:770:17: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
            if (!z > top_el.first) // next unless $z > $top_z;
                ^  ~
src/libslic3r/SupportMaterial.cpp:770:17: note: add parentheses after the '!' to evaluate the comparison first
            if (!z > top_el.first) // next unless $z > $top_z;
                ^
                 (               )
src/libslic3r/SupportMaterial.cpp:770:17: note: add parentheses around left hand side expression to silence this warning
            if (!z > top_el.first) // next unless $z > $top_z;
                ^
                ( )
1 warning generated.
2018-11-05 20:08:18 +01:00
Chow Loong Jin
94420acc2b Drop #error "admesh works correctly on little endian machines only"
admesh works fine on little-endian machines as of b9592961. It just doesn't
compile because of this pesky #error.
2018-11-05 13:07:50 -06:00
Alessandro Ranellucci
90c192e8ed Support locating Boost under BOOST_DIR/lib 2018-11-05 20:00:19 +01:00
Alessandro Ranellucci
734e6e7ef9 More verbose errors about BOOST_DIR 2018-11-05 19:45:16 +01:00
Joseph Lenox
d9c1d459c5 Convert filament_settings_id to something that can be set instead of just read from a configuration file. 2018-10-29 20:31:42 -05:00
Joseph Lenox
8c52045b14 Try adding swrast to AppImage 2018-10-29 19:35:09 -05:00
Joseph Lenox
b582df1236 add code owners file 2018-10-23 17:45:41 -05:00
Joseph Lenox
849fa8b70d Update issue templates 2018-10-23 11:43:58 -05:00
Joseph Lenox
696b8791c4 Update issue templates 2018-10-23 11:42:42 -05:00
Joseph Lenox
f487129c70 Sign the DMG as well. 2018-10-17 20:10:02 -05:00
Joseph Lenox
b7661289e3
Make fill.hpp comments Doxygen 2018-10-17 16:15:14 -05:00
Joseph Lenox
c9a4e53117 Use Slic3r::var to refer to toolbar bitmap locations. 2018-10-14 15:03:23 -05:00
Gilbert
fd8a3303c4 Extended GUI (#4419)
* Extended GUI - 2nd try.

* Update Preferences.pm

missing comma
2018-10-14 14:51:02 -05:00
Joseph Lenox
4b0caf131b #2305 Autocaclulate WxChoice width instead of using fixed size. 2018-10-14 14:40:16 -05:00
Harald Wagener
4853c014fb Auto-determine right pane button height. (#4535)
On HiDPI screens, the button height set to 30px will cause buttons of limited height with parts of the text cut off. Setting the height to `-1` seems to fix this so the buttons work fine.
2018-10-14 14:28:01 -05:00
Joseph Lenox
d17659b67c Add GIT commit version to About dialog and to exported GCode.
Implements #4532
2018-09-07 21:40:49 -05:00