Commit Graph

2408 Commits

Author SHA1 Message Date
65a1eb7d3f Merge branch 'master' into tm_slice_index 2019-03-22 15:31:58 +01:00
c410216e45 Refactoring changes to the slice index. 2019-03-22 15:31:38 +01:00
07686d8df9 Do not consider modifiers when centering an object after 3mf and amf import 2019-03-22 09:47:40 +01:00
b75341ce7d Fixes for the duplicated layer issues... 2019-03-21 18:01:41 +01:00
36c744e1b3 Using same slicing grid for the supports and the model. 2019-03-21 16:14:26 +01:00
6f54bbb01a Merge branch 'master' into tm_slice_index 2019-03-21 15:17:01 +01:00
3218d37714 FIx for broken slice preview 2019-03-21 15:16:33 +01:00
5bd3339a3f Limit number of perimeters to 10 thousands, that is 50 meters with 0.2mm
nozzle. The number of perimeters has to be limited due to a numerical
overflow of fixed point 32bit coordinates in the offsetting algorithm.
2019-03-21 14:56:20 +01:00
611976c917 Slic3r compiles with the new slice index interface. 2019-03-21 12:25:33 +01:00
7b29d79628 WIP on slice indexing 2019-03-20 18:03:11 +01:00
e65dbcabb5 Tech ENABLE_CANVAS_GUI_REFACTORING set as default 2019-03-20 09:33:30 +01:00
3936acb6ad Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-20 08:24:05 +01:00
797a6d5f8f Enabling convex hull optimization for arrange.
Seems to work nicely
2019-03-19 15:01:58 +01:00
a9529f5180 Merge branch 'master' into tm_sla_png_minz 2019-03-19 13:19:17 +01:00
3105d16d48 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-19 10:04:37 +01:00
aaa401837a Tech ENABLE_MOVE_MIN_THRESHOLD set as default 2019-03-19 10:04:19 +01:00
72601937a1 Implemented SPE-874
(Delete items from context menu for Simple mode)
2019-03-19 09:53:47 +01:00
1c8e93e480 Code cleanup 2019-03-19 09:21:27 +01:00
fda6a2565e Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-19 08:25:50 +01:00
cb79a35e35 Reducing copies when writing png data. 2019-03-18 18:02:50 +01:00
aed23f283b Merge branch 'tm_miniz_zipper' into tm_sla_png_minz 2019-03-18 17:48:05 +01:00
1731dc6070 Tidy up redundant code 2019-03-18 16:03:26 +01:00
1215fa75d2 Exporting png images with minz deflate implementation.
Getting rid of zlib and libpng dependencies
2019-03-18 16:00:21 +01:00
3ab25c78d4 Adding validation code for support parameters (elevation) 2019-03-18 15:31:47 +01:00
3f5299f349 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-18 12:07:32 +01:00
0f9dbebb33 Removed technology ENABLE_IMGUI 2019-03-18 11:45:15 +01:00
7ea8c9068f Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-18 11:31:19 +01:00
4e207521ee Typo fix....
sorry guys
2019-03-18 11:27:27 +01:00
2231d28cf3 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-18 11:08:02 +01:00
59f954ffd8 Fix for ugly code. 2019-03-18 10:48:23 +01:00
d424845e7a Fix of #1978 2019-03-18 09:42:34 +01:00
1e5cd347fb Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-18 08:23:05 +01:00
f12593a0c3 Fixed missing include on OSX 2019-03-17 15:04:34 +01:00
1d4cdb016f Command line - improved error handling 2019-03-17 14:35:54 +01:00
fb642aa857 Fixing memory corruption from invalidated references 2019-03-15 15:30:20 +01:00
eaf05d492f Fixing build issues with msvc2013 2019-03-15 12:30:41 +01:00
282165ad92 Error handling and more comments for Zipper. 2019-03-15 12:16:05 +01:00
74716da0b5 Zipper made universally usable and documented. 2019-03-15 12:15:24 +01:00
d1432878b2 Miniz zipping seems to work. 2019-03-15 12:15:24 +01:00
152ae25fd2 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-15 09:15:11 +01:00
4bca550659 Fixed command line slicing due to some missing config keys 2019-03-14 18:47:26 +01:00
383a5127d3 Update the SLA slices at the print preview once the index is calculated. 2019-03-14 15:11:27 +01:00
8841d4260e Toolbar refactoring
1) toolbar items define 3 callback functions for setting the visibility, setting the enabling state and defining their action which are set while adding a new item to the toolbar

2) the toolbar takes care to update all its items visibility and enabled states through a new update method to be called by the parent idle event handler

3) the toolbar handles mouse events by calling its on_mouse method
2019-03-14 13:54:05 +01:00
6657f20d09 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-03-14 12:10:37 +01:00
dca27e6596 Fix of yesterday's commit, the bug caused cancelling of the computation. 2019-03-14 12:10:10 +01:00
254e279c8e Fixing error with sla array indexing 2019-03-14 09:36:03 +01:00
918980ecfe Fixed #1949 2019-03-14 09:19:21 +01:00
63f05934aa CLI:
Removed the --help-options parameter, left the --help-fff and --help-sla
Added check for empty print.
2019-03-13 19:49:14 +01:00
1bb0fade60 Removed obsolete Dwarf parametes from FFF Print settings. 2019-03-13 19:21:56 +01:00
9bc8ef9771 Help for the FFF / SLA command line parameters.
Removed the cli parameter from most options as it is derived
from the option key. Options without CLI parameter are now marked
with cli = nocli.
2019-03-13 19:17:26 +01:00