Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 26, 2012, 10:19:39 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
how to bore 90 degrees
Pages:
1
2
»
Go Down
« previous
next »
Author
Topic: how to bore 90 degrees (Read 710 times)
0 Members and 1 Guest are viewing this topic.
racear2865
Active Member
Offline
Posts: 47
how to bore 90 degrees
«
on:
September 18, 2010, 08:24:33 PM »
I want to install a 90 degree boring head and bore small increments and use a plugin like the bore hole vertically plugin. any suggestions
racear
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: how to bore 90 degrees
«
Reply #1 on:
September 19, 2010, 11:14:13 AM »
OK you lost me(;-)
90deg boring head ?? Do you mean a standard boring head with a bit that is 90 deg to the shank??
Bore hole vertical plugin?? I don't recall ever seeing that anywhere.
DO you have a picture of the setup?
IF you mean you want to use a boring head to bore vertical holes then I can help. It is done in Gcode
(;-) TP
Logged
Hood
Active Member
Offline
Posts: 17,358
Carnoustie, Scotland
Re: how to bore 90 degrees
«
Reply #2 on:
September 19, 2010, 11:22:17 AM »
Terry I presume he is meaning a right angle attachment such as can clamp to the quill of a Bridgeport for boring horizontally.
Still not sure what he is asking though regards a plugin unless he is meaning the wizards?
Hood
Logged
racear2865
Active Member
Offline
Posts: 47
Re: how to bore 90 degrees
«
Reply #3 on:
September 19, 2010, 12:07:57 PM »
Hood
You are correct. I want to install a 90 degree attachment and try to use a wizard (not a plugin) like the one that is on Mach wizards except I want to do vertically
racear
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: how to bore 90 degrees
«
Reply #4 on:
September 19, 2010, 12:31:33 PM »
OK do you want to DRILL/BORE a hole or cut a circle with a mill bit.
IF drill/ bore you can use the canned cycles and switch planes G18/G19
IF cut a circle I don't think the wizzards can do code for other than the standard G17 (XY) plane.
BUT you may be able to get the Gcode position values from the wizzard and switch axis in the code then use the correct PLANE.
There is always a way just depends on how bad you want to do it(;-) LOL
(;-) TP
«
Last Edit: September 19, 2010, 12:36:28 PM by BR549
»
Logged
racear2865
Active Member
Offline
Posts: 47
Re: how to bore 90 degrees
«
Reply #5 on:
September 19, 2010, 09:07:31 PM »
hey BR549
What I want to attempt is increase and existing hole by approximately .005. I really dont know if I can control the size close enough with a end mill or if I will have to bore. Hole is in cast iron. Working on an automobile block
thanks
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: how to bore 90 degrees
«
Reply #6 on:
September 19, 2010, 10:57:44 PM »
I think you will need to BORE the hole for accuracy .
SO you need to determene how you are going to mount the part compared to the axis. Will you be inline to the X axis or Y axis with the boring bar. That will set your Plane as either XZ or YZ. Next figure out if you are in the Positve side or neg side of the plane, left or right of zero.
Then you would get every thing set and select G18 0r G19 plane then center the hole and use a boring canned cycle just like you would do in a vertical mode.
NOW the canned cycle is only good in the POSITVE side of the plane SO IF you find yourself on the NEG side you need to invert the axis by changing the scale from +1.000 to -1.000.
It is just a little strange using different axis in the canned cycle call NAD if you invert teh axis the depth call will be backwards
Sample G81 Z0.000 Y0.000 X1.000 R0.000 F3 THE ZY is the hole position and the X will be the depth.
It would go to Y0Z0 and X0.000 then slow feed down into the hole to depth then retract back to X0.000
Hope that helps, Let me know if you need more info.
(;-) TP
Logged
racear2865
Active Member
Offline
Posts: 47
Re: how to bore 90 degrees
«
Reply #7 on:
September 20, 2010, 08:46:56 AM »
First let me thank those that have helped
BR549- What I am trying to do is rebore the main holes in a automobile block. I need to do it with a 90 degres boring head to get down inside the block. I only have 4 inches to work with. I am trying to locate a right angle head that will get in that 4 inches to bore. I agrees with you, I will have to bore to insure accuracy. Man I did not know how expenxive 90 degree heads are. I am trying to find a way to do this relatively inexpensive. I know it will not be cheap but I need to watch the cost as being retired has taken its toll. I may have to take you up on your help as Friday the Delta 40 controller hit a hick up and Autocon wanted $825 for a card and that had no guarantee that it would repair the problem. So now I must plan to build a new controller. If any one has a 90 attcachment to sale , please contact me a lets see if we can gee haw. Oh by the way BR549 did your help include an air line ticket HeHeHe
Again thanks to you all
racear
Logged
docltf
Active Member
Offline
Posts: 343
Re: how to bore 90 degrees
«
Reply #8 on:
September 20, 2010, 09:31:58 AM »
racear
you can do what you want.forget buying a boring head,you have to build to match your machine.if you dont
have a way to line hone forget the whole project.when you cut caps and bore it need to be .0015 small then
hone to finish.you have to be able to hone to keep from spitting the bearing out.
bill
Logged
BR549
Active Member
Offline
Posts: 2,555
Re: how to bore 90 degrees
«
Reply #9 on:
September 20, 2010, 10:31:37 AM »
IF you are trying to rebore the main bearing bores you need to build a reamer/boring bar to do it in the block with the rest of the mains to hold it straight. It can be cut by hand power if needed.
Basically a long shaft to extend the length of the mains. Then cut in a cutter bit slot to hold a bit. We cut VW cases like that for years. You can do the cam bores the same way.
I would HATE to try and align the machine to a set of main bores as they ALL have to be exact and inline as a SET it woul dbe VERY hard to do them one at a time and still have perfect alignment.
Just a thought, (;-) TP
Logged
Pages:
1
2
»
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...