Hello Guest it is April 24, 2024, 08:39:27 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - uburishi

Pages: 1
1
General Mach Discussion / Start and end points misaligned?
« on: November 02, 2018, 01:07:49 AM »
Hoping someone can help me, Occasionally, not every time, the end of my toolpath doesn't line up with the start on the x axis. I'll continue to do some testing but I thought someone else may have encountered this error and has a suggestion. Thanks.




2
General Mach Discussion / Re: Rapid Feed Rates vs Cutting Feeds
« on: November 02, 2018, 01:03:45 AM »
Ok guys, I figured out the issue, turns out there's a rapid override control in the settings which was enabled and set to 2000, not sure why but I've ramped it up to the full speed of my motors and everything is now working as expected.


3
General Mach Discussion / Re: Rapid Feed Rates vs Cutting Feeds
« on: October 05, 2018, 09:04:52 AM »
This is what I'm here to ask for help with.

The max speed of my cnc router running any gcode with Mach3 is limited to the Feedrate which I have to manually tweak. Rapid override does nothing.

I actually didn't even know this was a problem until I had one job that was cutting hardwood relatively slowly and had to traverse the length of the bed (2.5m) a number of times and thought it was weird it wouldn't travel faster when it's not cutting.


4
General Mach Discussion / Re: Rapid Feed Rates vs Cutting Feeds
« on: October 05, 2018, 08:47:14 AM »
Support staff are the guys that made my machine, I use Aspire to generate g-code. My Velocity for X and Y is 6000 in the motor tuning in Mach3 while my feedrate changes depending on the material/bit. Is it a problem with the post processor? I'm using the standard gcode .tap format.

Here's an example:
Code: [Select]
T1M6
G17
G0Z12.000
G0X0.000Y0.000S12000M3
G0X538.500Y298.985Z12.000
G0Z8.000
G1Z-1.000F1200.0
G1Y421.985F3600.0
X661.500
Y298.985
X538.500
G0Z12.000
G0Y1377.797
G0Z8.000
G1Z-1.000F1200.0
G1Y1500.797F3600.0
X661.500
Y1377.797
X538.500
G0Z12.000
G0Z12.000
G0X0.000Y0.000
M30

5
General Mach Discussion / Rapid Feed Rates vs Cutting Feeds
« on: October 05, 2018, 04:06:21 AM »
Hi all,

This is my first post and I apologise in advance if this topic is general knowledge or has already been covered. I did search the internet trying to solve my issue but couldn't find anything.

I'm aware that in g-code G0 and G1 are for rapid and cutting movements and my code includes these, my problem is that my machine (3 axis router) only ever moves at the Feedrate speed defined in Mach3, I have unchecked the "lock Rapid Feed rate to Feed rate" checkbox in the settings but it does nothing. The slider to the left of the FRO slider has no impact.

My support staff for my machine said this was a Mach3 issue.

Currently I have to manually ramp up the speeds between cuts otherwise it takes so damn long to travel. Someone please help, thank you.

Pages: 1