-
1 Attachment(s)
Profile Circle on 3040
I have no idea whats going on here guys.
My china 3040 does not want to cut out circles.
I used aspire to generate the gcode and the circles come out as shown in the pic. The cnc doesnt seem to follow the line back to the start.
Any ideas or suggestions to troubleshoot this would be appreciated.
Attachment 23270
-
Re: Profile Circle on 3040
Others will have more experience here, but have you tried a simple square?
Things I'm thinking - superficially, at least, it looks like you might be losing steps in the x-axis, but I don't know/can't rule out if aspire has a mach3 post-processor and/or if arcs could be causing an issue?, If you repeat the test with a simple 40x40mm square then at least you can start to understand if you're losing steps due to acceleration or max feed rate. When calibrating my machine I usually run a 40mm square with diagonals routed as well (a X in a box) just to get a visual on linearity, etc.
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Doddy
Others will have more experience here, but have you tried a simple square?
Things I'm thinking - superficially, at least, it looks like you might be losing steps in the x-axis, but I don't know/can't rule out if aspire has a mach3 post-processor and/or if arcs could be causing an issue?, If you repeat the test with a simple 40x40mm square then at least you can start to understand if you're losing steps due to acceleration or max feed rate. When calibrating my machine I usually run a 40mm square with diagonals routed as well (a X in a box) just to get a visual on linearity, etc.
Hi
The project itself does have a rectangle section that it did cut out fine it's just not in the shot.
I also recently ran staight grid cuts that appeared to work ok.
If you have some gcode I could try in mach3 that's not dine in aspire that would be helpful. The circle is suppose to be 8mm in diameter.
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
Something like this (below)
40mm square containing a circle.
Spindle speed 12000rpm, tool dia 2.5mm (not critical). DOC 0.4mm, feed rate 800mm/m, plunge rate 300mm/m
Code:
( T0 : 2.5 )
G21 G90 G91.1 G64 G40
G0 Z3.0
( T0 : 2.5 )
T0 M6
( Engrave1 )
G17
M3 S12000
G0 X0.0 Y0.0
G0 Z1.0
G1 F300.0 Z-0.4
G1 F800.0 X40.0
G1 Y40.0
G1 X0.0
G1 Y0.0
G0 Z3.0
G0 X5.8579 Y5.8579
G0 Z1.0
G1 F300.0 Z-0.4
G3 F800.0 X10.0 Y2.6795 I14.1421 J14.1421
G3 X40.0 Y20.0 I10.0 J17.3205
G3 X10.0 Y37.3205 I-20.0 J0.0
G3 X5.8579 Y5.8579 I10.0 J-17.3205
G1 F300.0 Z-0.8
G3 F800.0 X10.0 Y2.6795 I14.1421 J14.1421
G3 X40.0 Y20.0 I10.0 J17.3205
G3 X10.0 Y37.3205 I-20.0 J0.0
G3 X5.8579 Y5.8579 I10.0 J-17.3205
G0 Z3.0
G0 X0.0
G0 Z0.6
G1 F300.0 Z-0.8
G1 F800.0 Y0.0
G1 X40.0
G1 Y40.0
G1 X0.0
G1 Y5.8579
G0 Z3.0
M5
M30
-
Re: Profile Circle on 3040
cheers ill try this later see what happens.
-
Re: Profile Circle on 3040
I had a similar problem with my 6040 router.The CNC Blog
-
1 Attachment(s)
Re: Profile Circle on 3040
Quote:
Originally Posted by
Kev2960
Improvement with your mach3 settings. Not perfect but that may be the cutter i am using.
Attachment 23273
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
dfox1787
Improvement with your mach3 settings. Not perfect but that may be the cutter i am using.
Attachment 23273
You are not helping yourself. why don't you copy and paste Doddy code and give some feedback as to what is happening and take it one step at a time. You have to establish if you are losing steps or have backlash etc.
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Clive S
You are not helping yourself. why don't you copy and paste Doddy code and give some feedback as to what is happening and take it one step at a time. You have to establish if you are losing steps or have backlash etc.
How am i not helping myself. I ran his code but i still had issues so that.
Once i changed the acceleration the circle cut improved. it was set to 2000 but reducing it to 1500 improved the circle.
I'm going to run the cut again with the appropriate end mill.
-
Re: Profile Circle on 3040
Quote:
How am i not helping myself.
Because you are not actually giving any good info ie. (it was set to 2000 but reducing it to 1500 improved the circle. ) does not mean anything with the parameters that go with it.
Also you said that you ran his code!! which code Doddy's is the only code I see in this thread and that has a square and circle.
If you want help you have be more specific with the questions as the crystal ball is broken.
-
1 Attachment(s)
Re: Profile Circle on 3040
Quote:
Originally Posted by
Clive S
Because you are not actually giving any good info ie. (it was set to 2000 but reducing it to 1500 improved the circle. ) does not mean anything with the parameters that go with it.
Also you said that you ran his code!! which code Doddy's is the only code I see in this thread and that has a square and circle.
If you want help you have be more specific with the questions as the crystal ball is broken.
im not sure what info i can give.
I'm pretty new to cnc and i posted on here for help not criticism.
i did say the acceleration was 2000 but now i set it to 1500 which has improved it. What i meant was i changed velocity.
Attachment 23280
-
Re: Profile Circle on 3040
Quote:
I'm pretty new to cnc and i posted on here for help not criticism.
I am sorry you feel like that but I suggest you re read this thread from the beginning and look back at your answers carefully and you will see that you have not given any clear reports back.
Did you run Doddy's code !! if so what is the result?
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Clive S
I am sorry you feel like that but I suggest you re read this thread from the beginning and look back at your answers carefully and you will see that you have not given any clear reports back.
Did you run Doddy's code !! if so what is the result?
I ran his code but the bit just hovers above the stock so I'm not sure if it's my machine or if the gcode has been setup to zero from the bottom of the material. I'll try and get a short video showing this.
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
dfox1787
I ran his code but the bit just hovers above the stock so I'm not sure if it's my machine or if the gcode has been setup to zero from the bottom of the material. I'll try and get a short video showing this.
Sent from my SM-N910F using Tapatalk
Did you zero your Z on the top of the part? You can see in his code:
G0 X0.0 Y0.0
G0 Z1.0
G1 F300.0 Z-0.4
G1 F800.0 X40.0
G1 Y40.0
G1 X0.0
That the Z will move to 1mm above the part and then sets the feed rate to 300mm/min and drops the Z to -0.4mm below the top of the part.
What do you mean by (just hovers) ie does it stay still or does it follow the intended path?
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Clive S
Did you zero your Z on the top of the part? You can see in his code:
G0 X0.0 Y0.0
G0 Z1.0
G1 F300.0 Z-0.4
G1 F800.0 X40.0
G1 Y40.0
G1 X0.0
That the Z will move to 1mm above the part and then sets the feed rate to 300mm/min and drops the Z to -0.4mm below the top of the part.
What do you mean by (just hovers) ie does it stay still or does it follow the intended path?
Yes I zeroed the top.
The z seems to move up the further it gets into the job.
This is on some scrap pcb board. https://uploads.tapatalk-cdn.com/201...a6d16139bb.jpg
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
Quote:
Yes I zeroed the top.
The z seems to move up the further it gets into the job.
Or the bed is going down. Have you levelled the bed and skimmed the top off?
-
Re: Profile Circle on 3040
Hi, if you go to my blog it gives all the mach3 settings. It sounds like some of the settings are ok and some aren’t, so just spend a bit of time going through them. If you’re still unsure pm me and I’ll go through them with you
Kev
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Clive S
Or the bed is going down. Have you levelled the bed and skimmed the top off?
Yes I have. I have a mdf spoilboard that I ran a surface pass on.
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
Are you just doing the settings on the motor settings page ?
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Kev2960
Are you just doing the settings on the motor settings page ?
Yes. My controller is very basic and doesn't have spindle mach3 spindle control
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
dfox1787
Yes. My controller is very basic and doesn't have spindle mach3 spindle control or end stops etc.
Sent from my SM-N910F using Tapatalk
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
No that’s ok, but just changing the motor settings won’t solve the problem. You should go through all the pages,
“my mach3 settings “
sorry to keep saying that
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
Kev2960
No that’s ok, but just changing the motor settings won’t solve the problem. You should go through all the pages,
“my mach3 settings “
sorry to keep saying that
Pmd you
Sent from my SM-N910F using Tapatalk
-
Re: Profile Circle on 3040
Quote:
Originally Posted by
dfox1787
Yes I zeroed the top.
The z seems to move up the further it gets into the job.
...or...
...the PCB is not fixed to the table. - Are you using double sided tape over the whole surface of the PCB?
...the PCB is not flat enough. - Measured over the whole area with a caliper?
...the PCB is not even in thickness. - Checked for variations with a caliper?
...the table is not levelled.
...the X is not levelled to the table surface and is tilting the Z.
PCB is not the optimal for this sort of tests but many things can be wrong. Work with the G-code given to you, once you can mill a square you can move on to making other things, but don't jump from one to the other type of code. Personally I think you have alignment issues somewhere. You have to align everything mechanically as good as possible, measure every angle BEFORE surfacing the table. The surfacing is the last moment, when everything else is as good as it can be.
When making PCB it is important that you fix the PCB over the whole area to eliminate warping or bending. At least if it is a large piece and if the PCB is low quality.
-
Re: Profile Circle on 3040
Sorry for the delay on this i ended up go away for a few days for work.
I changed my mach3 settings to the same as Kevs and it machined fine this time round.
https://youtu.be/Jq5Ni7jtQcs
-
Re: Profile Circle on 3040
Awesome. Pleased it works ok
-
Re: Profile Circle on 3040
Just looked at your YouTube video and it looks pretty good to me
-
Re: Profile Circle on 3040
You might be interested in other things on my blog, like auto tool measurement https://the-cnc.blogspot.co.uk/p/blog-page_2.html