Help exporting to G-code

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
iarza
Posts: 24
Joined: Fri Aug 10, 2018 2:16 am

Help exporting to G-code

Post by iarza »

Hi everybody,
I need a little help.
I'm trying to export the file to g code to use it in match3 in a small mill I'm building.

I have never done it before with Freecad.

I select the tree, then export to g code ... but there is not any file saved. It's like nothing happened.
Is there any tutorial or can anybody help me?

Thanks.
iarza
Posts: 24
Joined: Fri Aug 10, 2018 2:16 am

Help exporting to G-code

Post by iarza »

Hi everybody,
I need a little help.
I'm trying to export the file to g code to use it in match3 in a small mill I'm building.

I have never done it before with Freecad.

I select the tree, then export to g code ... but there is not any file saved. It's like nothing happened.
Is there any tutorial or can anybody help me?

Thanks.
chrisb
Veteran
Posts: 54313
Joined: Tue Mar 17, 2015 9:14 am

Re: Help exporting to G-code

Post by chrisb »

You may try the basic Path Walkthrough for the Impatient. My guess is, that you used Menu->File->Export. You should use the export icon in Path workbench instead.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
iarza
Posts: 24
Joined: Fri Aug 10, 2018 2:16 am

Re: Help exporting to G-code

Post by iarza »

Thanks everybody,

I tried following the basics in the wiki and something is wrong. I attached the file and a print screen.

I don't need something super because having th trayectory mach3 can handle the rest.

Thanks.
Attachments
CNC Error.png
CNC Error.png (244.51 KiB) Viewed 4865 times
test cnc 2.FCStd
(34.01 KiB) Downloaded 58 times
iarza
Posts: 24
Joined: Fri Aug 10, 2018 2:16 am

Re: Help exporting to G-code

Post by iarza »

Sorry I forgot that
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: Spanish/Guatemala (es_GT)
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: Help exporting to G-code

Post by GeneFC »

The last line in the error message says that there is a problem with non-ACSII characters. Try using file names and folders that have only plain ASCII characters, with no accents, tildes, or other special features.

I suspect you may still have problems with G-code export, but from the very small information you have given it is not possible to troubleshoot any further.

A step-by-step description of what you have done would be useful. Also, an FCStd file showing the problem would be very important.

Gene
herbk
Veteran
Posts: 2661
Joined: Mon Nov 03, 2014 3:45 pm
Location: Windsbach, Bavarya (Germany)

Re: Help exporting to G-code

Post by herbk »

Hi iarza
here i can produce each path. I don't make any changes at the part, so i'm with Gene, the prob must be somewhere at your system...
test cnc 2_herbk.jpg
test cnc 2_herbk.jpg (78.42 KiB) Viewed 4840 times

OS: "openSUSE Leap 42.3"
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.15252 (Git) AppImage
Build type: Release
Branch: master
Hash: 652e1dbdd0fb74f1d3df8034254281df9c24aae6
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Germany (de_DE)
Attachments
test cnc 2_herbk.txt
(624.8 KiB) Downloaded 88 times
test cnc 2_herbk.FCStd
(603.56 KiB) Downloaded 73 times
Gruß Herbert
chrisb
Veteran
Posts: 54313
Joined: Tue Mar 17, 2015 9:14 am

Re: Help exporting to G-code

Post by chrisb »

iarza wrote: Mon Nov 26, 2018 4:21 pm Version: 0.17.13541 (Git)
You should update to current 0.18. Most if not all Path workbench helpers active here use it.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
iarza
Posts: 24
Joined: Fri Aug 10, 2018 2:16 am

Re: Help exporting to G-code

Post by iarza »

Thanks Crisb, where can I find 018? I have look in web and GitHub but only 17 available.
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: Help exporting to G-code

Post by GeneFC »

Post Reply