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 28, 2012, 02:36:32 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
Third party software and hardware support forums.
Newfangled Solutions Wizards
(Moderator:
Ron Ginger
)
V2.82 ready for test, also for Tormach users
Pages:
1
2
3
4
»
Go Down
« previous
next »
Author
Topic: V2.82 ready for test, also for Tormach users (Read 6652 times)
0 Members and 1 Guest are viewing this topic.
Ron Ginger
Active Member
Offline
Posts: 568
V2.82 ready for test, also for Tormach users
«
on:
December 09, 2008, 05:49:29 PM »
I have fixed a few more problems and added code to test for Tormach users. This version should now work fine for alll Mach users. The only problem is Tormach users will not see a description in the tool table display, instead they will get the word "Unknown"
I have fixed the Preview code in Cut Rectangle to properly disply depth per pass.
I have fixed the label in Circular Pocket, now it goes in the direction requested and the miling type matches.
Let me know if there are any problems. I really want to hear form a Tormach user. The ares to watch are the Material handling on the first screen, editing operations on the main screen, and the tool table. Otherwise Tormach users are identical to regular Mach users.
I hate doing this, but I just changed v2.82
Newfangled282.zip
(712.11 KB - downloaded 247 times.)
«
Last Edit: December 09, 2008, 08:00:06 PM by Ron Ginger
»
Logged
Ron Ginger
Active Member
Offline
Posts: 568
Re: V2.82 ready for test, also for Tormach users
«
Reply #1 on:
December 09, 2008, 08:07:27 PM »
I replaced the V2.82 file just after posting it- I think about 6 guys had loaded it.
What I fixed is a long standing problem that has bugged me, but I finally found an easy fix.
Because the wizards are designed to let you build a complex part from several operations there is code in there to check each operation to see if its using the same tool as the last one. If so it does not output an M6 T# or an M3 S###.
Problem was it started up with tool num as 0. If you use tool 0 in your first operation, then it did not do the tool change or M3. I just fixed it so it always starts with tool num as -1 and speed as -1. This causes the M6 and M3 to output on every first operation.
This got me today when I used the surface wizard and it didnt put out the M3. It finally annoyed me enough to figure out how to fix it. I was always unwilling to fix it because every operation uses that code, I didnt want to have to fix it in 30 places, but with this fix I only had to fix the init file.
Let me know if this causes any problems.
«
Last Edit: December 09, 2008, 08:09:10 PM by Ron Ginger
»
Logged
N4NV
Active Member
Offline
Posts: 337
Re: V2.82 ready for test, also for Tormach users
«
Reply #2 on:
December 09, 2008, 09:51:03 PM »
Do I just unzip all the files into the Addons/Newfangled directiory?
Thanks
Vince
Logged
Ron Ginger
Active Member
Offline
Posts: 568
Re: V2.82 ready for test, also for Tormach users
«
Reply #3 on:
December 09, 2008, 10:45:21 PM »
yes, these files should wind up in Addons\Newfangled
Note that the zip file has the name Newfangled282. Do not let that default as the folder name, there are references to other files that depend on the correct folder name
«
Last Edit: December 09, 2008, 10:47:26 PM by Ron Ginger
»
Logged
TDAY
Active Member
Offline
Posts: 87
Re: V2.82 ready for test, also for Tormach users
«
Reply #4 on:
December 10, 2008, 07:24:26 AM »
Doing a Tread Mill wizard.... M6 T? ,Spindle direction,and Coolant function, all disappear after previewing twice.
All other fixes look good
HTH
Troy
Logged
"I try to put forth the effort,before asking a dum question"
Ron Ginger
Active Member
Offline
Posts: 568
Re: V2.82 ready for test, also for Tormach users
«
Reply #5 on:
December 10, 2008, 08:07:48 AM »
Ok, I found that. The preview code is not supposed to use the tool and speed numbers, just show the code. I wonder if any other Preview buttons do that?
Ill have to dig around and see what I find
Thanks for the note.
Logged
TDAY
Active Member
Offline
Posts: 87
Re: V2.82 ready for test, also for Tormach users
«
Reply #6 on:
December 10, 2008, 08:12:19 AM »
I tried the Preview on Circle Pocket and Cut Rectangle, and they generate correct Gcode to Mach3.
HTH
Troy
Logged
"I try to put forth the effort,before asking a dum question"
Ron Ginger
Active Member
Offline
Posts: 568
Re: V2.82 ready for test, also for Tormach users
«
Reply #7 on:
December 10, 2008, 08:52:13 AM »
I just checked and the Surface and Thread operation were resetting the tool number in the preview. All the others are OK
Ive made the fixes, and started a V2.83. I wont put it up yet, Ill wait to see if we find any more troubles in 2.82. I hate to keep posting new versions.
Logged
TDAY
Active Member
Offline
Posts: 87
Re: V2.82 ready for test, also for Tormach users
«
Reply #8 on:
December 10, 2008, 09:14:32 AM »
Dont know why but when i Make a Gcode from Cut Rectangle wizard ,and run program for first time i get a very odd tool comp.But if i stop program, and reset program,the next time i run program the comp move works fine.
Troy
Logged
"I try to put forth the effort,before asking a dum question"
TDAY
Active Member
Offline
Posts: 87
Re: V2.82 ready for test, also for Tormach users
«
Reply #9 on:
December 10, 2008, 09:25:53 AM »
Got the comp problem to repeat about 3 times in a row. Just tried to do it again, and now the problem wont repeat.
Got me whats up.
Troy
Logged
"I try to put forth the effort,before asking a dum question"
Pages:
1
2
3
4
»
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...