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

hpgl CP command omits second parameter #6

Open
Mittagskogel opened this issue Jun 12, 2019 · 0 comments
Open

hpgl CP command omits second parameter #6

Mittagskogel opened this issue Jun 12, 2019 · 0 comments

Comments

@Mittagskogel
Copy link

When using the CP command with a second parameter of 0.0, chiplotle incorrectly omits the second parameter in the HPGL output. This also causes the hp2xx converter to fail.

It looks like this can be fixed simply by changing this line in commands.py:
if self.spaces and self.lines:
to
if self.spaces != None and self.lines != None:

Thank you.

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