Skip to content

python interface #180

Description

@MZot
  1. When in MDI mode, linuxcnc.stat.settings[1] (Feed value) returns wrong value if in G95 mode after spindle is started:

-Issue G95 in MDI
-set feed with F word
-go to jog mode and back to MDI
-turn on spindle with M3 S

This is what I expected to happen:

  1. linuxcnc.stat.settings[1] should return the value that was set with F word

This is what happened instead:

  1. linuxcnc.stat.settings[1] returns value, that is 60 times greater than value that was set with F.

It worked properly before this:

Information about my hardware and software:

LinuxCNC 2.7.4
Gmoccapy GUI
metric mode

EDIT: typo

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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