Skip to content

Commit

Permalink
Add jograte and sliders to Control Frame
Browse files Browse the repository at this point in the history
Allow user to specify the jog rate rather than default to
the maximum machine jog rate.  Values above the maximum
machine jog rate will be capped by the controller.  Only
positive float numbers are allowed.

Added Z and XY slider controls to permit easier distance
adjustments via a mouse.  The sliders have user defined
stops along a logarithmic scale.  Adjustments by the
sliders are reflected in the combobox values.  Adjustments
via the keyboard +-/* strokes are mirrored in the
sliders.  The Z distance controls can be linked via the
Z combobox XY selection.

 Changes to be committed:
	modified:   bCNC/ControlPage.py
	modified:   bCNC/bCNC.ini
	modified:   bCNC/controllers/GRBL1.py
  • Loading branch information
rschell committed Sep 22, 2022
1 parent 523f1ec commit 28f8a09
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 69 deletions.
Loading

0 comments on commit 28f8a09

Please sign in to comment.