GithubHelp home page GithubHelp logo

Comments (13)

svenhb avatar svenhb commented on May 29, 2024

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).
Depending on selected tool the according S-value will be sent.

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
Unfortunatly I have no example setup....

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

To get your tool table working, you need to

  • enable the use of the tool table
  • get spindle speed from tool table
  • Adapt the tool table itself

image

image

image

from grbl-plotter.

Pancholina avatar Pancholina commented on May 29, 2024

Thank you for your fast response.
Yes. It works!!!
My mistake was to select "PWM" instead of "Spindle/ laser" option at "Pen up / down translation". In this way only speed was read, not spindle.
Thank you again.

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

How does your servo react on "M05" spindle off?
In my case the servo moves to one end-position and I had change the servo mounting, to get the pen lifted on that end position.

from grbl-plotter.

Pancholina avatar Pancholina commented on May 29, 2024

I needed to activate the "laser mode" in order to have S0 instead of M5 to rise the pencil.
I have seen that now it works but after every "PD" two small movements have been added :
G00 X8.540 Y43.542
M3 S1 (PD Z values from tool-table)
G91 G1 X0.001 F1000 ( %NM use Laser mode)
G91 G1 X-0.001 ( %NM G1 move to activate laser)
G90 ( %NM )

And now I have no delay after every "PU" or "PD".
Which is the best way to solve these?

Rafa

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

I think I haven't thought about this case: getting S-value for PWM from tool table.
The best would be to have "from tool table" also on the PWM-tab for pen-down to keep the delays.

from grbl-plotter.

Pancholina avatar Pancholina commented on May 29, 2024

This would be great.
Do you think that this could be added in the next revision?

Thank.

Rafa

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

Yes, I just started to check the code, where to implement.

from grbl-plotter.

Pancholina avatar Pancholina commented on May 29, 2024

Wonderful !!!
When are you planning to release the next revision?

Thanks a lot.

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

This evening - test version 1.7.0.2.d.
Or if you can't wait and want to build your own release in visual studio: Up to now I just changed GCodeCreation\Graphic2GCodeRelated.cs function "GetValuesFromToolTable" line 1625 to
GcodeSpindleSpeed = GcodePwmDown = toolInfo.SpindleSpeed;
And I need to copy the Checkbox "Spindle speed - from tool table" to the PWM tab
Then this should work
image

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

Please try https://github.com/svenhb/GRBL-Plotter/blob/master/GRBL-Plotter_Setup_1_7_0_2_e.exe

from grbl-plotter.

Pancholina avatar Pancholina commented on May 29, 2024

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.
Thank you.

from grbl-plotter.

svenhb avatar svenhb commented on May 29, 2024

👍 thanks for testing

from grbl-plotter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.