![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Haas Mills Discuss Haas machinery here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#37
| ||||
| ||||
| Are you saying that I am Off Topic Sir? ![]() Yes they are. I will see if Hanita has a video of of the VariMill End Mill. Did a quick search, no luck.
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
|
#38
| |||
| |||
|
I'll let you get away with it because you called me 'Sir'. Insert cutters behave very different to solid end mills and it is not difficult to drive them at very high speeds and feeds. They are generally bigger and can take bigger cuts which means the heat departs in the chip more effectively. Most of the videos I have seen of inserts cutters being driven show the cutter just ploughing straight through not doing the scalloping type cut that works with solid endmills.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#39
| ||||
| ||||
)Watch the Ingersoll Vids. There are some very nice Profile and Helical Cuts. All different alloys and cutting shapes.
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
|
#41
| ||||
| ||||
![]() Sound good??
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
|
#42
| |||
| |||
|
All you'd have to do is keep the code you allready have for the first helical ramp down the center of the bore, then position to the center of the bore, then start the G12/G13. Might be faster to pre-drill anyway depending on how many holes are in a part versus tool change time. |
|
#43
| |||
| |||
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#44
| ||||
| ||||
| That would make for one hell of a tool. Speeds and Feeds would be limited only by your machine capabilities.
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
|
#45
| |||
| |||
If you ever want to give it a go here is a bit of code that, starting with a 5/8 drilled hole, would spiral out then do a clean up and some spring passes. NCplot says about 30 seconds. Code: () (OPEN UP BORE) #33=0.025(SPIRAL PITCH) #32=10.0(DEG PER STEP) #30=0.060(START RADIUS) #29=0.570(END RADIUS) #27=-0.8(DEEP) #26=110.0(FEED) #25=1(SPRING PASSES) (*****************) (*****************) (*****************) #28=#30(SAVE START RAD) #31=0.0(CURRENT ANGLE) #33=[#33/[360/#32]] G0X#28Y0.000 G0Z0.100 G1Z#27F#26 #31=#31+#32 #28=#28+#33 WHILE[#28LE#29]DO1 #1=#28*COS[#31] #2=#28*SIN[#31] G1X#1Y#2F#26 #31=#31+#32 #28=#28+#33 END1 #28=#31+[360*[#25+1]](FINISH PASSES) #32=#32/4(MORE STEPS FOR FINISH) WHILE[#31LE#28]DO1 #1=#29*COS[#31] #2=#29*SIN[#31] G1X#1Y#2F#26 #31=#31+#32 END1 G1X0.000Y0.000 G0Z0.100 |
| Sponsored Links |
|
#46
| |||
| |||
|
Thank you. I will try it some time although I have to check that Macros are activated on my home machine. How long did it take to write that? I have done two simple macros and because I don't have all the stuff about what equals what memorized I spend a lot of time shuffling back and forth through pages in the manual looking things up.
__________________ An open mind is a virtue...so long as all the common sense has not leaked out. |
|
#47
| ||||
| ||||
It isn't the greatest but it does give some reference to the assigned variables. Zipped it is 6.4mb and 12 unzipped.LOL I will send it later because the WiFi network here is a little slow.
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
|
#48
| |||
| |||
| I think it was just an hour or two but it is one of those things where you just take some old program and modify it for the current need. This is the version I use most of the time for a quick face cut on electrodes. Code: #112=1.200(FACE OFF SIZE) () (FACE OFF) #33=0.200(SPIRAL PITCH) #32=10.0(DEG PER STEP) #31=0.0(CURRENT ANGLE) (----) #33=[#33/[360/#32]] G0X#112Y0.000 G0Z0.500 G1Z0.000F40.0 #31=#31-#32 #112=#112-#33 WHILE[#112GE0]DO1 #30=#112*COS[#31] #29=#112*SIN[#31] G1X#30Y#29 #31=#31-#32 #112=#112-#33 END1 G01X0.000Y0.000 G01Z0.100 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Home-Brewed CNC Bench Mill Using Siex X2 Mini-Mill Head | fignoggle | Benchtop Machines | 18 | 05-11-2009 11:11 PM |
| RFQ - milling work on 1/4" wide tool steel - may need azis mill or right-angle mill | pendentive | Employment Opportunity | 7 | 01-21-2007 07:56 PM |
| I'm a believer! (apologies to the Monkees) | QSIMDO | Industrial Hobbies (Support forum) | 0 | 09-06-2006 07:37 PM |