-
Notifications
You must be signed in to change notification settings - Fork 177
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
Problems to import spindle values from tool table in case of PWM servo #356
Comments
Yes it should work, as long as you are using the correct grbl-firmware (https://grbl-plotter.de/index.php?id=quick-guide&setlang=en#pwm). BTW. I made a new option to convert the pen-width from the SVG or DXF to S-value: https://grbl-plotter.de/index.php?id=form-setup-1#path-interpretations |
Thank you for your fast response. |
How does your servo react on "M05" spindle off? |
I needed to activate the "laser mode" in order to have S0 instead of M5 to rise the pencil. And now I have no delay after every "PU" or "PD". Rafa |
I think I haven't thought about this case: getting S-value for PWM from tool table. |
This would be great. Thank. Rafa |
Yes, I just started to check the code, where to implement. |
Wonderful !!! Thanks a lot. |
I have tested with SVG and DXF files and works perfect. I think this is a good improvement for the program and for sure very useful for my plotter. |
👍 thanks for testing |
I have built a plotter with a spring between the servo arm and the pencil. In this way, I can use different servo positions to change the force applied to the pencil, and obtain different gray levels.
I'm trying to import a SVG or a DXF file with different colors that should be converted to different gray levels by the different spindle values in the tool table.
I was able to do it in fast test that I did few weeks ago (during the assembly tests) but now that all the assembly job is finished I cannot reproduce.
I don't know if this is because now I'm using different version of the program (now I'm using the last one) or because I'm doing something wrong now.
I have read too (#191) that spindle values from tool table are "only for real spindle commands, not RC-Servo pen-up/-down".
The questions are:
Is possible to use the spindle values from the tool table for PWM servo?
Which would be the way to do?
Thank you in anticipation.
Rafa
The text was updated successfully, but these errors were encountered: