4139 Commits

Author SHA1 Message Date
Alessandro Ranellucci
3ac194ba5e Merge pull request #3518 from NVBots/aligned_rectilinear_infill
Aligned rectilinear infill
2016-11-22 18:30:01 +01:00
Alessandro Ranellucci
5800371fdc Merge pull request #3494 from lordofhyphens/feature-3493-absolute-cli
New command line option: --dont-arrange #3493
2016-11-22 18:26:52 +01:00
Alessandro Ranellucci
e52c67bb7c Merge pull request #3504 from lordofhyphens/prusa3d-loop-split
Fix in splitting the loop at a new point.
2016-11-22 18:25:52 +01:00
Alessandro Ranellucci
092bec103a Merge pull request #3565 from lordofhyphens/makerbot-m109
Pair of fixes for temperature standby on MB-derived FW
2016-11-22 18:24:04 +01:00
Alessandro Ranellucci
9ef37b93c5 List @lordofhyphens and @bubnikv among the contributors 2016-11-22 18:22:29 +01:00
Alessandro Ranellucci
2004a7cbc2 Merge pull request #3575 from lordofhyphens/opengl-fix-bed-draw
Fix for OpenGL.pm 0.70 segfault
2016-11-22 18:13:50 +01:00
Alessandro Ranellucci
0a15af5488 Better support material in SVG export with conic tips 2016-11-22 18:08:30 +01:00
Alessandro Ranellucci
bca95a98c8 Merge pull request #3475 from lordofhyphens/fix-3473-boost-autodetect-vs2012
Updated xs/Build.PL to support Visual Studio compiler suite.
2016-11-21 18:51:59 +01:00
Alessandro Ranellucci
0eb20004b3 Merge pull request #3556 from uclaros/gl_messing
3D Navigation improvement features
2016-11-21 18:50:17 +01:00
Alessandro Ranellucci
7bae3ccd6b Merge pull request #3566 from lordofhyphens/broken-exceptions
Add unit test to pre-emptively check for Slic3r hangs (thanks Strawberry Perl!)
2016-11-21 18:49:16 +01:00
Alessandro Ranellucci
17248200dd Merge pull request #3568 from uclaros/tooltip_timer
Set the tooltip display timer to the max accepted value
2016-11-21 18:44:14 +01:00
Alessandro Ranellucci
3d59b7ed82 Merge pull request #3569 from uclaros/window_shortcuts_fix
Fixed a bug with the "Window" menu items.
2016-11-21 18:43:25 +01:00
bubnikv
36d1c575b9 Added optimized methods for point and polyline rotation.
Existing methods for rotation were optimized by calculating the sin/cos values once only.
Added an operator- for points.
2016-11-21 18:41:47 +01:00
bubnikv
5d769bd9da Some inlining optimizations. 2016-11-21 18:41:18 +01:00
Joseph Lenox
d9a92bc4dc Code documentation of options and functions for libslic3r internals, ported from Prusa3d fork (written by @bubnikv) 2016-11-21 18:40:44 +01:00
Alessandro Ranellucci
38291d3c80 Use the CLIPPER_OFFSET_SCALE constant. #3580 2016-11-21 18:37:51 +01:00
Alessandro Ranellucci
9fcd7f38de Refactored Clipper wrapper functions 2016-11-21 18:30:35 +01:00
Alessandro Ranellucci
be00f64243 Include support material in raft shape for --export-svg as well 2016-11-19 20:46:19 +01:00
bubnikv
fded56c126 New feature: Propose to enable "detect bridging perimeters"
when the supports are first enabled. Don't check keep asking,
if the user does not want the bridging perimeters to be enabled.
2016-11-17 23:40:43 -06:00
Joseph Lenox
0563a95b3b Added comments and VBO implementation for drawing of cut plane, which also crashes. 2016-11-17 23:01:15 -06:00
Joseph Lenox
2df6b00f1d Significant code cleanup; remember to turn off VBOs after done with use to not interfere with other code. 2016-11-17 13:10:22 -06:00
Joseph Lenox
4cd8ea9e5f hamfisted fix for opengl 0.70 problems, making and using buffers explicitly for bed grid base 2016-11-17 12:05:42 -06:00
Joseph Lenox
b28069fe5f Update XS.xsp
Removed references to prusa-specific SLIC3R_FORK_NAME
2016-11-13 16:46:17 -06:00
Joseph Lenox
b874915445 Fix/workaround for Boost issues in Config.hpp (#3572)
* Moved new deserialize functions (and their accompanying boost dependencies) into Config.cpp from Config.hpp.

Fixes #3539

* Forgot to save Config.hpp for removal of Boost
2016-11-12 15:30:20 -06:00
uclaros
94f60db114 Fixed a bug with the "Window" menu items.
If the "Controller" tab was not visible, then the menu items and their shortcuts oppened the wrong tab.
Also, the controller tab was not visible if the plater tab was not visible too.
2016-11-10 00:29:02 +02:00
uclaros
07009b601f Set the tooltip timer to the max accepted value 2016-11-09 21:41:47 +02:00
Joseph Lenox
1e37195af1 Unit test to verify whether Slic3r would hang when croaking from
a C++ exception handler. This is an unfortunate error in some
Strawberry Perl distributions.

Conflicts:
	xs/xsp/XS.xsp
2016-11-08 10:23:30 -06:00
Joseph Lenox
d066f60964 Pass in tool ID for toolchange temperature delta.
Fixes #3546 and reimplements #3547 for master
2016-11-08 10:15:05 -06:00
Joseph Lenox
11fa9e47ab Fix to output correct set & wait gcode for Sailfish and MakerWare.
Fixes #3546 and reimplements #3547
2016-11-08 10:13:28 -06:00
uclaros
6563a5fe9a Use Alt modifier to move camera center (center of rotation) up or down 2016-11-02 15:53:09 +02:00
uclaros
45922e6f5d DoubleClick middle mouse button to zoom to extents (AutoCad style). 2016-11-02 14:38:25 +02:00
uclaros
8738d7f5e7 Don't select objects when the shift button pressed. This allows for easier rotating when zoomed in. 2016-11-02 14:11:22 +02:00
uclaros
d7edc08287 Added small axis marker on the center of rotation when rotating or translating. 2016-11-02 14:05:36 +02:00
Alessandro Ranellucci
8910b4970a Added basic support material to SVG export 2016-10-19 12:36:25 +02:00
Alessandro Ranellucci
56334c49ac Don't rescale mesh in POV export 2016-10-18 14:25:25 +02:00
Alessandro Ranellucci
68acf19c09 New --scale-to-fit option in slic3r.cpp 2016-10-18 10:22:34 +02:00
Forrest Pieper
5e52407ad8 improve aligned rectilinear menu text 2016-09-28 13:58:02 -04:00
Forrest Pieper
a3ddfde518 Add fill pattern for aligned rectilinear fixes #3225 2016-09-23 01:11:26 -04:00
Joseph Lenox
6e1d10bd06 Added a reslice now option to main menu, bound it to ctrl+s.
Reslicing stops the background process before starting a new one.
2016-09-19 19:51:15 -05:00
Joseph Lenox
4ee1793bfd Implemented a Slice Now button in the UI, starts a background process. 2016-09-19 19:51:15 -05:00
Joseph Lenox
8f66b33c3e EXPERIMENTAL: Added all support infill types to the support dropdown. 2016-09-19 19:44:54 -05:00
bubnikv
24afffc421 Fix in splitting the loop at a new point. 2016-09-13 15:25:12 -05:00
Joseph Lenox
a020cd1316 Added a reslice now option to main menu, bound it to ctrl+s.
Reslicing stops the background process before starting a new one.
2016-09-11 11:02:19 -05:00
Joseph Lenox
53f536a73f Implemented a Slice Now button in the UI, starts a background process. 2016-09-11 10:16:44 -05:00
bubnikv
aaae7bf1c0 New command line option: --dont-arrange
Don't arrange the objects on the build plate. The model coordinates
define the absolute positions on the build plate.
The option --print-center will be ignored.

Also there is a fix in the command line invocation of --duplicate-grid
so it will run, but still there is something broken there and the results
are not correct.
2016-09-05 11:15:07 -05:00
Alessandro Ranellucci
3700950474 Prevent scientific notation in --info output 2016-08-28 12:10:18 +02:00
Alessandro Ranellucci
ade661ebf1 More fixes for non-ASCII paths on Windows 2016-08-28 11:41:00 +02:00
Alessandro Ranellucci
66e48e9d22 Revert "More fixes for non-ASCII paths on Windows"
This reverts commit e79eac2671fca060a04d8183e97b655523eafdfb.
2016-08-28 11:23:06 +02:00
Alessandro Ranellucci
1532f54350 Fixed regression: projector window was not closed with the projector dialog 2016-08-28 10:50:31 +02:00
Alessandro Ranellucci
e79eac2671 More fixes for non-ASCII paths on Windows 2016-08-28 10:43:00 +02:00