Giles Bathgate
|
d0e2adea4e
Ensure that modifiers are aligned to the center of the part. (#4170)
|
7 years ago |
Joseph Lenox
|
3e55603c1a
Re-added the ability to move part meshes relative to another part mesh in the same object. (#4119)
|
7 years ago |
Alessandro Ranellucci
|
31115e0369
Use UTF-8 in libslic3r. Future-proof portable solution for non-ASCII files. #2955
|
7 years ago |
Alessandro Ranellucci
|
60f0ca52e3
Fix regression with non-ASCII paths on Windows. We'll need to work more on this when porting stuff to C++. #2955
|
7 years ago |
Alessandro Ranellucci
|
cc1c9b0920
Some fixes and additions to the scale/rotate commands in the object parts dialog. #3900
|
7 years ago |
Alessandro Ranellucci
|
9adbae29a5
Bugfix: menu icons were not shown on GTK because SetBitmap() must be called before Append(). Thank you @xoan
|
7 years ago |
Joseph Lenox
|
075adca8bb
Resize & Rotate modifier mesh (#3879)
|
7 years ago |
Joseph Lenox
|
ed0173364f
initialize $self->{move_target} before calling functions on it.
|
8 years ago |
Alessandro Ranellucci
|
accd174566
Use absolute coordinates for the modifier sliders
|
8 years ago |
Alessandro Ranellucci
|
9cbd8c4327
Merge branch 'lambda-modifier-mesh' of https://github.com/lordofhyphens/Slic3r into lordofhyphens-lambda-modifier-mesh
|
8 years ago |
Joseph Lenox
|
a26a60f8dd
Only enable movers if modifier mesh.
|
8 years ago |
Joseph Lenox
|
2875624eac
Repair the generic mesh so it can be exported.
|
8 years ago |
Joseph Lenox
|
bbb84278d4
Added UI options to make a slab, defaulting to the model object's bounding box * 1.5
|
8 years ago |
Joseph Lenox
|
6414c10e7e
UI: fixed naming sphere is not a cylinder.
|
8 years ago |
Joseph Lenox
|
fbc954ac1e
UI code to generate a generic sphere.
|
8 years ago |
Joseph Lenox
|
f0a45356c8
Made cube and cylinder static functions of the package, not some specific TriangleMesh object.
|
8 years ago |
Joseph Lenox
|
9ffba8c434
Disable sliders if a volume is not selected.
|
8 years ago |
Joseph Lenox
|
7aede7aa28
Menu now works to select cylinders (reusing the gui options)
|
8 years ago |
Joseph Lenox
|
2171d6ab96
Added prototype make_cylinder()
|
8 years ago |
Joseph Lenox
|
9abd5eecee
Added a cancel button, and rewrote initial option code to reuse OptionGroup.
|
8 years ago |
Joseph Lenox
|
a41fcb9066
Update main plater view after moving mesh
|
8 years ago |
Joseph Lenox
|
89dab6a19d
Anonymous object supports. Initial implementation provides for a box of arbitrary size.
|
8 years ago |
Joseph Lenox
|
b2562a9f31
Permit sliding modifer meshes around in the Settings dialog.
|
8 years ago |
bubnikv
|
9f0523cb53
Documented the purpose of various perl modules.
|
8 years ago |
Alessandro Ranellucci
|
f006e66549
Refactored calls to Wx::Bitmap->new
|
8 years ago |
Alessandro Ranellucci
|
d998d97754
Bugfix: crash on Windows when deleting the first object part. #2774
|
9 years ago |
Alessandro Ranellucci
|
901716adc8
Bugfix: the object parts editor is opened in invalid status until user clicks on a tree list item. #2762
|
10 years ago |
Alessandro Ranellucci
|
2a7f1a8c19
Only show a single instance in settings and cut dialogs
|
10 years ago |
Alessandro Ranellucci
|
3ee0fc5b1c
Ability to select object parts by clicking in the 3D view in the object editor
|
10 years ago |
Alessandro Ranellucci
|
fb08588007
Renamed PreviewCanvas to 3DScene
|
10 years ago |
Alessandro Ranellucci
|
eba19aaba4
Fixed Object part editor because it wasn't updated with the new PreviewCanvas API. #2455
|
10 years ago |
Alessandro Ranellucci
|
fcfb3b98bc
3D object positioning
|
10 years ago |
Alessandro Ranellucci
|
360dee862b
Keep model objects aligned to Z = 0 in plater
|
10 years ago |
Alessandro Ranellucci
|
983cf09ee5
Display bed shape in 3D plater
|
10 years ago |
Alessandro Ranellucci
|
da4d6cbabb
3D preview of plater
|
10 years ago |
Alessandro Ranellucci
|
b8a629f0b6
Select last appended part in object parts panel
|
10 years ago |
Alessandro Ranellucci
|
aacc01a56f
Store object and volume names in the new 'name' property instead of relying on material id
|
10 years ago |
Alessandro Ranellucci
|
f82a8475a1
Use AMF object and volume metadata for handling per-object and per-volume settings
|
10 years ago |
Alessandro Ranellucci
|
b9e8fbacb7
Put the Default Extruder option in a less confusing position
|
10 years ago |
Alessandro Ranellucci
|
3d8c8fa46e
Import wxTheApp
|
10 years ago |
Alessandro Ranellucci
|
ddac2d1570
Merged SkeinPanel into MainFrame
|
10 years ago |
Alessandro Ranellucci
|
ad99b2a0fd
Fixed one more regression introduced with Model refactoring. Includes regression test
|
10 years ago |
Y. Sapir
|
05b2993769
Translate Model class' storage to C++.
|
10 years ago |
Alessandro Ranellucci
|
45559f87f3
Save the vector used for aligning object volumes to origin and apply it to additional parts added from the object part panel in order to make them coincide
|
11 years ago |
Alessandro Ranellucci
|
071097d3f1
Fix extruder assignment and tests
|
11 years ago |
Alessandro Ranellucci
|
fec41d6dfd
Update plater and print upon changing object parts and their settings
|
11 years ago |
Alessandro Ranellucci
|
67ef3f1799
Assign a default extruder for newly added parts too
|
11 years ago |
Alessandro Ranellucci
|
f71ac8cd65
Merge the Object Settings tab into the Parts tab
|
11 years ago |
Alessandro Ranellucci
|
30aa255bb5
Correctly disable and reset the override settings panel
|
11 years ago |
Alessandro Ranellucci
|
bf352de224
Replaced icon for modifier meshes and fixed delete button not being disabled when no part was selected
|
11 years ago |