New plugin for generating gcode from vector graphics #1634
Replies: 7 comments 5 replies
-
Hello, I am using UGS(Windows) - GRBL(Arduino). I wanted to import DXF file. It works for lines and circles with one problem - the conversion does not consider units. UGS has units [mm], DXF file has $INSUNITS = 4 but data are represented in .ugsd like [inch]. Did I something wrong? |
Beta Was this translation helpful? Give feedback.
-
Thanks for realy fast answer! I try be similar. Milan
…On Tue, Feb 28, 2023, 12:41 Joacim Breiler ***@***.***> wrote:
Hi @MilanNemsak <https://github.com/MilanNemsak>,
The softwares that used for generating DXF:s did not include units or the
$INSUNITS parameter. As of UGS 2.0.13 it should import the file in the
same units as UGS is using. So if running UGS with MM it will try to import
the file as MM.
Can you share a sample that I can test with both for arcs and the units?
—
Reply to this email directly, view it on GitHub
<#1634 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6FU66WEM6L3AGBT6NH2OSDWZXP5VANCNFSM5ARIBTUA>
.
You are receiving this because you were mentioned.Message ID:
<winder/Universal-G-Code-Sender/repo-discussions/1634/comments/5146308@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi Joacim,
I attache test file, cca 40-th line is $INSUNITS, next numbers "70; 4" .
Number "4" is for [mm], "1" is for inches.
DXF file is produced by 2D QCAD from RIBBONSOFT.
Here data about UGS
*Product Version:* Universal Gcode Platform 20220810
*Java:* 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
*Runtime:* OpenJDK Runtime Environment 13.0.1+9
*System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US
(ugsplatform)
*User directory:* C:\Users\Milan\.ugsplatform\2.0.12\dev
*Cache directory:* C:\Users\Milan\.ugsplatform\2.0.12\dev\var\cache
I am not very experienced, I am not able send you a copy of the screen
after import. I try to do it tomorrow.
The arcs are omitted and lines are 25.4 times longer.
…On Tue, Feb 28, 2023 at 12:41 PM Joacim Breiler ***@***.***> wrote:
Hi @MilanNemsak <https://github.com/MilanNemsak>,
The softwares that used for generating DXF:s did not include units or the
$INSUNITS parameter. As of UGS 2.0.13 it should import the file in the
same units as UGS is using. So if running UGS with MM it will try to import
the file as MM.
Can you share a sample that I can test with both for arcs and the units?
—
Reply to this email directly, view it on GitHub
<#1634 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6FU66WEM6L3AGBT6NH2OSDWZXP5VANCNFSM5ARIBTUA>
.
You are receiving this because you were mentioned.Message ID:
<winder/Universal-G-Code-Sender/repo-discussions/1634/comments/5146308@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I hope it passed but it was necessary change .dxf to .txt |
Beta Was this translation helpful? Give feedback.
-
I am retired. I have enough time :-) Don't worry. Thanks for a lesson of English. Milan |
Beta Was this translation helpful? Give feedback.
-
Hi Joacim, big sorry for the distortion of your surname. I did few tests as you recommended:
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I try it soon. Milan
…On Tue, Mar 7, 2023, 20:12 Joacim Breiler ***@***.***> wrote:
Sorry for the delayed answer. I have added support for parsing DXF Arcs
and now remember why I skipped it in the first place. It was more difficult
than I would like to admit... 😭
There are still some issues, read about them here: #2171
<#2171>
It is now available in the latest nightly build of UGS found here:
https://github.com/winder/Universal-G-Code-Sender#downloads
—
Reply to this email directly, view it on GitHub
<#1634 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6FU66X6DXGIT37P64HPBYTW26CDPANCNFSM5ARIBTUA>
.
You are receiving this because you were mentioned.Message ID:
<winder/Universal-G-Code-Sender/repo-discussions/1634/comments/5232499@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
The new plugin for generating gcode using simple vector graphics (#1409) has been merged and is available for testing in the latest nightly build (https://github.com/winder/Universal-G-Code-Sender#downloads).
Here is a small demo of the feature:
https://youtu.be/iUi6Lr8nZCo
Give it a try and let me know of the biggest pains or missing features!
Beta Was this translation helpful? Give feedback.
All reactions