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

To do #2

Open
16 tasks
hansu opened this issue Apr 23, 2021 · 0 comments
Open
16 tasks

To do #2

hansu opened this issue Apr 23, 2021 · 0 comments

Comments

@hansu
Copy link
Owner

hansu commented Apr 23, 2021

Config:

  • extend counter widget by: travel since lube / reset button
  • gremlin max. Z display

Code

  • halshow
  • mb2hal UINT/SINT
  • investigate refresh rate halui / gmoccapy analog signals
  • doc gmoccapy keyboard shortcuts --> adding some
  • unify GUI INI DISPLAY settings

Docs

  • ascidoctor for man pages
  • asciidoctor for docs
  • check man pages after conversion to adoc
  • re-format INI-config docs
  • gmoccapy docs 2.9

Gmoccapy

  • file load button
  • Spindle buttons
  • INI settings
  • sourceview line highlight override
    def _set_sourceview_theme(self, name):
        self.widgets["gcode_view"].set_style_scheme(name)
        buffer = self.widgets["gcode_view"].get_buffer()
        style = buffer.get_style_scheme().get_style('current-line')
        color = style.props.background
        rgba = Gdk.RGBA()
        rgba.parse(color)
        # rgba.red   *= 1.5
        # rgba.green *= 1.5
        # rgba.blue  *= 1.5    
        self.widgets["gcode_view"].add_mark_category('motion', rgba.to_string())       
hansu added a commit that referenced this issue Dec 24, 2021
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