Страница 1 из 1

A little help with error

Добавлено: 28 янв 2011, 00:47
rray
Post-processor: Scale factors for X and Y axis are not the same. G02 and G03 codes will be corrupted.
I get this while running gcodetools on the attached file

Richard

Re: A little help with error

Добавлено: 28 янв 2011, 09:58
Nick
What post-processor have you added?
All preferences of extension are not stored in the svg, they are stored in Inkscape's config.
Can you post a screenshot with preferences tab opened?

Re: A little help with error

Добавлено: 28 янв 2011, 13:58
rray
One other thing
The circle in the middle get rendered as a octagon
What can I do to get something closer to a circle

Richard

Re: A little help with error

Добавлено: 28 янв 2011, 14:14
Nick
Ok, now I got it. Postprocessor "flip" uses another post-processor "scale" which gives "G02 and G03 codes will be corrupted." But it should sound like "could be corrupted.".

Have you tested the Gcode?

By the way why are yuo using post processor? Is it really needed?

And where did you get those path? It's kind of strange one. It consists of more than 1000 small paths. There could be a problem to machine it...

About a circle it should be exact circle this is what I get:

Код: Выделить всё

G01 Z[-0.125000*#11+#8] F [#20]
G03 X[35.662768*#10+#6] Y[247.550176*#10+#7] Z[-0.125000*#11+#8] I[-2.474279*#10] J[0.000000*#10] F [#21]
G03 X[33.913188*#10+#6] Y[248.274875*#10+#7] Z[-0.125000*#11+#8] I[-1.749579*#10] J[-1.749579*#10]
G03 X[32.163611*#10+#6] Y[247.550176*#10+#7] Z[-0.125000*#11+#8] I[-0.000000*#10] J[-2.474274*#10]
G03 X[31.438912*#10+#6] Y[245.800596*#10+#7] Z[-0.125000*#11+#8] I[1.749583*#10] J[-1.749579*#10]
G03 X[32.163611*#10+#6] Y[244.051019*#10+#7] Z[-0.125000*#11+#8] I[2.474276*#10] J[0.000000*#10]
G03 X[33.913188*#10+#6] Y[243.326320*#10+#7] Z[-0.125000*#11+#8] I[1.749577*#10] J[1.749577*#10]
G03 X[35.662767*#10+#6] Y[244.051019*#10+#7] Z[-0.125000*#11+#8] I[-0.000000*#10] J[2.474281*#10]
G03 X[36.387467*#10+#6] Y[245.800596*#10+#7] Z[-0.125000*#11+#8] I[-1.749574*#10] J[1.749578*#10]
G01 X[36.387467*#10+#6] Y[245.800596*#10+#7] Z[-0.125000*#11+#8]
G00 Z[5.000000*#11+#8]

Re: A little help with error

Добавлено: 28 янв 2011, 14:38
rray
root писал(а):Ok, now I got it. Postprocessor "flip" uses another post-processor "scale" which gives "G02 and G03 codes will be corrupted." But it should sound like "could be corrupted.".

Have you tested the Gcode?

no, it looks unusable without a lot of editing

By the way why are yuo using post processor? Is it really needed?

If not orientation and tools are upside down and mirrored

And where did you get those path? It's kind of strange one. It consists of more than 1000 small paths. There could be a problem to machine it...

http://bbs.homeshopmachinist.net/showth ... 21&page=12
http://uploading.com/files/cb335c17/Barringtons-04.pl/

About a circle it should be exact circle this is what I get:

Код: Выделить всё

G01 Z[-0.125000*#11+#8] F [#20]
G03 X[35.662768*#10+#6] Y[247.550176*#10+#7] Z[-0.125000*#11+#8] I[-2.474279*#10] J[0.000000*#10] F [#21]
G03 X[33.913188*#10+#6] Y[248.274875*#10+#7] Z[-0.125000*#11+#8] I[-1.749579*#10] J[-1.749579*#10]
G03 X[32.163611*#10+#6] Y[247.550176*#10+#7] Z[-0.125000*#11+#8] I[-0.000000*#10] J[-2.474274*#10]
G03 X[31.438912*#10+#6] Y[245.800596*#10+#7] Z[-0.125000*#11+#8] I[1.749583*#10] J[-1.749579*#10]
G03 X[32.163611*#10+#6] Y[244.051019*#10+#7] Z[-0.125000*#11+#8] I[2.474276*#10] J[0.000000*#10]
G03 X[33.913188*#10+#6] Y[243.326320*#10+#7] Z[-0.125000*#11+#8] I[1.749577*#10] J[1.749577*#10]
G03 X[35.662767*#10+#6] Y[244.051019*#10+#7] Z[-0.125000*#11+#8] I[-0.000000*#10] J[2.474281*#10]
G03 X[36.387467*#10+#6] Y[245.800596*#10+#7] Z[-0.125000*#11+#8] I[-1.749574*#10] J[1.749578*#10]
G01 X[36.387467*#10+#6] Y[245.800596*#10+#7] Z[-0.125000*#11+#8]
G00 Z[5.000000*#11+#8]

Re: A little help with error

Добавлено: 28 янв 2011, 15:25
Nick
I see...

Set up minimum arc radius at the Options tab to something like 0.001.

There's a problem to set a default floating point value with the Inkscape extension. Because in some locales it should be "0.1" and in others "0,1". This bug was fixed for newest versions of Inkscape, but as Gcodetools being used with different versions it could appear some times.

By the way you could use separate "Path to Gcode" extension instead "All in one". It has smaller window and all functions that are needed to Export path's to Gcode.