Sets a marker m on the current position of d. The name of the marker, and the stored position can be set. Markers show up automatically in the GoTo tab of the GUI.
Sets a marker m on the current positions of all given d*. This would be useful, e.g., when 3D positions are supposed to be bookmarked.
Currently:
----------
```python
d = DummyAdjustable()
m = Marker(d)
```
Sets a marker `m` on the current position of `d`. The name of the marker, and the stored position can be set. Markers show up automatically in the GoTo tab of the GUI.
Requested:
----------
```python
d1 = DummyAdjustable(name="dummy 1")
d2 = DummyAdjustable(name="dummy 2")
...
m = Marker(d1, d2, ...)
```
Sets a marker `m` on the current positions of all given `d*`. This would be useful, e.g., when 3D positions are supposed to be bookmarked.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently:
Sets a marker
mon the current position ofd. The name of the marker, and the stored position can be set. Markers show up automatically in the GoTo tab of the GUI.Requested:
Sets a marker
mon the current positions of all givend*. This would be useful, e.g., when 3D positions are supposed to be bookmarked.changed the description
changed title from Marker with many adjs to {+GUI: +}Marker with many adjs
changed title from {-GUI: -}Marker with many adjs to Marker with many adjs