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

Path fixes #821

Closed
wants to merge 3 commits into from
Closed

Path fixes #821

wants to merge 3 commits into from

Conversation

itain
Copy link
Contributor

@itain itain commented Jun 16, 2017

Pull request addresses 3 issues:

0003088: ToolTable crashes after changing the units in the settings

commit fcb5667
I chose to use the default unit conversion of the current schema. It may be a pain to see a "59.055 thou" tool but this is a common problem with UnitsSchema::schemaTranslate that do not allow customization for each use.

0003089: Spindle speed is limited to only 100 RPM

commit 8ed7e13
The default maximum of 99.99 is too small. I Just set the maximum to 100,000 RPM (Is that enough?)

0003090: There is no default Units schema translation for Unit::Velocity

commit ecc762c
IMHO this is only used for feed-rates in the Path module tool control. It is very important to me to use the same units that I use in G-CODE (mm/min).
It would be better if any property could override the default conversion of the current unit schema. Then one could use imperial units on drawings and still see mm/min on the feed-rates.

Itai Nahshon added 3 commits June 16, 2017 12:49
Independent of scale, use only mm/min or in/min because it is compatible
with GCODE feed rate units.
(My use case is definition os feed-rates in PathLoadTool.py).
@wwmayer
Copy link
Contributor

wwmayer commented Jun 18, 2017

Merged.

@wwmayer wwmayer closed this Jun 18, 2017
@itain itain deleted the Path_fixes branch September 17, 2017 20:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants