Hello Guest it is March 28, 2024, 04:59:19 AM

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 - RogerJ

Pages: 1 2 »
1
Works in progress / Re: CorelDraw engrave
« on: October 25, 2011, 11:20:54 AM »
Hi

You can ignore the PEN settings in the hpgl export from corel.
All settings can be changed in mach3 screen.
Some values you enter cant be zero or positive numbers.

In the errormessage you can see the
Greater than sine >
Or Less than sine <
Adjust the value and it will be ok.

See attachment with my hpgl export settings
Hope it works

2
Works in progress / Re: CorelDraw engrave
« on: August 26, 2011, 05:28:23 AM »
Thanks
Good suggestion Usama!
I can make a home position for the tool ( drill ) to start from, and returning to this position after the job is done.
Just give me a few days to look into this.
Greetings
Roger

3
Works in progress / Re: CorelDraw engrave
« on: August 09, 2011, 01:17:16 AM »
Hi
I have made a new version for this screen with some new functions and bug fixes.
( version 0.98 )
Its not possible to modify my first post in this topic to upload the file for download. :'(
Is this function disabled? Can someone help me with this?
Gretings
roger

4
Works in progress / Re: CorelDraw engrave
« on: May 12, 2010, 01:16:17 AM »
Thanks for the time and effort m8, im afraid i cant help you with this.

If you are into basic programing you can play around with the code.
By selecting Operator > Edit button script you can see and modify it.
Also you can try if the same problem exists on another computer.
 8)


5
Works in progress / Re: CorelDraw engrave
« on: May 11, 2010, 09:37:20 AM »
If you can find the time you can try this version with some error reporting changes.
Hopefuly it reports an error number insted of a blank box so i can trace the problem.
Thanks.....

6
Works in progress / Re: CorelDraw engrave
« on: May 08, 2010, 05:11:33 PM »
Strange  ???
Can you give me some info on what platform you working on.
I created this screen using XP and tested it with 2000 & Vista, i never had any problems.

7
Works in progress / Re: CorelDraw engrave
« on: May 08, 2010, 08:48:24 AM »
Yes you are the first reporting this problem.
For this screen to work it needs a folder called HPGL in where all the hpgl files are stored.
The first time you start the screen it creates this folder automaticly.Maby there was a problem creating it
and you must create one manualy.
Please let me know if this was the problem.
Gretings
roger

8
Works in progress / Re: CorelDraw engrave
« on: December 22, 2008, 04:52:25 PM »
New update! ;D (look first post)
Please report anny bugs or comments in this topic.



9
Works in progress / Re: CorelDraw engrave
« on: December 25, 2007, 03:48:52 AM »
Thanks Jason
I know what the problem was now.
The setting steps per unit was set to 508.(after using Axis Calibration)
In this case the returned values are never zero.
Changed the value to 500 and all works fine now.
It took me 2 days to find this problem ::)

10
Works in progress / Re: CorelDraw engrave
« on: December 24, 2007, 01:14:50 PM »
Can someone help me with this?
If i send all axis to zero and then get the XYZ DRO info
the values are not zero.
Please try the this code and let me know if you get the same result.

code "g00 x0 y0"
While ismoving
Wend
code "g00 z0"
While ismoving
Wend
MsgBox "X" & GetDRO(0) & " Y" & GetDRO(1) & " Z" & GetDRO(2)

Pages: 1 2 »