![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Post Processor Files Discuss post processor files here! |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
Hello, Does anyone know how to alter a post that uses M13 as "spindle on flood coolant" to output an M03 and M08 instead? Then use an M09 to stop the coolant at the end of the event? I have attached the post processor for review. Thanks, Brandon |
|
#4
| |||
| |||
| Hi BEEZERLM, I think if you change M13 in this post on the spindle codes section to M03 and save file it should work. I'm not a post programmer but from doing some minor modifying to some of mine I think it should fix the problem. always be sure to make a backup before changing or modifying your post just incase you screw it up you have something to go back to : ) if that doesn't fix it send me a pm and I will look at your post more in detail Tmills # -------------------------------------------------------------------------- # Spindle codes sm04 M04 # Spindle reverse - no coolant sm05 M05 # Spindle off - no coolant sm03 M03 # Spindle forward - no coolant sm04f M14 # Spindle reverse - flood sm05f M05 # Spindle off - flood sm03f M13 # Spindle forward - flood (Replace M13 with M03) sm04m M04 # Spindle reverse - mist (off if not supported) sm05m M05 # Spindle off - mist sm03m M03 # Spindle forward - mist (off if not supported) sm04t M04 # Spindle reverse - tool (off if not supported) sm05t M05 # Spindle off - tool sm03t M03 # Spindle forward - tool (off if not supported) spdlon # Target Spindle-on M-string spdlsel = fsg2(coolant) * 3 + fsg3(ss) # Spindle on selector based on coolant # 0 = off, 1 = flood, 2 = mist, # 3 = thru spindle-tool fstrsel sm04 spdlsel spdlon # -------------------------------------------------------------------------- Last edited by TMILLS; 10-21-2010 at 05:26 PM. |
![]() |
| 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 |
| Coolant post help | greenweanie | EdgeCam | 3 | 04-13-2010 07:42 AM |