Hello Guest it is April 19, 2024, 01:43:28 AM

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 - rchavez101

Pages: 1
1
General Mach Discussion / Re: Feed rate changes.
« on: January 18, 2017, 06:11:28 AM »
Thank you for the replies. So what is the feed rate button with +- for on the main screen?

2
General Mach Discussion / Feed rate changes.
« on: January 17, 2017, 11:41:38 PM »
Hello everyone,
Can the feed rate be changed when just jogging the axis around while using the x, y, z keyboard buttons? Do you have to be running a gcode file in order to change feed rates? I'm assuming feed rate is the speed your axis move around on the table. So if i want to change the feed rate is that done with the button on the main screen of mach 3? I am very new to this. I just got my router cnc going on Sunday for a few minutes. Thanks in advance.

3
General Mach Discussion / Re: Soft limit setup?
« on: January 15, 2017, 08:23:26 AM »
Craig,
Thank you for the reply. That is what I was thinking but wanted to confirm that I was thinking straight.

4
General Mach Discussion / Soft limit setup?
« on: January 14, 2017, 04:46:28 PM »
I need help setting up my values for the soft limit. So when I home reference all it goes to the bottom left corner of my table. If my table goes 30"+ in X, Y directions what would I put as my soft limit values? I don't want it to travel to the left or towards me any further. Is z referenced from the top of the table surface when setting up the soft limit for Z?
Thanks in advance.
Robert

5
Share Your GCode / Re: Demo Gcode
« on: January 14, 2017, 09:02:17 AM »
Hi Robert,

Welcome to the forum.

The demo Gcodes are all about learning how to use Mach3 and understanding Gcode so you are starting out on a great adventure my friend.

As an example, load Alien.tap. You will notice that the Gcode contains a G20 which tells us that the code has been written in Imperial (Inch) units. Click on Toolpath (Alt-4) and you will see the ‘Program Limits’ which tells us that the image size will be X Range + / - 2.4605” and Y Range + / - 3.4136” with a cut depth of 1/8”. These dimensions can be easily altered by returning to the Program Run screen and altering the Scale DRO’s – a value of 1.0000 is full size, a value of 0.5000 is half size, a value of 2.0000 is double size and so on. After changing a Scale DRO press ‘Enter’ (CR) then ‘Regen. Toolpath’. Returning to the ‘ToolPath’ screen will show the revised ‘Program Limits’. It should also be noted that Alien.tap has it’s Datum (X0,Y0) at the centre of the work (many Gcodes have the Datum at the lower left hand corner of the work).

Cut depth can be altered by changing the Z axis Scale DRO but it may be better to alter the Gcode program itself. Using Notepad select Edit / Replace, copy the first negative Z value found (in this case Z-0.050) into the ‘Find what’ box then type in your selected depth into the ‘Replace with’ box, then click ‘Replace All’ – then save the changes.

The dimension and cut depth for all the Demo Gcode programs can be found and altered in this way.

To run Alien.tap ‘as-is’, select a suitable material => 5” x 7” x ¼” set the cutter to dead centre of the work and zero the X and Y axis DRO’s, set the cutter (I suggest a ‘V’ bit for this one) just touching the surface of the work and zero the Z axis DRO, raise the Z axis so the cutter is clear of the work. Click on ‘Cycle Start’ and away you go. If necessary adjust Feed-Rate with the FRO slider.

The more you do the easier it all becomes but be prepared for some mega fails along the way.

Hope this helps.

Tweakie.


Tweakie,
Thank you so so much for the valuable information!! I am looking forward to this journey.

6
Share Your GCode / Re: Demo Gcode
« on: January 13, 2017, 10:01:45 PM »
Hello Everyone. After looking at this forum for a while I have decided to join. I am almost done with my home made router CNC. I would like to know about the Gcode files that are available in the first post. I still have the demo mode so I know that I am limited to 500 lines or less. When looking at the free G code in the first post how do I know what material thickness and Z depth that the code calls for. I am wanting to test out my machine with one of these samples. Thanks in advance.
Robert

Pages: 1