Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
17 Sep 2025 16:22
Replied by tommylight on topic 7i76E Spindle configuration

7i76E Spindle configuration

Category: PnCConf Wizard

You may try 2.9.4 if you like.

www.linuxcnc.org/iso/linuxcnc_2.9.4-amd64.hybrid.iso

Your HDD probably has enough space to dual boot LinuxCNC 2.9.4 and 2.9.4.

Why? What's the point of having two of the same version?
  • tommylight
  • tommylight's Avatar
17 Sep 2025 16:21
Replied by tommylight on topic Homing is not working

Homing is not working

Category: HAL

Are you still using the above attached config files? They are missing home switch inputs in hal, and Mesa inputs are in the wrong place.
Make a new config, this is to messed up.
  • Unlogic
  • Unlogic
17 Sep 2025 15:40 - 17 Sep 2025 15:42
Replied by Unlogic on topic Optimum Optimill MH50V CNC conversion

Optimum Optimill MH50V CNC conversion

Category: Milling Machines

I'm still using the BT40 spindle that this machine came with. However getting the preload right for the spindle and getting the upper bearings for the quill drive to like high rpm milling for prolonged periods has been a challenge. I've been planning to replace the spindle for quite some time but not really taken leap yet.

However after fiddling with the spindle for sometime I've realized that I have to set the preload when the spindle is really warm in order to get a preload that works.

This in turn requires me to do few minutes of spindle warmup at lower rpm when the spindle is cold before I can crank up the rpm. Else I get a really nasty oscillating sound from one of the upper bearings.

Here is a video of the spindle at 3200 rpm roughing 6082 aluminum with a long 24 mm indexed end mill.



This has became a favorite tool for roughing aluminum as it has good reach, removes material at a decent rate and the 1003 inserts are cheap and readily available from many vendors.
  • Robert312
  • Robert312
17 Sep 2025 15:10
Replied by Robert312 on topic Homing is not working

Homing is not working

Category: HAL

Individual homing does not work.
  • PCW
  • PCW's Avatar
17 Sep 2025 14:35
Replied by PCW on topic 7i76E Spindle configuration

7i76E Spindle configuration

Category: PnCConf Wizard

Could it be that I am not using the correct version of LinuxCNC?

No, any version of LinuxCNC from 2.8 on will work with the 7I76E

Like I said you need to check


hm2_7i76e.0.7i76.0.0.spinout-minlim  
hm2_7i76e.0.7i76.0.0.spinout-maxlim   
hm2_7i76e.0.7i76.0.0.spinout-scalemax 
hm2_7i76e.0.7i76.0.0.spinena-invert  

 hm2_7i76e.0.7i76.0.0.spinout
hm2_7i76e.0.7i76.0.0.spinena

with halshow

In axis, you can run halshow with:

Machine --> Show Hal Configuration --> Watch

And also verify that you have +10V on the 7I76E SPINDLE+ pin
(TB4 pin 3) relative to SPINDLE- (TB4 pin 1)

 
  • rdtsc
  • rdtsc's Avatar
17 Sep 2025 14:30

current state of Cad/Cam software 2022, what works LinuxCNC etc

Category: CAD CAM

Fast-forward 3 years, and FreeCAD is over the version 1.0 hump and the topo-problem has been resolved.  Seems many are still finding it hard to use effectively; perhaps a generational-gap between traditional (geometric) CAD and modern (parametric) CAD.

For 2.5D work from traditional CAD, take a look at QCAD-CAM:  www.qcad.org/en/products/qcad-cam
A quick CAM tutorial:  www.qcad.org/doc/qcadcam/QCADCAM_Tutorial_en.pdf

These pages really don't show off all the features and capability... QCAD is the mothership of the illegitimate LibreCAD; a full-featured (paid) CAD package which should be familiar to anybody with old-school CAD experience.  Free trial version available, reasonable cost / you own it, no cloud, no locks.  Import/export .DXF and many other common formats; has layers, line styles, hatching, blocks, extensive snaps / geometry / tools, dimensions, etc.  With the CAM add-on, there are like 50 pre-defined gcode export styles, including MACH and LinucCNC in both metric and imperial.  It also has an ECMAScript (JavaScript) post-processor that can further tweak the gcode to your heart's content: qcad.org/en/92-qcad-cam  It has an active user forum, with currently 43k posts and seven languages supported.
  • Unlogic
  • Unlogic
17 Sep 2025 13:13 - 17 Sep 2025 13:20
Replied by Unlogic on topic How do I close a g-code file in Gmocapy?

How do I close a g-code file in Gmocapy?

Category: Gmoccapy

I'm gonna revive this thread as I'm running into the exact same issue as Ikavan describes.

My g-code files are stored on a Samba and when I open a file from the share in LinuxCNC (Probe Basic in my case) it gets locked.

If it would be possible to add a configuration flag in the INI file or somewhere else that makes LinuxCNC load the file to RAM and then close it to prevent locking I'd pay 200$ without hesitation.

Next step would be to add "Reload" button in the GUI to reload the currently open file. The would save a lot of time during the iterative process of testing new g-code programs.

 
  • langdons
  • langdons's Avatar
17 Sep 2025 12:50 - 17 Sep 2025 22:42
Replied by langdons on topic 7i76E Spindle configuration

7i76E Spindle configuration

Category: PnCConf Wizard

You may try 2.9.4 if you like.

www.linuxcnc.org/iso/linuxcnc_2.9.4-amd64.hybrid.iso

Your HDD probably has enough space to dual boot LinuxCNC 2.9.4 and 2.9.5.

When you tried to update the repository (sudo apt update), how was the PC connected to the internet?
  • langdons
  • langdons's Avatar
17 Sep 2025 12:45
Replied by langdons on topic G81 Spindle Reversal Between Each Hole

G81 Spindle Reversal Between Each Hole

Category: General LinuxCNC Questions

@Aciera
Pecking too small takes too long but I'mma give it a try, my setting was about 1.5 diameter first peck then reduce 2-3 mm till reach 0.25 diameter

Sounds like a good idea, it's amazing how often eyeballed numbers lead to good results.

But make sure you test it just to ensure it workswell in reality.

Pecking in tiny increments may be slow, but so is reversing the spindle all the time.

A combination of reversing and pecking is probably the best solution, though the peck/reverse ratio will have to be determined based on speed.
  • langdons
  • langdons's Avatar
17 Sep 2025 12:25
Replied by langdons on topic A response, don't read just venting

A response, don't read just venting

Category: Off Topic and Test Posts

Who might you be referring to?

(me, I assume)
  • RobotMatic
  • RobotMatic's Avatar
17 Sep 2025 11:25 - 17 Sep 2025 11:26
Replied by RobotMatic on topic 7i76E Spindle configuration

7i76E Spindle configuration

Category: PnCConf Wizard

drive.google.com/file/d/1lh_3pexmAgHTyC0.../view?usp=drive_link

Could it be that I am not using the correct version of LinuxCNC?



 
  • Darium
  • Darium
17 Sep 2025 07:19
Replied by Darium on topic G81 Spindle Reversal Between Each Hole

G81 Spindle Reversal Between Each Hole

Category: General LinuxCNC Questions

@Aciera
Pecking too small takes too long but I'mma give it a try, my setting was about 1.5 diameter first peck then reduce 2-3 mm till reach 0.25 diameter
  • emresensoy
  • emresensoy
17 Sep 2025 05:52
Replied by emresensoy on topic EtherCAT Manual Panel

EtherCAT Manual Panel

Category: Show Your Stuff

I actually tried to keep the layout minimal, including only the essentials.

We've been doing CNC retrofitting for many years, and this layout emerged based on our experience.

Like the inclusion of the USB port.
Looking good, wishing many successes.

Did the design and layout come because of the way you work or what would be familiar to someone used to working with big name machines ?
I'm just a hobbyist with a work background in labouring on building sites, they don't trust us with anything that has more than one button or trigger ;)

  • emresensoy
  • emresensoy
17 Sep 2025 05:49
Replied by emresensoy on topic EtherCAT Isolated Digital & Analog IO Board

EtherCAT Isolated Digital & Analog IO Board

Category: Show Your Stuff

Thanks friend,

unknown post=335115 userid=42198The connectors do look a little askew, but I just put it down to maybe being a pre production prototype, hand soldered maybe.
Actually IMHO not really worth mentioning.
Sorry not having a lot to say, ethercat is not a technology I can afford to play with.
In saying that I can appreciate the time and effort involved.
Good luck

  • unknown
  • unknown
17 Sep 2025 05:28
Replied by unknown on topic EtherCAT Manual Panel

EtherCAT Manual Panel

Category: Show Your Stuff

Like the inclusion of the USB port.
Looking good, wishing many successes.

Did the design and layout come because of the way you work or what would be familiar to someone used to working with big name machines ?
I'm just a hobbyist with a work background in labouring on building sites, they don't trust us with anything that has more than one button or trigger ;)
Displaying 1426 - 1440 out of 22642 results.
Time to create page: 0.286 seconds
Powered by Kunena Forum