Advanced Search

Search Results (Searched for: )

  • clayton2ndtry
  • clayton2ndtry
19 Oct 2025 20:09
Replied by clayton2ndtry on topic burning iso to USB drive

burning iso to USB drive

Category: General LinuxCNC Questions

9660. The DVD drive fails BIOS diagnostics. Spindle error. I am ordering a replacement drive. In the meantime, I used a USB DVD drive. The 2.9.2 disk would not boot. But an ancient disk from Sherline called EMC2 did boot and install from that USB DVD drive. This is so ancient that Update Manager does not work. I put 2.9.4 on the DVD. While trying to install, it complained about unmounting media failing. I suspect 2.9.4 ISO lacks the smarts to handle a USB DVD drive. I have successfully installed 2.7.14 before so that is next.
  • Sandro
  • Sandro
19 Oct 2025 19:53
Replied by Sandro on topic MonoKrom - QtPyVCP GUI for PlasmaC and Mill

MonoKrom - QtPyVCP GUI for PlasmaC and Mill

Category: QtPyVCP

Hello everyone

After seeing your video (looks really great by the way), I wanted to check out MonoKrom as well. However, following the instructions on the QtPyVCP repo, I fail at the step of installing MonoKrom itself. The apt source seems not be available anymore.

www.qtpyvcp.com/install/apt_install.html

$ sudo apt install python3-monokrom

Greetings Sandro
  • ihavenofish
  • ihavenofish
19 Oct 2025 19:46
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

Progress. I cut the end frames down from the old machine so chips don't build up at the ends of the rails. this lets me reduce the safety margins and I get about 310mm y travel now. Also made a new top plate for the Z which increases clearance 10mm, and ups the travel to 112mm. Much smaller than the new version, but we don't have that yet sooo :P






  • tommylight
  • tommylight's Avatar
19 Oct 2025 18:21
Replied by tommylight on topic Any progress on QTLazerC or

Any progress on QTLazerC or

Category: Other User Interfaces

Since no one stepped in, i do recall that discussion but not the end result.
I did refrain from posting there as i still vigorously maintain that capacitive sensing has no business near a plasma machine, as proven by a quick glance at new industrial machines.
I did remove plenty of fully functioning capacitive sensors from industrial plasma machines and replaced with float switch. It never fails.
  • tommylight
  • tommylight's Avatar
19 Oct 2025 18:12
Replied by tommylight on topic burning iso to USB drive

burning iso to USB drive

Category: General LinuxCNC Questions

What model of OptiPlex ?
  • DavidR8
  • DavidR8
19 Oct 2025 17:39 - 19 Oct 2025 22:31

New Probe Basic install - error during install.

Category: QtPyVCP

Working on fixing the broken install.
I wasn't able to do that previously because I was not the root user. Some google sorted me out there.

I'm pleased to report that I have successfully installed Probe Basic!
This is a huge win for me because Linux and LinuxCNC have been my nemesis since I first tried using it in 2021 when I built my PrintNC router. I gave up because I simply did not know what I was doing. Four years on, and three CNC build later I have a modicum of a clue now.
Each of the posts in the thread represent more learning for me and your help has well, helped me get to where I wanted to be.
Thanks all!
 
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 17:32

New Probe Basic install - error during install.

Category: QtPyVCP

just for clarification, in Linux with any program when installing in terminal, if dependencies are missing they will cause an installation error, you need to read the terminal after each command to verify if the installation was successful or if there was a complication that needs to be addressed, it will give you any clues as to what is wrong very clearly.  so in your example, there are missing dependencies as shown in the terminal boxed in red outline.  the solution is to immediately run after that installation command the following command shows in red text.  that should resolve and then the previous installation will continue automatically and complete.  now if you ignored any of the dependency errors in previous installation lines for linuxcnc, hiyapyco, qtpyvcp, you would need to go back and rerun those in the correct order from the docs and running the dependency fix directly after each.  the order is important because each item is a dependency of the previously installed component.

linuxcnc > hiyapyco > qtpyvcp > probe-basic

 


 
  • DavidR8
  • DavidR8
19 Oct 2025 16:52

New Probe Basic install - error during install.

Category: QtPyVCP

Just machine control. I'll try the apt install.
  • PCW
  • PCW's Avatar
19 Oct 2025 16:19

hm2_modbus, mesa modbus, vfd modbus, mesambccc - example configs/intro?

Category: Advanced Configuration

No that references Mesa Modbus and several userland modbus interfaces
that use kernel serial port/USB serial port drivers.
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 16:12 - 19 Oct 2025 16:15

New Probe Basic install - error during install.

Category: QtPyVCP

When you see errors like the missing dependency shown in the top line of your screen shot, those are what stop the installation from proceeding. While installing, if you encounter those, you can auto install them by running:

sudo apt --fix-broken install

which will gather all of the missing dependencies on your system and install them.
  • robh
  • robh
19 Oct 2025 16:12
  • Lcvette
  • Lcvette's Avatar
19 Oct 2025 16:05

New Probe Basic install - error during install.

Category: QtPyVCP

Are you trying to install a dev work station or just a machine control? If a machine control, use the apt installation.

kcjengr.github.io/probe_basic/stable_quick_start_apt.html
  • DerKlotz
  • DerKlotz
19 Oct 2025 15:49
Replied by DerKlotz on topic Combine Glade Togglebutton with Physical Input

Combine Glade Togglebutton with Physical Input

Category: GladeVCP

Hello,
this is my almost working postgui. This works is Input-04 is a switch. But i want to use a push button. What can i do?

#[Startknopf]
loadrt or2
addf or2.0 servo-thread

loadrt not #mit diesem Befehl wird ein not.in/out in die Pins geladen
addf not.0 servo-thread
net Start.not.out => not.0.out # hier wird not.0.out startbar gemacht

net Start.ext.an <= gladevcp.Start => or2.0.in0
net Start.ext.an1 <= hm2_7i76e.0.7i76.0.0.input-04 => or2.0.in1
net Start.or <= or2.0.out => hm2_7i76e.0.7i76.0.0.output-05 => halui.machine.on => not.0.in # Eingang not.0.in wird über den or2.0.out gesetzt

net Start.not.out => not.0.out => hm2_7i76e.0.7i76.0.0.output-06 => halui.machine.off
net MachineLED <= halui.machine.is-on => gladevcp.led_Startstopp
  • jpg
  • jpg
19 Oct 2025 15:20 - 19 Oct 2025 15:21

Making a GUI for Aligning Feeder Positions and Saving the Values to a CSV file

Category: Pick and Place

Hey, Ive been meaning to work on this and Dmitry's up camera, but before that I needed to build/install/configure my hardware with c axis before I started on this.

Nothing against qt/glade, but for simplicity I am trying to do everything in an Axis tab with tk/tcl/tkinter, and probably using usercommand file so that is my challenge.

The usercommand file Ive included is your initial file, but with a camera tab created in axis. I am using this as a starting point.

first hurdle : conflicting mainloops between axis and opencv

here is solutions, but Im trying to understand them first (I struggle with OOP)

stackoverflow.com/questions/72318466/how...ow-inside-tkinter-ui
github.com/furas/python-cv2-streams-viewer




Hello,  this is a bit off topic, but does the axis C component work perfectly? Thank you for your feedback

 

  • jpg
  • jpg
19 Oct 2025 15:12

M19 for Indexing a Spindle using Stepper Motors

Category: General LinuxCNC Questions

Hello, here is a functional version for port // that may help.
Displaying 886 - 900 out of 22540 results.
Time to create page: 0.333 seconds
Powered by Kunena Forum