Hello Guest it is April 18, 2024, 06:41:56 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ZASto

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
21
Mach Screens / Re: Mach3 displays wrong valde?
« on: June 22, 2022, 02:04:14 AM »
If you recently recalibrated your axes and you do not have whole number for steps per, the "error" is what you will see .
My machine is metric and I edited my screens to display only two decimals.
Rounding errors are quite normal.

NEVER rely on displayed coordinates for further calculation. You should always use your CAM software for generating G-code.

22
General Mach Discussion / Re: Motor tuning settings
« on: June 04, 2022, 02:16:25 AM »
Use th same settings that you had in GRBL

23
As the gdrive link is non functional, here is another that will stay for much longer.
Do not be afraid of russian language, I use that cloud service as it is cheap.

https://cloud.mail.ru/public/6mtg/2WYpmeTvD

25
General Mach Discussion / Re: Mach3 Framing
« on: January 08, 2022, 06:23:48 PM »
I guess that kamon1 is the laser one :)

The code for button would be very simple, e.g.:

Code: [Select]
XMin = GetOemDRO(4)
XMax = GetOemDRO(10)
YMin = GetOemDRO(5)
YMax = GetOemDRO(11)

Code "G0 X" & XMin & " Y" & YMin
While IsMoving()
Wend
Code "G0 X" & XMin & " Y" & YMax
While IsMoving()
Wend
Code "G0 X" & XMax & " Y" & YMax
While IsMoving()
Wend
Code "G0 X" & XMax & " Y" & YMin
While IsMoving()
Wend

NOT TESTED!! Just from top of my head.

26
General Mach Discussion / Re: Mach3 Framing
« on: January 08, 2022, 05:34:12 PM »
@Cad cam man: Framing is mostly used by people running laser cutters/engravers.

@kamon1: I think that it can be done, you just have to edit a screen set that you use and add abutton that will hold a piece of VB code to do framing, and there are DROs that have info on your program limits:


27
From what you've written, you have INSTALLED Mach 3 on your W10 computer :)
Installation file should be SAVED on your W10 computerand transferred to your W7 computer. Just that, just one file.
Then you run that file on your W7 computer to (re)install Mach3.

How to just save the download on Win10 instead of running it - I cant tell you. I have nothing newer than W7 on my computers, and for surfing, reading firums, ... I use my Linux machine.

28
Do you need a pair of glases?

It is the first squarish red button in which is written DOWNLOAD MACH3

29
You can download it to the W10 computer and transfer it to your work one over UCB Stick :)
My advise is to keep work computer away from Internet.

30
@olddude: Of course that the license file looks "funny" as it is encrypted in some way. It is not a plain text file (that is the reason it cost some $) :)

@airnocker: Even it is named 3.043 only, in fact it is 3.043.062, see attached picture. As my memory serves, 066 had more bugs that were introduced, so it was decided to ditch that version and declare 062 as the last one.
Development of Mach3 finished some, if I remember, seven years ago so our wishes for bug fixes and program enhancements would be just barking in the wind.



Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »