Advanced Search

Search Results (Searched for: )

  • karlhe
  • karlhe
24 Aug 2025 15:25
Replied by karlhe on topic in linuxcnc freecad 1.0 einbinden

in linuxcnc freecad 1.0 einbinden

Category: Configuration Tools

Hallo tommy,leider habe ich das noch nicht einbinden können.karlhe
  • tommylight
  • tommylight's Avatar
24 Aug 2025 15:11
Replied by tommylight on topic Voron Life , for anyone going into 3D printing !

Voron Life , for anyone going into 3D printing !

Category: Additive Manufacturing

You might want to wait a bit till the hysteria settles down and the price will also settle down with it.
Or some China shop will come up with a much cheaper kit, as they did with Voron 0.1.
At the risk of repeating myself, if you have no parts for 3D printers already, it is much better to buy a kit than to source parts yourself, saves a lot of time and even more frustration. Also, after you finally source everything and build the damn thing, you have plenty of parts that don't fit that you payed for so the only reasonable thing is to buy more parts and build another one... :) That is how i ended up with 5 of Voron 2.4 !!!
  • my1987toyota
  • my1987toyota's Avatar
24 Aug 2025 15:04
Replied by my1987toyota on topic Voron Life , for anyone going into 3D printing !

Voron Life , for anyone going into 3D printing !

Category: Additive Manufacturing

Appreciated as always tommylight. I put the response there to show that there are kits now available
when before there were none.
www.fysetc.com/products/venture-xl
 
  • unknown
  • unknown
24 Aug 2025 14:19 - 24 Aug 2025 14:23
Replied by unknown on topic Get rid of username/password?

Get rid of username/password?

Category: Basic Configuration

So far it hasn’t complained yet. :side:
Old HDD drives don’t like having their power cut off like that, but modern SSDs don’t really care.

 

If you're running an Rpi4 or 5 with a SD card this method has be known to corrupt the SD card. Ca n leave files open and prevents the OS from doing some "clean up" housework.

You can configure the desktop to start shutdown by pressing the ON\OFF switch on the PC or ask you if you want to shutdown, should be under Power Preferences.
  • tommylight
  • tommylight's Avatar
24 Aug 2025 12:32
Replied by tommylight on topic in linuxcnc freecad 1.0 einbinden

in linuxcnc freecad 1.0 einbinden

Category: Configuration Tools

github.com/FreeCAD/FreeCAD/releases
github.com/FreeCAD/FreeCAD/releases/down...86_64-py311.AppImage
After download, right click on it, properties, permissions, check "Allow executing file as program", close, double click on it.
  • tommylight
  • tommylight's Avatar
24 Aug 2025 12:26
Replied by tommylight on topic Get rid of username/password?

Get rid of username/password?

Category: Basic Configuration

I don't know if it's correct but I directly turn off the main power switch and everything goes off.

+1
  • emresensoy
  • emresensoy
24 Aug 2025 11:56
Replied by emresensoy on topic QtPyVCP - First VCP tutorial problems

QtPyVCP - First VCP tutorial problems

Category: QtPyVCP

I need help with same problem, the default template is never start to work with "editvcp vcp1"

when run the ./tutorial.sh it generates;
emre@linuxcnc:~/vcp-template$ ./tutorial.sh
Venv Exists
Activate Venv
./tutorial.sh: line 104: /home/emre/.linuxcnc_venv/bin/activate: No such file or directory
Enter a name for the VCP or Q to quit vcp2
VCP Template files sourced from /home/emre/vcp-template
Copying the VCP Template to /home/emre/vcp2
+ pip install -e .
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
    
    See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
+ set +x
Note: to edit the VCP in a terminal editvcp vcp2
Copy the Tutorial LinuxCNC Configuration Files? Yes No yes
Creating the Directory /home/emre/linuxcnc/configs/vcp2
Copying Sample Config Files from /home/emre/vcp-template/basic_vcp/ to /home/emre/linuxcnc/configs/vcp2
  • Hakan
  • Hakan
24 Aug 2025 11:51

Debian tries to connect to the internet on EtherCAT network device?

Category: EtherCAT

That can't be right? Maybe it works, but you normally don't want nor need an IP-address on the ethercat interface.
Here is my config for I226-V in /etc/network/interfaces.
auto enp2s0
iface enp2s0 inet manual
        hardware-irq-coalesce-rx-usecs 0
        pre-up /sbin/ifconfig $IFACE up
        post-down /sbin/ifconfig $IFACE down
The i226 uses the Intel igc driver, the energy-efficient mode is off by default, so the igb.EEE=0 is not needed and also is for the igb driver, not the igc.
You can rename the nic with a .link file, google it the best tip there.

 
  • thomaseg
  • thomaseg
24 Aug 2025 11:32

Debian tries to connect to the internet on EtherCAT network device?

Category: EtherCAT

iface eno1 inet dhcp
    hardware-irq-coalesce-rx-usecs 0

Ehm.... it worked! Thanks! The networkinterface for EtherCAT is no longer in the list of networks and now the internet connection defaults to the proper interface, and EtherCAT works like a charm now...but....why did that work? :-D I don't understand since nothing in that configuration seems indicate "oh, by the way, this will hide the interface from UI and prevent InternetConnection from trying to use it"...i've looked up the hardware-irq-coalesce-rx-usecs parameter and that only seems to be some sort of tuning, not something that should do what it just did....

Sorry, i'm just trying to understand it... the worst part is when something works, and i don't understand why it works ;-)

PS: I also disabled the power-stuff in GRUB as you suggested. Thanks!

/Thomas
  • meister
  • meister
24 Aug 2025 11:31

ColorCNC Colorlight 5A-75E/5A-75B as FPGA controller board

Category: Driver Boards

minimal fpga project, just edit the pins file to match your pinout:
github.com/multigcs/FPGA-blinky/tree/main/Colorlight5A-75E

i can't remember but i think it was already for the v8.2 board

if it works, you can take a look here:
github.com/multigcs/riocore/tree/dev/rio...olorlight5A-75B-v8.0
  • Jonathan_H
  • Jonathan_H
24 Aug 2025 11:29

System hangs repeatedly with certain combinations of operations

Category: General LinuxCNC Questions

That was it, thought I must have missed something.
Thanks
Creating the spindle-at-speed for a stopped spindle seems to have fixed the issue I was having. I added a delay because I prefer to have the spindle actually stopped (or close to) before the movement happens.
I don't see a way to make the delay time proportional to the starting speed of the spindle, so for now I've set it to five seconds.
  • rodw
  • rodw's Avatar
24 Aug 2025 09:50 - 24 Aug 2025 09:51

Debian tries to connect to the internet on EtherCAT network device?

Category: EtherCAT

not sure but you could try adding this to /etc/network/interfacesauto eno1
iface eno1 inet dhcp
    hardware-irq-coalesce-rx-usecs 0
replace eno1 with the NIC name reported by ip a for ethercat
Restart the network

Also add this to your boot parameters using grub-customizer to disable energy efficient internet igb.EEE=0
  • besriworld
  • besriworld
24 Aug 2025 09:08
Replied by besriworld on topic Get rid of username/password?

Get rid of username/password?

Category: Basic Configuration

So far it hasn’t complained yet. :side:
Old HDD drives don’t like having their power cut off like that, but modern SSDs don’t really care.
  • thomaseg
  • thomaseg
24 Aug 2025 09:02
Replied by thomaseg on topic Get rid of username/password?

Get rid of username/password?

Category: Basic Configuration

I don't know if it's correct but I directly turn off the main power switch and everything goes off.

hehe! That is one way to do it! But I don't think Linux likes getting the power cut like that? Or is that assumption wrong?

/Thomas
  • thomaseg
  • thomaseg
24 Aug 2025 09:00 - 24 Aug 2025 09:03

Debian tries to connect to the internet on EtherCAT network device?

Category: EtherCAT

Hi,

I use a "Odroid H4" as master and it has two network interfaces. Perfect for LinuxCNC with EtherCAT and cabled networking. However, I'm having the issue that both network interfaces shows up as if they both can connect to the internet: 


Two things annoy me:
1. Is there a way to rename these devices? The naming is kinda useless as it is and it bothers my OCD, preferably i'd call one Internet and the other EtherCAT or something like that, but i've seem to have tried everything google suggests me to rename them, without any luck...apparently not the correct one yet, ideas?
2. The top network card is the one connected to the internet...but every time the machine starts, it attempts to connect to "Internet connection" via the bottom one. These attempts causes the EtherCAT bus to reset every minute or so...to solve this i have to press "Disconnect" at the lower card and press "Internet connection" at the upper card...at every start of the system :-( Can i somehow mark the EtherCAT card as "hands off!" for internet-stuff? And the internet is automagically connected via the upper one? First i thought "easy fix", i'll just swap cables and use it the other way around....BUT lo and behold, the problem was the exact same, but now the interfaces was just switched around...ideas?

I know this isn't "LinuxCNC and ethercat specifics", but i assume others here have had the same issues, so i hope it is ok...

/Thomas
Displaying 1186 - 1200 out of 23342 results.
Time to create page: 0.227 seconds
Powered by Kunena Forum