Rounded corners

cnc-club.ru for English speaking users
narvf
Кандидат
Сообщения: 60
Зарегистрирован: 22 июл 2014, 11:39
Репутация: 4
Контактная информация:

Rounded corners

Сообщение narvf »

Why is this happening - only because of diameter size - 1 mm? Or i am doing something wrong? How to avoind this in engraving?
I've used "area" to make pathes.
Изображение
Вложения
PALET-grawer-0_7mm_0002.ngc
(37.26 КБ) 1441 скачивание
Аватара пользователя
michael-yurov
Почётный участник
Почётный участник
Сообщения: 11624
Зарегистрирован: 26 июл 2012, 00:10
Репутация: 4634
Настоящее имя: Михаил Львович
Откуда: Новоуральск
Контактная информация:

Re: Rounded corners

Сообщение michael-yurov »

Your G-code is correct,
but LinuxCNC rounds the path to increase the processing speed.

You can use the G61 at the beginning of the program file, then LinuxCNC will move exactly along the path.

Or you can use the G64 P0.1 - in this case, rounding is not more than 0.1 mm.
for example:

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

%
G61 (exact path mode)
G01 X0 Y0 f3000
G01 X100
G64 P10 (rounding with a 10 mm tolerance)
G01 Y100
G64 P30 (rounding with a 30 мм tolerance)
G01 X0
G01 X0 Y0
%
emc lookahead blending.png (10589 просмотров) <a class='original' href='./download/file.php?id=32888&sid=85b741085864b6135442ab20135d55aa&mode=view' target=_blank>Загрузить оригинал (536.7 КБ)</a>
in Russian http://cnc-club.ru/forum/viewtopic.php?f=15&t=113
narvf
Кандидат
Сообщения: 60
Зарегистрирован: 22 июл 2014, 11:39
Репутация: 4
Контактная информация:

Re: Rounded corners

Сообщение narvf »

Thank you very much - will check when i will be at home :)
Looks like i need to learn Russian language to understand more :)
narvf
Кандидат
Сообщения: 60
Зарегистрирован: 22 июл 2014, 11:39
Репутация: 4
Контактная информация:

Re: Rounded corners

Сообщение narvf »

This heleped me a lot - now everything is like it should be but i think my machine now is not working good - those are some of first cut and engravings with my cnc.
Вложения
2014-09-09-242.jpg (10549 просмотров) <a class='original' href='./download/file.php?id=32944&sid=85b741085864b6135442ab20135d55aa&mode=view' target=_blank>Загрузить оригинал (303.48 КБ)</a>
PLUS-grawer-0_7mm_0004.ngc
(9.81 КБ) 1403 скачивания
Аватара пользователя
michael-yurov
Почётный участник
Почётный участник
Сообщения: 11624
Зарегистрирован: 26 июл 2012, 00:10
Репутация: 4634
Настоящее имя: Михаил Львович
Откуда: Новоуральск
Контактная информация:

Re: Rounded corners

Сообщение michael-yurov »

This problem is not the result of selecting rounding mode (G61 / G64).

Your machine (motors) lost steps.
Possible cause of of missed steps - is too high acceleration.
Perhaps the reason for the lost steps are electrical interference.
narvf
Кандидат
Сообщения: 60
Зарегистрирован: 22 июл 2014, 11:39
Репутация: 4
Контактная информация:

Re: Rounded corners

Сообщение narvf »

Now is much better, one screw was no tight :) now it's not perfect but ready for more testing and tunning my cnc -this one was without G61.
Thanks for your help! :)
Вложения
2014-09-10-245.jpg (10520 просмотров) <a class='original' href='./download/file.php?id=32974&sid=85b741085864b6135442ab20135d55aa&mode=view' target=_blank>Загрузить оригинал (88.51 КБ)</a>
Ответить

Вернуться в «English forum»