Joseph Lenox
|
168e7913de
|
Stubbed out Plater::arrange() and on_model_change()
|
2018-05-07 22:15:12 -05:00 |
|
Joseph Lenox
|
ccb7333b82
|
remember to add the prototype for make_thumbnail
|
2018-05-07 21:33:15 -05:00 |
|
Joseph Lenox
|
d6d3c75582
|
Stub out more of the sizers so people implementing can see their work immediately.
|
2018-05-07 21:24:08 -05:00 |
|
Joseph Lenox
|
6276e0d7ce
|
Added make_thumbnail and on_thumbnail_made
|
2018-05-06 22:51:55 -05:00 |
|
Joseph Lenox
|
98d4e9a6c5
|
Added canvas refresh utility function. Additional previews/canvases should update here.
|
2018-05-06 22:49:03 -05:00 |
|
Joseph Lenox
|
19c1811823
|
Added bare-bones stubs for 3D plater and 3D preview.
|
2018-05-06 22:44:00 -05:00 |
|
Joseph Lenox
|
08611ffc8c
|
Use std::string internally instead of wxString.
|
2018-05-06 19:39:34 -05:00 |
|
Joseph Lenox
|
904e7d749e
|
Implemented load_model_objects, fleshed out add() more.
Implemented bed_centerf().
|
2018-05-05 17:37:13 -05:00 |
|
Joseph Lenox
|
9235a52dce
|
stubbed out Plater::select_object() and uncommented its use in a lambda being assigned to on_select_object.
|
2018-05-04 22:47:49 -05:00 |
|
Joseph Lenox
|
85bfd86bb3
|
Handle wxEVT_WINDOW_CLOSE
|
2018-05-04 22:39:28 -05:00 |
|
Joseph Lenox
|
2bab9f27e1
|
Moved statusbar up to public (allow children to manipulate the statusbar)
|
2018-05-03 07:55:41 -05:00 |
|
Joseph Lenox
|
33d2232f09
|
stubbed in load_model_objects, load_file should be implemented now.
|
2018-05-02 22:51:08 -05:00 |
|
Joseph Lenox
|
ff1fa38b31
|
Stubbed out load_file, some work on add to call load_file().
Added some comments for canvas2D.
|
2018-05-01 22:51:07 -05:00 |
|
Joseph Lenox
|
5f405b60e9
|
Plater2DObject->PlaterObject
|
2018-05-01 21:51:28 -05:00 |
|
Joseph Lenox
|
7afbb6978a
|
added Selected_instance field to Plater2DObject, also added reference to object index to Plater.
|
2018-04-30 22:34:30 -05:00 |
|
Joseph Lenox
|
0a963ea0df
|
Set LogChannel for Slic3r::GUI::Plater
|
2018-04-29 18:03:13 -05:00 |
|
Joseph Lenox
|
7126d13850
|
Push Settings down so it's available to the plater (for color choices, etc).
|
2018-04-29 14:40:15 -05:00 |
|
Joseph Lenox
|
d07aaa87fd
|
Further implementation of Plater and Plater2D.
|
2018-04-29 12:16:31 -05:00 |
|
Joseph Lenox
|
48b13aa1c7
|
Stubbed Plater constructor.
|
2018-04-29 10:13:39 -05:00 |
|
Joseph Lenox
|
c2d10aeeed
|
Moved plater stubs to its own cpp
|
2018-04-28 23:37:27 -05:00 |
|
Joseph Lenox
|
b04d58ecef
|
Stubbing out more of the UI.
|
2018-04-24 17:21:18 -05:00 |
|