svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
663 stars 175 forks source link

Tangential knife angle does not follow xy trajectory #219

Closed lm150617 closed 2 years ago

lm150617 commented 3 years ago

The tangential knife angle does not follow the xy trajectory of my path. The blade stays at a 0 degree angle.

Changes to the default setup:

File/Setup/Graphic imports/Path imports/Path modifications

  1. Add Tangential Axis (Enabled)
  2. Name of tangential axis (Z)
  3. Swivel angle (30)
  4. Correct start angle if deviation is > (5)
  5. Units per turn (3.6)

File/Setup/Graphic imports/G-Code generation

  1. Z axis (Disabled)
  2. PWM(Enabled)
  3. Pen Up (50)
  4. Pend Down (500)

I expected the blade to rotate as it passes through the rounded edge, like in this demo: https://youtu.be/uMFyTCK8Ggw

Screenshot: Capture

svenhb commented 3 years ago

This modification only works on graphics import. After import you see the applied modifications in the bottom line: I don't see this in your screenshot, but the headline shows you loaded a SVG file. With your settings, the code should look like this: image

After the change of settings you may press this button to reload and apply: image

lm150617 commented 3 years ago

Im using Inkscape. I made a path to look similar to the one on your Youtube video. I imported as an .svg file.

Capture2 reset

svenhb commented 3 years ago

Did you read my edited comment? What do you see as import options in the bottom line after import? image

lm150617 commented 3 years ago

I see : [Import options: ]

lm150617 commented 3 years ago

I see: [Import options:]

svenhb commented 3 years ago

Can you upload your svg file?

lm150617 commented 3 years ago

I tried but github error says "We don't support that file type"
Is a zip okay? test 1.zip

svenhb commented 3 years ago

Are you sure your settings here are same? image

lm150617 commented 3 years ago

Yeah I checked it many times and tried to play aroud with the numbers and its the same every time.

lm150617 commented 3 years ago

Capture settings

lm150617 commented 3 years ago

The only way ive been able to make it work is doing a circle with a 90 Capture working degree cw transformation.

lm150617 commented 3 years ago

The only way ive been able to make it work is doing a circle with a 90 degree cw transformation.

Capture working

svenhb commented 3 years ago

Your test1.svg works for me... What settings do have here: image

lm150617 commented 3 years ago

Capture question

svenhb commented 3 years ago

I assume there is an additional modification activated, which is not listet in the bottom line... There should be no difference with this issue, but who knows... Try latest Version 1.6.0.5: https://github.com/svenhb/GRBL-Plotter/releases

lm150617 commented 3 years ago

Thank you for taking the time to look at my issue. I appreciate you!

svenhb commented 3 years ago

Any success up to now?

lm150617 commented 3 years ago

No, I've noticed that when I upload an svg the z axis stays at 0 unles its a circle. Also I don't see an up/down translation command at corners. Any idea why im not having success?

svenhb commented 2 years ago

Any success up to now?

svenhb commented 2 years ago

Perhaps it is solved, if your problem matches #270 or #272 New features