Commit Graph

10876 Commits

Author SHA1 Message Date
bd67952bd6 Prevented instance move event when SLA gizmo is active so right panel is not needlessly updated 2019-03-08 09:26:42 +01:00
763d6bed57 fix Updating.md grammar 2019-03-08 09:05:14 +01:00
6eddd57d2c fix Linux et al. build instructions grammar 2019-03-08 09:05:14 +01:00
9cfe4765f3 fix Mac OS and Windows build instructions grammar 2019-03-08 09:05:14 +01:00
a35d42f40b fix Localization_guide.md grammar 2019-03-08 09:05:14 +01:00
d4f251fdce fix name of Updatig.md 2019-03-08 09:05:14 +01:00
8149e71b0d Merge branch 'master' into tm_colldetection_upgr 2019-03-07 17:19:01 +01:00
8d4acf7716 Fixes for interconnection issues. 2019-03-07 17:17:47 +01:00
626e40ea9f wxBitmapComboBoxes without bitmaps 2019-03-07 16:23:02 +01:00
bed158ffe5 All wxComboBoxes are changed to the wxBitmapComboBoxes 2019-03-07 16:21:56 +01:00
eb6bc4862b Reworked discretization step of Archimedean Chords infill to lower
slicing time and memory requirements.
Fixes "Infill pattern Archimedean causing total freeze at Infilling patterns" #1871
2019-03-07 16:01:46 +01:00
8df6c3a3eb Fixed a scrolling of the selected item in ObjectList (SPE-849) 2019-03-07 15:26:19 +01:00
0ddc23560e Fix build on Mac 2019-03-07 13:01:28 +01:00
5963d0493b Fix a missing definition issue 2019-03-07 12:48:17 +01:00
85edef217d Added "Export object as STL" menu item to the ObjectList context menu 2019-03-07 12:09:23 +01:00
412a02bd5e Merge branch 'master' into tm_colldetection_upgr 2019-03-07 12:02:28 +01:00
b611c5b84c Replacing simplex optimizers with more intelligent genetic ones. 2019-03-07 12:01:21 +01:00
668d57419b Fixed crash on "stoi argument out of range" from SpinConrol (SPE-847) 2019-03-07 10:56:17 +01:00
d98f4accbe Fixed assert after try to add Part to Object with several Instances from the ObjectList.
+ Fixed selection on the 3DScene before a context menu showing
2019-03-07 10:08:21 +01:00
47fc4dd708 Experimental working version of onmodel pillar cascading. 2019-03-06 18:00:34 +01:00
70eb2a3d83 Fixed rotation of multiple volumes selection 2019-03-06 15:22:17 +01:00
77483e8b83 Reworking sidehead to pillar connections. 2019-03-06 15:21:07 +01:00
c2a5b98008 Gizmos' grabbers size proportional to the average of the bounding box edges lengths 2019-03-06 14:41:09 +01:00
eed3d11785 Force canvas resize when switching between views 2019-03-06 13:37:20 +01:00
fd267783d9 Allow dragging of objects also along world Z axis in side views 2019-03-06 12:09:20 +01:00
80287d2eec Fixed gizmos' imgui dialog x position 2019-03-06 10:47:48 +01:00
01e7389c60 Fix of #1812 (GCode Anayzer take in account extruder offsets for multiextruder printers) 2019-03-06 10:22:10 +01:00
0f87e437b9 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-03-06 10:21:16 +01:00
56daeab54f Implemented clipping of parts of multi-part objects in the order
they are presented in the UI.

Parallelized the slice stealing when splitting regions with modifier meshes.

Rewrote Layer::make_perimeters() to C++11 loops.
2019-03-06 10:21:10 +01:00
985fc30516 An attempt to fix sla gizmo imgui dialog scaling on osx and hidpi screens 2019-03-06 10:11:02 +01:00
7ec155123e Disabled object context menu when the SLA gizmo is active 2019-03-06 10:10:10 +01:00
a09265f8bc Fixed a crash after a printer preset changing with selected setting's item in an object list 2019-03-06 09:28:55 +01:00
84947c839b WIP: sidehead routedown when pillar is too long 2019-03-05 18:21:20 +01:00
31c3bbcd5c New interconnection strategy 2019-03-05 16:28:18 +01:00
7776115e7a Fixed message type and disabled "Split to parts" in toolbar for the SLA printer 2019-03-05 16:19:02 +01:00
400c46e697 PrintHost: Fix host type configuration, refactor, fix #1687 2019-03-05 16:12:15 +01:00
78e5af1b04 PrintHost: Don't offer print start for SL1 2019-03-05 16:12:15 +01:00
5e27328cce Bonjour: Fix: Set Query ID to zero, no ID checking in responses. Fix #1864 2019-03-05 16:12:15 +01:00
f170807f03 Fixed a preset selection after a config wizard running (SPE-841) 2019-03-05 15:36:14 +01:00
259e41e1ff Reverted 8a29ec2204 by disabling the tech ENABLE_ANALYZER_EXTRUDER_OFFSET 2019-03-05 15:35:43 +01:00
b2476b7b48 imgui: Refactor combo boxes. Fix #1895 #1868 2019-03-05 15:28:53 +01:00
500af2bdf6 GCode Anayzer take in account extruder offsets 2019-03-05 15:03:56 +01:00
0f435d28df Fixed OSX and Linux build 2019-03-05 14:26:44 +01:00
fcce92d7b9 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-03-05 14:06:10 +01:00
49c0f383b6 Fix of caching of the SlicingParamerters at PrintObject 2019-03-05 14:05:58 +01:00
b859488cf7 Added background to legend texture 2019-03-05 13:57:41 +01:00
7626600fba Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-03-05 11:54:10 +01:00
e3bc025e42 Elephant foot compensation improvements.
Fix of the negative XY compensation on multi-material (or multi-region)
prints, where the negative XY compensation created gaps between parts.
2019-03-05 11:54:04 +01:00
c157f133cd Fixed SLA-parameters initialization with correct current values, not default (SPE-834) 2019-03-05 10:46:57 +01:00
7585fd2499 Fixed conflicts after merge with master 2019-03-05 08:27:21 +01:00