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

Multiple '.' not allowed in LinuxCNC #2154

Open
daiman444 opened this issue Nov 26, 2022 · 0 comments
Open

Multiple '.' not allowed in LinuxCNC #2154

daiman444 opened this issue Nov 26, 2022 · 0 comments

Comments

@daiman444
Copy link

Here are the steps I follow to reproduce the issue:

  1. in LinuxCNC 2.9 in the plasma interface created in qtvcp I open the file "001. Cutting for Vasya.ngc"

This is what I expected to happen:

File opened for processing

This is what happened instead:

The file does not open and the warning "Multiple '.' not allowed in LinuxCNC"

It worked properly before this:

(If the behavior changed after making a particular change in hardware or
software, describe the change you think is responsible. E.g., "after upgrading
from LinuxCNC 2.7.3 to 2.7.4")

Information about my hardware and software:

I checked opening the same file in LinuxCNC 2.8 in a plasma interface created in qtvcp and there is no such problem.
in qtplasmac_handler.py in method
def file_loaded(self, obj, filename): if os.path.basename(filename).count('.') > 1: self.lastLoadedProgram = '' return
Isn't this a redundant condition

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