forked from LinuxCNC/linuxcnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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())
Metadata
Metadata
Assignees
Labels
No labels