Hello Guest it is April 19, 2024, 02:55:05 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.


Topics - danut1234

Pages: 1
1
G-Code, CAD, and CAM discussions / CAM for 3 d printing
« on: August 20, 2014, 04:14:55 AM »
Hy, does anyone know a CAM software for 3d printing?i have used Meshcam for CAM software (cutting), but for 3D Printing (constructing) i don't know any one.

2
General Mach Discussion / Cut distance
« on: May 13, 2014, 09:06:03 AM »
Hi, i want to know if i can somehow compute or find the cutting distance of a program using Mach3 or if you know some program or script that does this. I need this feature to know when to change the milling bit.

Thanks,
Dan

3
General Mach Discussion / M code script and Exact stop
« on: April 23, 2014, 03:38:29 PM »
Hi, i have a strange problem. I have wrote a Basic script that take care of changing the tool and calibrating after that. When the M code (M991 in my case) is executed, the machine will retract to a known position and ask the user to manually change the tool, after the change is made the user needs to confirm that by hitting OK. After that the script will automatically calibrate the tool and continue working. BUUUUT after running the script the machine will enter in Exact Stop mode. The problem is that i do not like that. I have tried inserting G64 after the script and also from script with "Code "G64""  but no effect, the machine will remain in Exact Stop mode until the next M script is executed. The problem is that my machine vibrate (go-stop-go-stop...) and i dont like that Because it will destroy the mechanical part. The moves are very short because my pieces are small. It is like the mach3 enter in a strange stage/settings because if i stop the execution of file while it is in Exact Stop mode (after executing M code) it will remain in Exact stop mode for the next file. If i look in General Config the mode is Constant Velocity, but it works like it is in Exact Stop mode...

Anyone know what the problem would be?
If someone want the script i will send it on private message.

I have mach3 r43.50 (i guess) and it works well on other jobs... i will change it only if this is a known bug and was repaired on the higher versions.
I use professional drivers from Wantai, and motors. My machine runs fast and smooth and dont lose steps. I use a Laptop HP 6530b, the pulse stream is steady within +/- 1 pulse. The test program say Excellent. Pulse frequency is 45Khz.  I use Windows 7 Pro 32 bit with license. 4GB ram, dual core 2.53 Ghz.

4
VB and the development of wizards / VB execution Speed
« on: July 20, 2013, 02:30:18 AM »
Hi, i have a 3d router and i have written a script for 3d digitizing, it works, but is very slow. My machines runs pretty fast when it cuts.

Maybe a better computer? but i am unable to understand why the speed of cutting is greater (10 times greater) on the same computer.
I have windows 7, 32 bit, 4 GB of ram, Intel core duo 2,56 Ghz. I use parallel port.

I Have tried to change kernel speed in mach3.
The script contains ~300 lines of code (including some comments).
The script compute the next move based on the state of touch probe (1 or 0) at the end of the anterior move.
All the coordinates are stored in some variables, and from time to time, are written to a file.

What do you think the problem is ? how can i increase the speed of a VB script execution?

Pages: 1