Advanced Search

Search Results (Searched for: )

  • BoS
  • BoS
20 Sep 2025 15:58 - 20 Sep 2025 19:33
Replied by BoS on topic Gmoccapy Macros

Gmoccapy Macros

Category: Gmoccapy

I have the same problem: the tab appears but is empty. Version 2.8.4.
The configuration from the SIM examples works.

By the way, it installs on 2.9.4 without any problems, but... there are other latency issues that I also can't solve.

I got the files for 2.8.4 from here github.com/andypugh/LatheMacros/releases/tag/v2.0
And for 2.9.4 from /3.1

I put everything in the machine's configuration folder
And added the EMBED_TAB.... lines from your lathe_macros.ini to my .ini file.

What am I doing wrong?
  • ccc774
  • ccc774
20 Sep 2025 14:31
Replied by ccc774 on topic Can the OPI5 be Configured to Run LCNC?

Can the OPI5 be Configured to Run LCNC?

Category: Computers and Hardware

sorry I only replied now, I was sick. I installed and tested your packages today and they work better than last time. I appreciate your help which is always of the best quality and very prompt. Thank you Royka!
  • RobotMatic
  • RobotMatic's Avatar
20 Sep 2025 12:00
Replied by RobotMatic on topic 7i76E Spindle configuration

7i76E Spindle configuration

Category: PnCConf Wizard

 I am going to check the connection, I should have connected TB2 pin 2-4 with the white wires [ Pulse - ] [ Dir - ]  from the Driver. 
the pink cable from the X connector seems to enter pin 2, I need to check!!

 thank you very much for the observation !!!!!!!!!!
  • unknown
  • unknown
20 Sep 2025 05:55
Replied by unknown on topic Recommendations for a dual NIC SBC or mini-pc

Recommendations for a dual NIC SBC or mini-pc

Category: EtherCAT

I apologise for the previous answer by the previous user, it really doesn't address your issue..
I'd go for this
www.hardkernel.com/shop/odroid-h4-plus/

I've been using the H3 Plus for a few years and had no issues with it. The only thing you need to do is use the non-kernel realtek drivers for the nic. I'm pretty sure Rod from the forum also uses one.

Waveshare also have this setup
www.waveshare.com/product/raspberry-pi/b...ule-box.htm?___SID=U

I'm currently running a mill with the C box but you're situation would be better suited to the A box.
I like the fact the case and connectors are well integrated, full size HDMI ports, all but the power switch, Serial console connector, and the connector to power it from a non-usb supply (meanwell would be a good choice) are on one side.
The only caveat is that the NIC is a realtek based one, but as long as the cnc stuff goes thru the RPi interface everything should be ok.

Langdons would please provide an answer relevant to the question, the user was looking for a small form factor PC, almost a similar size as a RPi5.
  • CarbonNater
  • CarbonNater
20 Sep 2025 03:12
Replied by CarbonNater on topic ECMO VMC100 Retrofit with Carousel/Toolchanger

ECMO VMC100 Retrofit with Carousel/Toolchanger

Category: Milling Machines

This is awesome! I actually just today started wiring up the retrofit of my EMCO Concept Mill 155. Newbie to linuxcnc, so it’s been going slow so far. Would you be open to sharing your setup files? I’ve got the same tool changer, would love to see your code for that.
  • PCW
  • PCW's Avatar
20 Sep 2025 01:03
Replied by PCW on topic 7i76E Spindle configuration

7i76E Spindle configuration

Category: PnCConf Wizard

I'm a bit concerned about the STEP/DIR wiring.

It appears that the thick white wires are grounding the STEP- and DIR- pins
This should never be done as it shorts out the STEP- and DIR- pins
possible damaging the driver chip.

If STEP- / DIR- are unused, they should be left unconnected.
  • isaac
  • isaac's Avatar
20 Sep 2025 00:35

MPG whb04b-6 starts by default in MPG Mode

Category: HAL

Hello.

I Know that MPG mode is the default mode at startup for whb04b-6.  So When moving the handwheel  the FeedRate Override changes untill we press Cont or Step yellow button

Is there a way to start in Continuos o Step mode?????





 
  • RobotMatic
  • RobotMatic's Avatar
  • krille
  • krille
19 Sep 2025 21:14
Replied by krille on topic RPi5 Scale settings

RPi5 Scale settings

Category: Basic Configuration

I try tomorow a lower speed . Thank you very much for a quick replay
  • tommylight
  • tommylight's Avatar
19 Sep 2025 20:30

Looking for a freelancer to help me with my project?

Category: User Exchange

What exactly do you need help with?
  • PCW
  • PCW's Avatar
19 Sep 2025 19:18
Replied by PCW on topic RPi5 Scale settings

RPi5 Scale settings

Category: Basic Configuration

Are you sure it is not stalling because your accel/velocity values are too high?

if the distance moved with a 100 mm command is not inversely proportional
to the scale, the hardware is not following the  command.

500 mm/s is way faster than is possible.

Even at 300 steps per mm, 500 mm/s  needs a 150 KHz step rate, but your base thread
period limits you to only about 5KHz (5 KHz = about 16.6 mm/sec at 300 steps/mm)
  • scsmith1451
  • scsmith1451's Avatar
19 Sep 2025 18:50
Linear Move Exceeds Lower Limit was created by scsmith1451

Linear Move Exceeds Lower Limit

Category: General LinuxCNC Questions

I am trying to create a simple subroutine to surface a block before engraving. It originally complained about an EOF in the file so I decided to execute each move command individually using MDI to make sure the code was correct.

Here the snippet that is giving an error:

    G0 X2.144 Y-0.125   (Move to start)
    G0 Z-0.02           (Lower spindle)

    G91             (Relative Moves)
    G0 X-11.163     (Make cut)
    G90             (Absolute Moves)
    G0 Y1.6921      (Move Y for next cut)

    G91             (Relative Moves)
   -- -> G0 X11.163      (Make cut) <---
    G90             (Absolute Moves)
    G0 Y3.5092      (Move Y for next cut)
    G0 Z0.1         (Move to safe height)

At the line indicated --->  <--- LCNC reports an error to the effect that Linear Move will exceed limits of the machine.  The program zero is located at the right-front corner of the block. Since I could move to the starting location in line 1 and do the first cut to "G0 X-11.163" which is negative, I naively expected moving opposite direction the same distance would be acceptable.

The block, 3.25 x 7.00 in., is located in the center of the 19 x 11 in. table with ample space on all sides for the 2 in. surfacing mill to clear the block. Fortunately, this was my first attempt to use LCNC on this machine so I was cutting air for the test, so no material was damaged.

Can someone help explain the error and how to resolve it?

Kind Regards,
  • scsmith1451
  • scsmith1451's Avatar
19 Sep 2025 18:32
Arrow keys for jogging was created by scsmith1451

Arrow keys for jogging

Category: Gmoccapy

The GMOCCAPY documentation indicates that the arrow-keys, pg-up, pg-down are enabled by default, however, they are not responding on my installation from the main screen. I've looked for a configuration parameter to enable them, but the only key I found disables all hot keys, not just the jog keys. Am I doing something wrong or did I miss something in the documentation?
  • krille
  • krille
19 Sep 2025 17:29
RPi5 Scale settings was created by krille

RPi5 Scale settings

Category: Basic Configuration

Hi I has problem with my setup  ini file  I do not understand the behavior of this if I use 200 step for the scale in my z axle and then G0Z-100 and the movment stop at 40 mm 
step 300 = 60 mm
step 400 =  81mm
step 500 = 78 mm
step 600 = 59 mm
Why can´'t I hit 100 mm in my set up I tryed many diferent value of steps with 50 increasment  
computer = Raspberry Pi 5 ,breakoutboard db25 cinese make , stepperdriver DM542  , 1/4 800 steps , motors 200 steps
are there any kind to help me in the right direction
yours sinserly Krister



 

File Attachment:

File Name: my-lathe.hal
File Size:5 KB
 

File Attachment:

File Name: my-lathe.ini
File Size:2 KB
  • BorisMatris
  • BorisMatris
19 Sep 2025 15:37

Looking for a freelancer to help me with my project?

Category: User Exchange

I am looking for someone who would help me with my LinuxCnc project. We use laser welding to weld electric motor shaft before grinding. I am at the end but some small issues I can't resolve. If there is someone who can spare some time and help( I am willing to pay) would be much appriciated.

Boris
Displaying 1456 - 1470 out of 22606 results.
Time to create page: 0.299 seconds
Powered by Kunena Forum