Advanced Search

Search Results (Searched for: )

  • maruf1777
  • maruf1777
10 Oct 2025 23:16 - 10 Oct 2025 23:18
Replied by maruf1777 on topic Probe Basic Probing Location

Probe Basic Probing Location

Category: QtPyVCP

Thanks For Info I Fixed It. Followed Directions From LinuxCNC Docs On Referncing Axis Movement And Directions Noted by pommen
  • Lcvette
  • Lcvette's Avatar
10 Oct 2025 23:13
Replied by Lcvette on topic Probe Basic Probing Location

Probe Basic Probing Location

Category: QtPyVCP

Axis direction is the direction the cutter moves through the work on a Cartesian coordinate system. For moving gantry machines it is literal but for table motion machines it can be confusing because it's inverse of what one might expect (if thinking the table is what is traveling in the + or - direction. When the table moves toward the front, the cutter is moving in the y+ direction through the work, when the table moves to the left it is the x+ direction because the cutter moves through the work in the positive direction. So setup your machine accordingly. Home should be 0's, if your switches are on the wrong side you can use the home offset setting to correct.
  • Hakan
  • Hakan
10 Oct 2025 22:58

Ethercat drives not responding, mesa error finishing read

Category: EtherCAT

So you built ethercat master from source? Rebuild with the option --disable-eoe or something that makes it exclude eoe.
The three lines you showed from the syslog says it want to establish eoe network interfaces. Disable that.
  • tommylight
  • tommylight's Avatar
10 Oct 2025 22:57
Replied by tommylight on topic Strugling with installation

Strugling with installation

Category: Installing LinuxCNC

Try
sudo apt purge *raspi*
then sudo apt update
-
Sorry, i copied and pasted that line from the post i linked and now i noticed that line will not work as was written there, dang, now i have to find all the posts about it and fix them.
Not my mess, luckily, but i hate dealing with it as it's been dragging for over a year now, all because someone did not clean the build environment before building the ISO.
  • Digger011
  • Digger011
10 Oct 2025 22:50
Replied by Digger011 on topic Strugling with installation

Strugling with installation

Category: Installing LinuxCNC

Tommy, thanks for the instructions.

milos@cnc:~$ apt list --upgradable
Listing... Done
libtiff-dev/oldstable-security 4.5.0-6+deb12u3 amd64 [upgradable from: 4.5.0-6+deb12u2]
libtiff6/oldstable-security 4.5.0-6+deb12u3 amd64 [upgradable from: 4.5.0-6+deb12u2]
libtiffxx6/oldstable-security 4.5.0-6+deb12u3 amd64 [upgradable from: 4.5.0-6+deb12u2]
milos@cnc:~$ sudo apt upgrade libtiff-dev/oldstable-security 4.5.0-6+deb12u3 amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package 4.5.0-6+deb12u3
E: Couldn't find any package by glob '4.5.0-6+deb12u3'
E: Unable to locate package amd64
milos@cnc:~$ sudo apt upgrade libtiff-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  libtiff-dev libtiff6 libtiffxx6
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 916 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 security.debian.org/debian-security bookworm-security/main amd64 libtiff-dev amd64 4.5.0-6+deb12u3 [456 kB]
Get:2 security.debian.org/debian-security bookworm-security/main amd64 libtiff6 amd64 4.5.0-6+deb12u3 [316 kB]
Get:3 security.debian.org/debian-security bookworm-security/main amd64 libtiffxx6 amd64 4.5.0-6+deb12u3 [144 kB]
Fetched 916 kB in 0s (2,671 kB/s)   
(Reading database ... 180636 files and directories currently installed.)
Preparing to unpack .../libtiff-dev_4.5.0-6+deb12u3_amd64.deb ...
Unpacking libtiff-dev:amd64 (4.5.0-6+deb12u3) over (4.5.0-6+deb12u2) ...
Preparing to unpack .../libtiff6_4.5.0-6+deb12u3_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.0-6+deb12u3) over (4.5.0-6+deb12u2) ...
Preparing to unpack .../libtiffxx6_4.5.0-6+deb12u3_amd64.deb ...
Unpacking libtiffxx6:amd64 (4.5.0-6+deb12u3) over (4.5.0-6+deb12u2) ...
Setting up initramfs-tools (0.142+deb12u3) ...
update-initramfs: deferring update (trigger activated)
Setting up libtiff6:amd64 (4.5.0-6+deb12u3) ...
Setting up libtiffxx6:amd64 (4.5.0-6+deb12u3) ...
Setting up linux-image-6.1.0-40-rt-amd64 (6.1.153-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 6.1.0-40-rt-amd64.
dkms: autoinstall for kernel: 6.1.0-40-rt-amd64.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.1.0-40-rt-amd64
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: error processing package linux-image-6.1.0-40-rt-amd64 (--configure):
 installed linux-image-6.1.0-40-rt-amd64 package post-installation script subprocess returned error exit status 1
Setting up libtiff-dev:amd64 (4.5.0-6+deb12u3) ...
dpkg: dependency problems prevent configuration of linux-image-rt-amd64:
 linux-image-rt-amd64 depends on linux-image-6.1.0-40-rt-amd64 (= 6.1.153-1); however:
  Package linux-image-6.1.0-40-rt-amd64 is not configured yet.

dpkg: error processing package linux-image-rt-amd64 (--configure):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u13) ...
Processing triggers for initramfs-tools (0.142+deb12u3) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-40-rt-amd64
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
 installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 linux-image-6.1.0-40-rt-amd64
 linux-image-rt-amd64
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

Wonering what am I doing wrong. 

M

 
  • Fred G
  • Fred G
10 Oct 2025 22:27
Replied by Fred G on topic Gmoccapy tool setter install "errors"

Gmoccapy tool setter install "errors"

Category: General LinuxCNC Questions

This is after making a few changes trying to figure it out?
any help would be helpful





(gmoccapy:3126): Gtk-CRITICAL **: 15:22:03.887: gtk_entry_set_text: assertion 'text != NULL' failed
[Gmoccapy.GMOCCAPY.GETINIINFO][[33mWARNING[0m] Found kinstype=BOTH but using trivkins. It is not recommended to do so! Will use mode to switch between Joints and World mode, hopefully supported by the used <<trivkins>> module. (getiniinfo.py:182)
15:22:05.211 WARNING Config: mousetweaks GSettings schema not found, mousetweaks integration disabled.
gmoccapy_postgui.hal:24: Pin 'gmoccapy.toolchange-change' was already linked to signal 'tool-change-request'
/usr/lib/python3/dist-packages/gi/overrides/GObject.py:493: Warning: ../../../gobject/gsignal.c:2772: instance '0x15975de0' has no handler with id '33554454'
return func(*args, **kwargs)
3075
  • MaHa
  • MaHa
10 Oct 2025 22:24
FlexGui QDoubleSpinBox HAL_IO was created by MaHa

FlexGui QDoubleSpinBox HAL_IO

Category: Other User Interfaces

It is very difficult or impossible to enter a floatingpoint value at once. I can enter only 1 digit, then the rest of the box is filled with zeros. So i have to select each digit and replace, minus can only be entered separately also. The input for variable works much better.


 
  • tommylight
  • tommylight's Avatar
10 Oct 2025 21:53
Replied by tommylight on topic Probe Basic Probing Location

Probe Basic Probing Location

Category: QtPyVCP

Picture of the machine and location of home sensor ?
  • tommylight
  • tommylight's Avatar
10 Oct 2025 21:50

Ethercat drives not responding, mesa error finishing read

Category: EtherCAT

sudo apt install wireshark
monitor the network card to see what is going on, look for retransmissions
  • tommylight
  • tommylight's Avatar
10 Oct 2025 21:41
Replied by tommylight on topic Strugling with installation

Strugling with installation

Category: Installing LinuxCNC

Did you do this
sudo apt purge raspi-firmware
After you do
sudo apt update
then you can upgrade if you want to
[sudo apt upgrade[/code]
Then you can install whatever you want as usual.
  • maruf1777
  • maruf1777
10 Oct 2025 21:37
Replied by maruf1777 on topic Probe Basic Probing Location

Probe Basic Probing Location

Category: QtPyVCP

It Seems Like My Y Axis Is Inverted In Wrong Direction
However I Did Set My Params in Ini
HOME = 200.0
MIN_LIMIT = 0.0
MAX_LIMIT = 200.5
HOME_OFFSET = 200.0
HOME_SEARCH_VEL = -5.0
HOME_LATCH_VEL = -5.0
After Homing It Moves In opposite direction
Is that Mean I need to Invert Motor Direction and Change Home_Search_vel to positive?
  • pommen
  • pommen's Avatar
10 Oct 2025 21:24
Replied by pommen on topic Probe Basic Probing Location

Probe Basic Probing Location

Category: QtPyVCP

I think Probe basic is based on this:
https://linuxcnc.org/docs/html/user/images/mill-diagram_en.svg

Read more here: linuxcnc.org/docs/html/user/user-concepts.html
  • maruf1777
  • maruf1777
10 Oct 2025 21:16
Probe Basic Probing Location was created by maruf1777

Probe Basic Probing Location

Category: QtPyVCP

Hi I Have Problem With Probe Basic Probing 
So My CNC is:
X+ Left To Right( 0 - 330)
Y+ From Front To Back ( 0 - 200)
However When I Want To Probe Front Left Corner It Seems Like It Is Probing X Properly But Y Is Flipped
So In order to probe Front Left Corner In RL I'm forced to choose Back Left Corner in PB GUI
  • JT
  • JT's Avatar
10 Oct 2025 21:11 - 10 Oct 2025 21:12
Replied by JT on topic User interface

User interface

Category: General LinuxCNC Questions

For startup Axis is as solid as you can get, as soon as you want something more suited to your machine and work flow then Flex GUI is the best because you can have what ever you want and what ever screen size you want. Other GUI's you have to use what the programmer wants you to use.

JT
  • Digger011
  • Digger011
10 Oct 2025 21:05
Replied by Digger011 on topic Strugling with installation

Strugling with installation

Category: Installing LinuxCNC

This is what I have a problem with after installing from LinuxCNC install image linux_2.9.4-amd64.hybrid

Is this correct?
Displaying 151 - 165 out of 22894 results.
Time to create page: 0.668 seconds
Powered by Kunena Forum