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
669 stars 176 forks source link

这个刀具补偿在哪啊 #207

Closed lirui-dot closed 3 years ago

lirui-dot commented 3 years ago

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

lirui-dot commented 3 years ago

The radius here is 3. He's wrong here

In GCode r°2 = I°2 + J°2

Or can I set this green line to be all the way to the right of the circle?

Just switch off this option, which changes the start point within a closed figure, for shortest connections: image

Ok, thank you

lirui-dot commented 3 years ago

The radius here is 3. He's wrong here

In GCode r°2 = I°2 + J°2

Or can I set this green line to be all the way to the right of the circle?

Just switch off this option, which changes the start point within a closed figure, for shortest connections: image

Ok, thank you

image I changed the background color, how do I set it to recognize that the color is white image

lirui-dot commented 3 years ago

The radius here is 3. He's wrong here

In GCode r°2 = I°2 + J°2

Or can I set this green line to be all the way to the right of the circle?

Just switch off this option, which changes the start point within a closed figure, for shortest connections: image

Ok, thank you

image I changed the background color, how do I set it to recognize that the color is white image

Or where can I change the background color

svenhb commented 3 years ago

I changed the background color, how do I set it to recognize that the color is white

It's for Import: in LibreCad default is white pen on black background - but you don't wan't to plot with a white pen. For this I have the option use white as black.

If you want to change the color inside the 2-D view, look here: image

lirui-dot commented 3 years ago

我更改了背景颜色,如何设置才能识别颜色为白色

用于导入:在 LibreCad 中默认为黑色背景上的白色笔 - 但您不想用白色笔绘图。为此,我可以选择使用白色作为黑色。

如果要更改二维视图内的颜色,请查看此处: 图像

image How does a black place become white

svenhb commented 3 years ago

How does a black place become white

Only if you change color in original DXF file

lirui-dot commented 3 years ago

黑色的地方怎么变成白色的

仅当您更改原始 DXF 文件中的颜色时

The original is white

svenhb commented 3 years ago

Perhaps there is a bug, this option doesn't work... image

lirui-dot commented 3 years ago

也许有一个错误,这个选项不起作用...... 图像

yes,Yes, now how do I modify it

svenhb commented 3 years ago

Need a bug fix to display original white

lirui-dot commented 3 years ago

需要修复错误才能显示原始白色

Do you want to repair it

svenhb commented 3 years ago

Yes, need some time, because of other changes I need to test

lirui-dot commented 3 years ago

是的,需要一些时间,因为我需要测试其他变化

About how long, because I need him recently

svenhb commented 3 years ago

You may use light-grey instead of white, perhaps this works

lirui-dot commented 3 years ago

您可以使用浅灰色而不是白色,也许这有效

Anything that's white is black

lirui-dot commented 3 years ago

您可以使用浅灰色而不是白色,也许这有效

Anything that's white is black

I want to set the background color to black and then recognize the white shapes

svenhb commented 3 years ago

Workarround: Right click on editor Replace "000000" by "FFFFFF" Update 2-D view image image image

lirui-dot commented 3 years ago

解决方法: 右键单击编辑器 将“000000”替换为“FFFFFF” 更新二维视图 图像 图像 图像

thank you

lirui-dot commented 3 years ago

解决方法: 单击菜单编辑器 将“000000”替换为“FFFFFF” 更新二维视图 图像 图像 图像

谢谢

image Cad looks like this image

lirui-dot commented 3 years ago

解决方法: 点击菜单编辑器 将“000000”替换为“FFFFFF” 更新二维视图 图像 图像 图像

谢谢

图像 cad看起来像这样 图像

Is there something wrong

svenhb commented 3 years ago

Please send original graphics file. Did you apply special import options?

lirui-dot commented 3 years ago

解决方法: 点击菜单编辑器 将“000000”替换为“FFFFFF” 更新二维视图 图像 图像 图像

谢谢

图像 cad 像这样 图像

有什么不对

Not the same!

lirui-dot commented 3 years ago

This is not consistent with the cad drawing

svenhb commented 3 years ago

Please send original graphics file. Did you apply special import options?

lirui-dot commented 3 years ago

请发送原始图形文件。 您是否应用了特殊的导入选项? No

lirui-dot commented 3 years ago

请发送原始图形文件。 您是否应用了特殊的导入选项? No

测试1.txt

lirui-dot commented 3 years ago

image Can we get rid of this outermost square

svenhb commented 3 years ago

Just switch off "Dimension": image

svenhb commented 3 years ago

Here, your graphics works - without special import options: image

lirui-dot commented 3 years ago

在这里,您的图形可以工作 - 没有特殊的导入选项: 图像

image

lirui-dot commented 3 years ago

I don't have a special import

svenhb commented 3 years ago

You can try to reset all settings and load again the graphics: image

lirui-dot commented 3 years ago

您可以尝试重置所有设置并重新加载图形: 图像

I tried it. It's still the same

lirui-dot commented 3 years ago

你可以尝试一下并加载图形: 图像

我尝试过这个。还是一样

image I have tried, if this parameter trench can be, do not check the box can not

lirui-dot commented 3 years ago

你可以尝试一下并加载图形: 图像

我尝试过这个。还是一样

image I have tried, if this parameter trench can be, do not check the box can not

image The G code looks like this

lirui-dot commented 3 years ago

image look

svenhb commented 3 years ago

I found the problem inside my code: division by zero. Strange why it works on an other computer...

lirui-dot commented 3 years ago

I found the problem inside my code: division by zero. Strange why it works on an other computer...

Is it just dividing by zero in your code

svenhb commented 3 years ago

All described bugs should be fixed with new pre-release: https://github.com/svenhb/GRBL-Plotter/releases

svenhb commented 3 years ago

I think it's solved