Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
06 May 2025 22:34
Replied by tommylight on topic ISO: Mesa to router interface board

ISO: Mesa to router interface board

Category: Driver Boards

This is the so called "TB6600" with the TB67S109 chip, under 10$ and very good. Get these.

This is the original TB6600 with the TB6600 chip, ~15$ and usable but tend to die for no reason sometimes.
  • pgf
  • pgf
06 May 2025 22:29
Replied by pgf on topic ISO: Mesa to router interface board

ISO: Mesa to router interface board

Category: Driver Boards

Those TB6600 modules sure seem like an awkward form factor, especially given you need 3 or 4 or 5 of 'em.
  • tommylight
  • tommylight's Avatar
06 May 2025 22:28 - 07 May 2025 10:13
Replied by tommylight on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

Sorry but i can not help as stated above, but i can move this to QtPyVCP section where the masters of Probe Basic reside.




This is a Qtvcp screen so it's in the right place.
  • pgf
  • pgf
06 May 2025 22:27
Replied by pgf on topic comparing to Grbl, or FluidNC

comparing to Grbl, or FluidNC

Category: Milling Machines

More things I learned today, about Grbl:

Say you start a jog, and realize you meant to go the other way, and select the other direction. In LinuxCNC, this Just Works. Using Grbl, first the errant jog has to finish, and only then the next queued jog is executed. Not terribly efficient.

If you try and start a jog that would take the axis too far, you get an error. To clear that error, you need to go to a different tab (I'm using UGS), clear it, then go back to the jogging tab. It may be that there's a way to have both displayed all the time, but even then, having to specifically clear an error from a jog that never happened, seems... difficult.

I'd only started using it recently in LinuxCNC, but I found out today that neither Grbl (not surprising) nor FluidNC (surprising) supports the R parameter to G10 L2/L20. R lets you specify rotation, which can be very handy in cases where it's easier to get your hold-down clamps set securely if you rotate the stock.
  • CallumRD1
  • CallumRD1
06 May 2025 22:07
Replied by CallumRD1 on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

This was helpful. I may be misunderstanding the language used here. Is this Offsets table supposed to be the coordinates of each work offset? If so, then it's not populating correctly and not updating when I set coordinate zeros using the gui at the bottom of the image. Am I interpreting this correctly? And if so, do you have any idea as to how I get the gui to talk to this table? It's not clear to me where it's saved. The preferences files I've looked in don't seem to have the necessary information.



 
  • PasstScho
  • PasstScho
06 May 2025 21:50
Replied by PasstScho on topic mesa 7i73 4x8 keypad problems on KEY8 input

mesa 7i73 4x8 keypad problems on KEY8 input

Category: Driver Boards

No problem - thank you!
  • unknown
  • unknown
06 May 2025 21:43
Replied by unknown on topic free CADCAM

free CADCAM

Category: CAD CAM

Love FreeCAD, apart from one little annoying issue.
Used the CAM for making the brackets and nubbins for the Franken Myford CNC conversion. It's my Goto for anything I need to 3D print, even used to help my son with some prototyping ideas when he was doing the additive manufacturing module at Uni.
  • unknown
  • unknown
06 May 2025 21:35
Replied by unknown on topic ISO: Mesa to router interface board

ISO: Mesa to router interface board

Category: Driver Boards

AliExpress has carrier boards for the little step stick drivers, less than a dollar a pop. You would just need to make some cables with female DuPont connectors at one end and bootlace ferrules at the other, far better than bare wires. That's the setup I use for testing things rather than messing with the mill in the garage.
  • tommylight
  • tommylight's Avatar
06 May 2025 21:25
Replied by tommylight on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

See the light blue star on your screenshot?
That is active offsets.
In Axis GUI you can choose to show offsets, i do not use Probe Basic so i do not know how to show them.
  • tommylight
  • tommylight's Avatar
06 May 2025 21:22
Replied by tommylight on topic ISO: Mesa to router interface board

ISO: Mesa to router interface board

Category: Driver Boards

Standard would be the normal TB6600 and above up to huge servo drives, self contained in a box for each axis.
The 3D printer ones or step sticks are ... well for 3D printers, useless without their respective boards, very prone to interference, and some will just fail by touching them at certain conditions. Yes, TMC are pretty good, but using stealth chop or another such feature (forgot the name) is clearly stated to cause small positioning errors, so for anything vaguely precise should be avoided or used without those features active.
As luck would have it, there are step sticks with TB67S109 chips, i have some, found out i never need to push 3.5A on a 3D printer! :)
  • CallumRD1
  • CallumRD1
06 May 2025 21:18 - 06 May 2025 21:19
Replied by CallumRD1 on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

I don't follow. I have no offsets in use.

I don't have homing switches on this machine, it homes off absolute encoders from the servos. But I don't see why that matters here? The machine is homed and G53 is properly referenced to all the axis limits. The work envelope displayed is correct, as is the location of the tool within the work envelope. G54 is my work offset and is in an arbitrary position in the center of my work envelope (middle of the air here for testing code). The code I loaded is being mapped onto the G53 origin rather than the G54 origin that the code is calling and the machine has active.

Code should always respect the correct origin called, G54 in this case.
  • tommylight
  • tommylight's Avatar
06 May 2025 21:05
Replied by tommylight on topic G-code file loading at G53 instead of G54

G-code file loading at G53 instead of G54

Category: Qtvcp

Does the machine have home switches?
If yes, home the machine then touch off each axis/joint in G54.
There are active offsets in use, remove those first, see if that puts things where they should be.
  • tommylight
  • tommylight's Avatar
06 May 2025 21:02
Replied by tommylight on topic Need help with Linux 2.5 on a CNC lathe

Need help with Linux 2.5 on a CNC lathe

Category: General LinuxCNC Questions

Move the Z axis by hand towards the spindle a bit, then power on and try homing.
If that does not work, use a DVM to check the wiring from the Z axis switch to parallel port 0 (the built in parallel port in the motherboard, not the add on one)
  • pgf
  • pgf
06 May 2025 21:01
Replied by pgf on topic ISO: Mesa to router interface board

ISO: Mesa to router interface board

Category: Driver Boards

No, what I have is a 7i96. Somehow I found wiring directly to it very awkward with my DIY mill. It's possible that that was because of the poorly designed stepper driver board I was using -- it's connections were hard to manage.

I did find an Arduino shield that does what I want and has screw terminals for all connections. And I think I can probably use it almost as is, simply by not plugging it on to an Arduino. Still thinking about that.

When you say "standard" stepper drivers, can you show me an example, including how they're typically mounted? It's true my head is probably stuck in the CNC toy world. :-)

paul
  • Groovecooper1
  • Groovecooper1's Avatar
06 May 2025 20:58
Replied by Groovecooper1 on topic Need help with Linux 2.5 on a CNC lathe

Need help with Linux 2.5 on a CNC lathe

Category: General LinuxCNC Questions

This is getting to be a 911 issue as I’ve got to get this machine running. I can’t move forward without it. I need to Groove the baseball bat to get them to the MLB, we’re gonna be grooving dolls down to drumsticks, etc. Absolutely appreciate your assistance. How do you find a CNC tech in the Chicagoland area that knows Linux 2.5? So far nobody.
Displaying 15271 - 15285 out of 17607 results.
Time to create page: 0.447 seconds
Powered by Kunena Forum