Skip to content

Universal Gcode sender, features exploration #15

@Jaknil

Description

@Jaknil

Some features that I and Jon explored in UGS. Some things might be know already but I'll log them anyway.

  • Display the entire work area exists as a feature!
    If you turn on the soft limits and homing the work area will be displayed in the visualizer. The axis were inverted in my test but I think that would go away if I homed so it might not be displayed perfect before homeing. (Can possibly be hacked.) And the scroll zoom and shift-click pan behavior could be much better but at least it exists!
    image

  • UGS runs a webserver accessable on the local network (localhost:8080)
    It can be accessed through any browser (like your phone) and show different information and buttons on different "pages".
    This interface can be used to fetch information to or send commands from Grashopper, smart buttons we build ourseves etc.
    The default layout has three tabs and looks like this:
    Tab1

image

Tab 2

image

Tab 3
image

They are written in javascript and plain html so they seem to be quite hackable.

  • USG has a camera support plugin
    I assume we could stream this to the webserver as well.
    https://github.com/pelrun/ugs-platform-plugin-camera
    pendant cam winder/Universal-G-Code-Sender#191
    image

  • UGS Welcome page
    At least this was a new feature for me (nightly build). Makes it easier getting started.
    image

  • The UGS how-to-make-a plugin page has an examples for a plugin that triggers a message after a job is completed. I think this is a good starting point to read and ask the user for thickness and bit diameter etc.
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions