Skip to main content
5-Regular Member
June 8, 2017
Question

Exporting CL Data for Grbl

  • June 8, 2017
  • 4 replies
  • 7992 views

Hello,

I am seeking assistance in configuring Creo to export CNC code compatible

with the Grbl language.  I have attached two documents which define the

machine specifications and a summary of the Grbl language.

This effort will facilitate the lesson creation for Mechanical Engineering students

to export solid model geometry to a small CNC machine.

Any assistance with this effort will be very appreciated.'

Thanks for your help!

Regards,

   Bill Chambers

Additional links:

   1)  Configuring Grbl v0.9 · grbl/grbl Wiki · GitHub

   2)  G Code Overview

4 replies

1-Visitor
June 8, 2017

Do you have the Creo NC module? If not, then you may make a drawing and export a DXF and use a DXF to G-code utility. This looks like a reasonable explanation Secrets of Going From CAD, Image, DXF, or STL to GCode for CNC and 3D Printing - CNCCookbook CNCCookbook

1-Visitor
June 9, 2017

Hi William,

Do you have the possibility to create a manufacturing model ?

File -> New -> Manufacturing (it is an manufacturing assembly in witch you will assemble your part).

If yes we will be able to describe the process to get a gcode file from your machining operations.

If no, dschenken's answer is one of the possibilities but (for me) limited to 2d shapes : could be enough and faster for engraving or 2d machining.

Waiting your answer to get further ...

PS: you've attached 2 file extracts: what is the name of the complete document ?

1-Visitor
June 16, 2017

Hello,

I'm using bCNC and GRBL with gcode from CREO.

The first question is the same : Do you have the possibility to create a manufacturing model ?

If yes, the process could be described from machining operation to gcode output.

I use UNCXO1.P11 post processor and 90% of the code is understood by bCNC.

What kind of information are you waiting for ?

meprof5-Regular MemberAuthor
5-Regular Member
June 15, 2017

Hello,

I am using Creo to create a Manufacturing model to generate surface milling tool paths

which are animated on the screen.  I want to export the resulting tool paths (CL Data)
to a desktop milling machine that is controlled with the Grbl language.

I am seeking assistance with configuring GPOST to export the Grbl compatible NC
code.

Any assistance with this effort will be greatly appreciated.

Thanks for your help!

Regards,

   Bill Chambers

1-Visitor
August 23, 2019
  1. Configure gpost directory by setting gpostpp_dir in configuration editor - eg. C:\PTC\gpost
  2. Extract to this directory attached files - this is postprocessor compatible with grbl / bCNC (supports also circular motions)
  3. Export manufacturing operation to CL
  4. Post a CL file using UNCX01.P01 from PP LIST
1-Visitor
October 27, 2019

Hi,

Thank you for uploading this post processor.

I am a Mechanical Engineering Student here in Australia and I have designed and built a small 3 Axis CNC Machine.

I followed your instructions and the post-processor is working perfectly with my GRBL software, Arduino controller and Universal G Code Sender setup.

I can't thank you enough!

Regards,

Dan

3-Newcomer
May 11, 2026

Has anyone in 2026 figured out a solution to this? Daniel’s pp is no longer available to download. I use UGS/gsender and a GRBL based machine. I have managed to make code work by asking chatGPT to replace the unrecognized commands, but that is not a viable solution.