Commit Graph

188 Commits

Author SHA1 Message Date
1ba1fd2b97 WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(),
experimental snapshots on loading STLs and increasing / decreasing
model instances.
2019-07-02 16:42:23 +02:00
259f7ab35e Merge branch 'master' into tm_sla_printer_mirror 2019-06-18 17:42:10 +02:00
d179b5f56b Merge remote-tracking branch 'origin/master' into tm_ui_jobs 2019-06-18 12:16:24 +02:00
7667540d06 Merge branch 'vb_admesh_fix' 2019-06-18 08:54:50 +02:00
ab7a9503aa Warning hunt session followup 2019-06-17 10:05:46 +02:00
bd85970adf Warning hunt session. 2019-06-14 18:17:17 +02:00
30e3932226 Re-adding missing file 2019-06-05 15:50:27 +02:00
e21b539031 Merge branch 'master' into tm_sla_printer_mirror 2019-06-05 15:10:02 +02:00
0e26eb0aeb WIP: Admesh - replacement of C memory allocation with std vectors 2019-06-04 22:06:42 +02:00
beaf3c64a4 Eliminate some warnings 2019-05-20 12:29:14 +02:00
b6427cddd3 Fixing build on Win and OSX 2019-05-20 11:34:48 +02:00
4e57283282 Mirror checkboxes added to the UI.
Everything seems to work fine.
2019-05-18 23:21:59 +02:00
722bfb75e8 Mirroring refactored. 2019-05-18 22:45:24 +02:00
9332588783 New way of starting arrange and rotation optimization.
To prevent segfaults when exiting while processing is running.
2019-05-13 18:58:56 +02:00
96cc16b04c Prevent degenerate triangles in pad. 2019-05-07 13:06:15 +02:00
9052e27358 Further optimizations for SLA memory usage. 2019-04-25 18:48:31 +02:00
72c566b1fc SLA gizmo now does not make redundant copies of the object and supports meshes 2019-04-16 09:04:04 +02:00
13ee8c3bd5 TriangleMeshSlicer is now initialized by const-pointer to the mesh, responsibility for calling require_shared_vertices is left to the caller 2019-04-16 09:04:04 +02:00
dcd66f00e6 Fix for issue SPE-901 2019-04-12 10:26:33 +02:00
200d81cbbe Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-04-08 12:05:44 +02:00
1673ae41d8 Increased the default SLA support density to 130% of the previous value
(100% now works as 130% before)
2019-04-08 10:27:56 +02:00
becf41f962 Rethought sla status indication. 2019-04-02 10:54:14 +02:00
36c744e1b3 Using same slicing grid for the supports and the model. 2019-03-21 16:14:26 +01:00
3ab25c78d4 Adding validation code for support parameters (elevation) 2019-03-18 15:31:47 +01:00
4e207521ee Typo fix....
sorry guys
2019-03-18 11:27:27 +01:00
59f954ffd8 Fix for ugly code. 2019-03-18 10:48:23 +01:00
fb642aa857 Fixing memory corruption from invalidated references 2019-03-15 15:30:20 +01:00
254e279c8e Fixing error with sla array indexing 2019-03-14 09:36:03 +01:00
448d7ef08e Slight enhancements in the cascading algorithm. 2019-03-13 17:29:47 +01:00
bb36ff6be6 SLA gizmo - combo replaced by slider, autogeneration uses config value for head_diameter 2019-03-13 12:02:33 +01:00
c862a939d1 Fixed seed for the genetic optimizer for support generation 2019-03-12 15:21:55 +01:00
b82de4079b Fixing issue with cascading pair has function. 2019-03-11 18:17:26 +01:00
54651190e1 Enable imgui support point size. Fine tuning of support params. 2019-03-11 14:55:28 +01:00
1405ed7a1e Fixes for cascading logic. 2019-03-08 16:06:21 +01:00
d1ae4a3d1e Merge branch 'master' into tm_colldetection_upgr 2019-03-08 15:10:18 +01:00
211100d7fb Fix for pad wall slope. 2019-03-08 15:08:55 +01:00
0b3c9636a8 Fix for the application of the new pillar link distance parameter 2019-03-08 14:18:22 +01:00
04556ba089 Fine tuning the new parameters and adding max_pillar_link_distance 2019-03-08 11:39:34 +01:00
8d4acf7716 Fixes for interconnection issues. 2019-03-07 17:17:47 +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
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
47fc4dd708 Experimental working version of onmodel pillar cascading. 2019-03-06 18:00:34 +01:00
77483e8b83 Reworking sidehead to pillar connections. 2019-03-06 15:21:07 +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
45012a31d7 Working on improved interconnection strategy 2019-03-04 18:32:28 +01:00
1450bbfe9e Trying to improve pillar connectivity. 2019-03-01 19:19:05 +01:00
c4aa0f7f36 Introduced the "slice_closing_radius" to define, how large gaps
will be closed after triangle mesh slicing.
The value is set to 0.049 by default, which corresponds to the hard
coded default in Slic3r-1.41.3.

See issues #520 #820 #1029 #1364 for the reference of why we need
the parameter for being able to print some specific models.
2019-03-01 17:53:02 +01:00