Hybrid View
-
14-04-2016 #1
Not this time because the holes need the 2mm tool to get the sharp corners I need.
It works pretty smooth though, the 2010 tool-change routine is fantastic and a big help.
Of course, with a tool-changer........
-
14-04-2016 #2
Already planning Version 2.0?
-
14-04-2016 #3
Not yet, but in the couple of years since building my first CNC plasma table, I have started to realise how cool CNC machines really are ;)
Tool-changer spindles are a bit £££££
-
15-04-2016 #4
Ok, getting smart here...
I want to insert a code snippet in Sheet-Cam that will run the tool to my park position (M883) and then pause for me to dive in and change the work clamps etc for the final processes.
It seems to be posting the code wrong though as shown here:
Code: N24280 G01 X116.2500 Z-5.200
N24290 G02 X117.7500 Y70.7123 Z-5.2000 I0.0000 J-1.5000
N24300 G01 Y40.2123 Z-5.200
N24310 G02 X116.2500 Y38.7123 Z-5.2000 I-1.5000 J0.0000
N24320 G01 X104.9616 Z-5.200
N24330 G03 X103.6816 Y37.4323 Z-5.2000 I0.0000 J-1.2800
N24340 (Operation: Insert code snippet Code: Wait For Clamping Change)
N24350 G00 Z20.0000
N24360 M883 (Go to park position)
N24370 M0 (Change The Clamps Now)
N24380 (Operation: Inside Offset, Part To Cut Last, T4: 5.0mm Carbide 1 Flute YG, 5.2 mm Deep)
N24390 S18000 M05
N24400 (5.0mm Carbide 1 Flute YG)
N24410 T4 M06
N24420 G43 H4
N24430 S18000 M03
N24440 G00 X82.7074 Y370.0327
N24450 Z1.0000
N24460 G01 Z0.000 F475.0
N24470 G03 X81.4274 Y371.3127 Z-0.1054 I-1.2800 J0.0000
Unless I am wrong, this will lift the tool (line 24350) then go to park (line 24360) then pause (line 24370) BUT the spindle will still be running as the M05 is not until AFTER the pause (line 24390)??
Seems wrong and dangerous?
Looks a bit messed up but all I am doing is inserting a code snippet that has two lines :
M883 (Go to park)
M0 (Change the clamps)
Any ideas, I have posted on the Sheet-Cam forum but???
-
15-04-2016 #5
From Les at Sheet-Cam:- you have to add the M05 as well because the post does not know what you want to insert so it treats it as text.
Now it looks like this...
N24330 G03 X103.6816 Y37.4323 Z-5.2000 I0.0000 J-1.2800
N24340 (Operation: Insert code snippet Code: Wait For Clamping Change)
N24350 G00 Z20.0000
N24355 M05 (Stop Spindle)
N24360 M883 (Go to park position)
N24370 M0 (Change The Clamps Now)
N24380 (Operation: Inside Offset, Part To Cut Last, T4: 5.0mm Carbide 1 Flute YG, 5.2 mm Deep)
N24390 S18000 M05
N24400 (5.0mm Carbide 1 Flute YG)
N24410 T4 M06
N24420 G43 H4
Seems like that will workLast edited by Davek0974; 15-04-2016 at 11:59 AM.
-
16-04-2016 #6
The new code snippet worked well, very slick now - pauses, goes to park, tells me to change the clamps, then goes to tool-change then starts cutting, nice :)
The only odd thing i saw was that the job timer in Mach3 was reset at some stage, not sure if it was the pause or the "go to park" macro call??
Also made up some nice clamps to replace the bent bits of scrap I had on it ;)
The bed does need a skim though, I have found in the tool drawer a nice 12mm inserted tip carbide cutter that should do nicely for this.
-
16-04-2016 #7
IIRC the timer gets reset every time you press cycle start.
Avoiding the rubbish customer service from AluminiumWarehouse since July '13.
-
The Following User Says Thank You to m_c For This Useful Post:
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Beginner Moving Gantry Build? Read This!
By Tenson in forum Gantry/Router Machines & BuildingReplies: 3Last Post: 23-05-2018, 05:30 PM -
Garage CNC - A gantry style machine design
By fandango in forum Gantry/Router Machines & BuildingReplies: 14Last Post: 21-03-2014, 01:38 AM -
Truss style Gantry
By D.C. in forum Gantry/Router Machines & BuildingReplies: 28Last Post: 15-12-2012, 07:23 PM -
A few questions to start a DIY mini CNC
By purple_rob in forum Gantry/Router Machines & BuildingReplies: 5Last Post: 03-08-2009, 11:08 PM -
Vertical moving gantry????
By Ross77 in forum Gantry/Router Machines & BuildingReplies: 9Last Post: 03-06-2009, 08:34 PM
Bookmarks