Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plater shortcuts not working and missing tips #1410

Open
rockstorm101 opened this issue Feb 1, 2024 · 0 comments
Open

Plater shortcuts not working and missing tips #1410

rockstorm101 opened this issue Feb 1, 2024 · 0 comments

Comments

@rockstorm101
Copy link
Collaborator

Originally reported by @DivingDuck in here.

  • Plate builder (for STL files):
    Shortcuts [+, -, R,F] do not work, only mouse actions for zooming are working
    how to rotate a stl in x or y? Z works with [shift]+[mouse wheel]

  • G-Code Plate Builder (gcodeplater und gcview):

    • Shortcut [F] (fit) causes to an non breaking error message in console window while [R] (reset view) is working fine:
      Traceback (most recent call last):
        File "printrun\gcview.py", line 313, in keypress
        File "printrun\gcview.py", line 276, in fit
        AttributeError: 'GcodePlater' object has no attribute 'model'. Did you mean: 'models'?
      
    • Same happen for gcview (the normal gcode plate in main GUI) when pressing [F] while the gcode file is not completely loaded.
  • gviz.py:
    line 89 SetToolTip this seems to be shown nowhere and isn't working?(slightly reworked):
    self.p.SetToolTip(_("Click [Mouse-Right] to move the view, click [Mouse-Left]to pan the view, scroll with [Mouse Wheel] to zoom, and scroll with [Shift]+[Mouse Wheel] to change the layer."))

  • gcview.py:
    line 456 SetToolTip (same as gviz.py line 89):
    self.glpanel.SetToolTip(_("Click [Mouse-Right] to move the view, click [Mouse-Left]to pan the view, scroll with [Mouse Wheel] to zoom, and scroll with [Shift]+[Mouse Wheel] to change the layer."))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant