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
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
Alessandro Ranellucci
a645b87542
First attempt at building on OSX with TravisCI
2018-11-06 20:51:42 +01:00
Alessandro Ranellucci
8c2ce53724
Update MANIFEST
2018-11-06 11:32:32 +01: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
Joseph Lenox
880e9a52c3
Prime layer_z and layer_num for end gcode in C++ PrintGcode.
2018-09-02 11:49:49 -05:00
Joseph Lenox
6303d0a59a
Fixed regression where end gcode wasn't being applied in CLI path.
2018-09-02 11:49:08 -05:00
Joseph Lenox
fbdb8da86b
Prime layer_num and layer_z for end_gcode.
2018-09-02 11:20:00 -05:00
ElectroQuanta
f337fdcc62
FIX: check bounds for fill->min_spacing causing fill_density<100 to abort ( #4524 )
...
* FIX: check bounds for fill->min_spacing causing fill_density<100 to abort
* Added time-stamping to SVG files
* Delete .gitignore
* Revert "Added time-stamping to SVG files"
This reverts commit 625ad15b50fc0b5acc3011cfb1dfdc826ba78a4e.
* Set a sane default instead of aborting.
* Don't return status
If there's an exceptional condition, should use exceptions instead.
* Changing to not return bool.
2018-08-31 22:22:49 -05:00
Joseph Lenox
37ade98017
Merge pull request #4519 from ElectroQuanta/CLI-opts
...
Print CLI options in addition to the print ones
2018-08-25 21:38:07 -05:00
ElectroQuanta
446811a426
Added print CLI options in addition to the print ones
2018-08-24 00:48:55 +01:00
Joseph Lenox
bd47015c23
Merge pull request #4518 from ElectroQuanta/origin/stable
...
Origin/stable
2018-08-23 18:08:51 -05:00
ElectroQuanta
8d9f8001b3
FIX: fixed typo for export_obj
2018-08-23 18:25:04 +01:00
ElectroQuanta
904baffb7e
FIX: Forward declaration of std::ofstream caused CMake to abort ( #4515 )
2018-08-21 11:35:57 -05:00
ElectroQuanta
41c610b47e
FIX: Forward declaration of std::ofstream caused CMake to abort
2018-08-21 03:30:10 +01:00
Joseph Lenox
457203623f
revert package scripts to 1.3.0 for linux
2018-08-19 23:41:55 -05:00
Joseph Lenox
1123c68f50
Fixed casing for slic3r
2018-08-19 21:29:35 -05:00
Joseph Lenox
8f65bf7f62
switch on travis
2018-08-19 20:30:32 -05:00
Joseph Lenox
acdf25cb15
actually get to the path
2018-08-19 19:53:50 -05:00
Joseph Lenox
8fefac8d61
set SLIC3R_DIR properly?
2018-08-19 19:51:41 -05:00
Joseph Lenox
d836815588
Move compiled slic3r bin instead of copying
2018-08-19 18:31:38 -05:00
Joseph Lenox
4f3e89a871
Added translation markers to more options in PrintConfig.cpp
2018-08-12 16:43:48 -05:00
Joseph Lenox
4faf1b134b
Merge i18n in
2018-08-12 16:26:32 -05:00
Joseph Lenox
bb9c86e271
Build shell?
2018-08-08 16:28:16 -05:00
Joseph Lenox
3ee452aff6
Permit building on MSVC 2017 (15.7.6)
2018-08-08 00:20:39 -05:00
Joseph Lenox
3d22fcdd22
Disable boost's automagical library rename feature for nowide, because we're building it.
2018-08-08 00:19:28 -05:00
Joseph Lenox
5449c1a325
Finish moving lines into GUI section of cmake
2018-08-08 00:18:08 -05:00