Techno Post

Anything to do with configuring CAM systems and Post Processors to run on different CNC machines

Moderators: Martin, Steve, Mr Magoo

Post Reply
TerryBP
Posts: 8
Joined: Fri 18 Feb , 2011 17:10 pm

Techno Post

Post by TerryBP » Thu 31 Mar , 2011 19:23 pm

I am using QuickCAM 3D version 3.70.70 to convert stl files for my Techno Patriot 1410. I'm using Techno CNC Interface version 1.421.29. When I export the file to the Techno-G-Code, it puts some extra at the beginning of each file. It is consistent. I am only cutting out F1 body blanks in this router so I would want the files to be the same every time.

I need to delete lines 4 &5, add M03 and change both F values to 700. I also add M05 after the last line of code. This is something I do with every file.

Since I am just cutting F1 body blanks on the Techno Patriot, is there a way to change the Techno-G-Code so it will process that for me every time instead of me changing the file?
Attachments
original.PNG
Original code
original.PNG (6.91 KiB) Viewed 8684 times
New.PNG
Changed code to the way I would like it (except a feed rate of 700 instead of 750)
New.PNG (7.06 KiB) Viewed 8684 times

User avatar
Denford Admin
Site Admin
Posts: 3632
Joined: Fri 10 Feb , 2006 12:40 pm
Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then.
Location: Sunny Brighouse
Contact:

Techno G Code post

Post by Denford Admin » Fri 01 Apr , 2011 9:43 am

Created Jan 2007 this is the post file to create G Code files for Techno Isel mills

It's located C:\Documents and Settings\All Users\Application Data\Denford\Posts\Techno-G-Code.ppl

Edit this file with text editor like notepad and you will see the lines that you want to change near the bottom:

Code: Select all

[Header]
{MMINCHCODE}
G90
;{59}Denford Post Output - {APPLICATION}
;{59}Date: {DATE}
;{59}Time: {TIME}
;{59}Source File: {SOURCEFILE}
;{59}BILLET X{BILLET0} Y{BILLET1} Z{BILLET2}
L01 G10 Z0.25 F4
G10 X4
G10 Y2
G92 X0 Y0 Z0
Attachments
Techno-G-Code.ppl
(1.65 KiB) Downloaded 959 times

Post Reply