Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: gearsoup on September 06, 2011, 07:45:06 PM
-
Aside from the 500 line limit, is there anything different about Mach3 licensed? Only reason I'm asking is becuase I'm still in the process of building the machine and I was wondering if I'd be able to tune the steppers and test out all my wiring issues with a demo version, or should I buy the license at this stage...
GS
-
You can do a lot with the demo version. There are other features that don't work, like Run from Here and threading in Turn.
But nothing to prevent you from running the machine and making parts. My machine paid for the license making parts with the demo version.
-
You can do a lot with the demo version. There are other features that don't work, like Run from Here and threading in Turn.
But nothing to prevent you from running the machine and making parts. My machine paid for the license making parts with the demo version.
threading is supported in the demo 2.0 version of mach
-
threading is supported in the demo 2.0 version of mach
Dose not have the fixes that make the current versions work so well.
RICH
-
You should be aware of what the demo version does if you exceed the 500 line limit.
It still runs the code, but turns every command after the 500th line to a G1 move to safe Z, this is a bit disconcerting if you happen to be in relative mode when it happens, since the head keeps moving up until it hits the top of the column or the stop.
Took me a month to bother upgrading, just check the end of your program and make sure it's what you expect before you run it.
-
I have never heard of that before, just changed my licence name so it runs in demo, loaded the roadrunner and it gets to line 496 and all stops just as would be expected.
Hood
-
I'm with Hood, every time I've ever exceeded 500 lines in demo mode it just stops. And I've replied to numerous posts from users, asking why Mach3 stops after 500 lines of code, not realizing it was a demo limitation.
-
In my case I generated the code from a wizard, so that might have something to do with it.