Hello Guest it is April 26, 2024, 03:53:03 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 - JohnHaine

1
Please post your g code?

2
General Mach Discussion / Re: New/old DIY CNC upgrade?
« on: April 09, 2024, 06:24:06 AM »
Just to confirm that you need a 5V supply to that BoB to make it work if you don't have a USB connection to it (which is only for power) and also a 12V supply if you want the 0 - 10V to work.

3
Don't you just need to incorporate another tool offset for the drill holder?  You would just put a known diameter rod in the chuck and touch it off in the same way.

4
As of August last year on this forum people were recommending that this unit should not be used with Mach4.

https://www.machsupport.com/forum/index.php?topic=36023.60

5
General Mach Discussion / Re: Motors not running in negative direction
« on: March 26, 2024, 02:40:55 AM »
Easily done - glad it's sorted!

6
General Mach Discussion / Re: Motors not running in negative direction
« on: March 25, 2024, 01:42:46 PM »
What logic levels do the stepper drives expect to see?  As it happens I recently upgraded my lathe to use that interface board and I found I needed to supply +12v to it for all the interfaces to work correctly.  I think the supply pin is one of those on the TB on the RHS of the PCB.  I assume the red wire to the 3rd from the right on the bottom is 5V?  Where is your 5v supply coming from given there is nothing plugged into the USB connector?

7
General Mach Discussion / Re: Motors not running in negative direction
« on: March 24, 2024, 05:54:43 PM »
This is often because either the direction signal has come off the stepper drivers or the timing of the direction signal relative to step is wrong. Can you post some more information on your set up and some wiring photos?

8
VB and the development of wizards / Re: Wizards write question
« on: March 23, 2024, 04:37:18 PM »
Are you talking about the Mach3 engraving wizard?  I suggest you download F-Engrave and use that instead to generate g code.

9
Is the "m" case sensitive?

10
General Mach Discussion / Re: Help with mach 3, starting cut position
« on: March 08, 2024, 05:20:18 AM »
Put your F360 file in a .zip, as it isn't an allowed file type - .zip is.

What do you mean by "starting position"?  A good start would be to put the tool tip at the origin of the item you want to make if that's possible and zero the program coordinates.  Looking at the code it is quite complex for a "learning piece", maybe try something simpler?

One idea might be to try this: https://www.machsupport.com/forum/index.php?topic=45287.msg288673#msg288673 - which is a Python wizard to generate g-code for a knurl.  It would take F360 out of the equation, and I know it works.