Advanced Search

Search Results (Searched for: )

  • Nalofox
  • Nalofox
24 Aug 2025 16:09
Mesa 7i96s pkuart firmware was created by Nalofox

Mesa 7i96s pkuart firmware

Category: Driver Boards

Hi,
I'm new to LinuxCNC. I tried to build a small milling machine and would like to control the VFD driver through Modbus.
I am using the Mesa 7i96s. I’ve seen some people mention flashing the card with "7i96sd_pktv2.bin" to remap the SSerial port to the PKUART port, but I can’t find this firmware.So, I’m stuck at the beginning…
Maybe I’m misunderstanding something?
Can you help me?Thanks!
  • my1987toyota
  • my1987toyota's Avatar
24 Aug 2025 15:46 - 24 Aug 2025 15:53
Replied by my1987toyota on topic Voron Life , for anyone going into 3D printing !

Voron Life , for anyone going into 3D printing !

Category: Additive Manufacturing

Hilariously the XL is open source  github.com/FYSETC/Venture_XL
I am also curious tommylight , have you used other toolheads with the voron 2.4 like the DragonBurner or
RapidBurner? if so what is your opinion of them?
  • 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.
Displaying 11296 - 11310 out of 16340 results.
Time to create page: 0.279 seconds
Powered by Kunena Forum