Hello Guest it is May 06, 2024, 05:35:50 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 - TPS

421
German / Re: Gcode 180° drehen für alle 5 Achsen
« on: April 08, 2021, 09:55:45 AM »
Servus,
mir ist keine Möglichkeit in Mach3 bekannt, die dies könnte.
Bleibt nur die Drehung via Cam Software.

422
Mach3 under Vista / Re: Setting up mach 3 on good used cpu win7
« on: April 06, 2021, 01:22:40 AM »
wonder witch Version you installed

this: https://www.machsupport.com/wp-content/uploads/2013/04/Mach3Version3.043.exe

should run if you install it as admin

423
Mach3 under Vista / Re: Setting up mach 3 on good used cpu win7
« on: April 05, 2021, 11:48:06 AM »
cpu voltage does not matter. it is only the voltage from parallel port from interest.

here:

https://www.youtube.com/watch?v=uglCm_qsojk

is a good tutorial what we mean.

424
try to use machscreen.

https://kd-dietz.com/download/MachScreenV1.72a.exe

never had a Problem like this

426
what screeneditor did you use to make the changes?
and the modified file set is still ...lset ?

427
General Mach Discussion / Re: Mach3 wont reference all home
« on: April 04, 2021, 03:46:45 AM »
have you worked through Homing algorithm configuration like described in Manual?

428
is this what you are looking for to invert sign:

Code: [Select]
Xdro = GetOEMDRO (800)  'Get X DRO current working offset
Ydro = GetOEMDRO (801)  'Get Y DRO current working offset
Zdro = GetOEMDRO (802)  'Get Z DRO current working offset
SetUserDRO (1100, Xdro * -1.0)
SetUserDRO (1101, Ydro * -1.0)
SetUserDRO (1102, Zdro * -1.0)

429
General Mach Discussion / Re: Mach 3 rapid clearance question
« on: April 03, 2021, 11:37:04 AM »
maybe THC is enabled?

430
General Mach Discussion / Re: Violentlt fast "to home movement".
« on: April 03, 2021, 11:27:58 AM »
i would suspect metric and imperial Units mixed up.