Advanced Search

Search Results (Searched for: )

  • PCW
  • PCW's Avatar
02 Apr 2025 15:42
Replied by PCW on topic sl2-100 galvo scanner

sl2-100 galvo scanner

Category: Driver Boards

If it's a digital XY2-100 interface, there's a hostmot2 driver
  • Grotius
  • Grotius's Avatar
02 Apr 2025 15:41 - 02 Apr 2025 15:42
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Endian,

I am not ready with the .iso, but you can try this archive. Unpack it where you want.
Then : ./install.sh

I didn't test it on a fresh .iso so i can not confirm it works straight away.
After installing goto : ~/linuxcnc/cmake/configs and do : ./run_axis_9

At your own risk:
repository.qtpyvcp.com/repo/linux-distro/lcnc_archive.tar


 
  • vre
  • vre
02 Apr 2025 15:03
sl2-100 galvo scanner was created by vre

sl2-100 galvo scanner

Category: Driver Boards

Hello.
Knows anyone something about driving sl2-100 galvo scanner ?
  • Hastrh2o
  • Hastrh2o
02 Apr 2025 14:58
Qt Designer QMainWindow slots was created by Hastrh2o

Qt Designer QMainWindow slots

Category: Qtvcp

Hi,

When I edited qtaxis.ui I found the new functions I added to the handler file in "signal editing  / slot " panel. Now I add another function to the handler file and I don't recall what I need to do to find it in "signal editing  / slot " panel... I know I could edit manually the ui file and that's work, but I prefer having it there.
Thanks.

Ronan
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:37
Replied by andypugh on topic Devuan, RPi5 & Linuxcnc Image

Devuan, RPi5 & Linuxcnc Image

Category: Installing LinuxCNC

Linuxcnc complains about /usr/bin/kill not being there but it's under /bin/kill which might have to do with debian having /bin /sbin & /lib being links to /usr/bin /usr/sbin & /usr/lib/ and Devuan not taking that road.
 

That's something that is meant to have changed in Debian too, in fact LinuxCNC is being "told off" about it:
github.com/LinuxCNC/linuxcnc/pull/3388
 
  • andypugh
  • andypugh's Avatar
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:30
Replied by andypugh on topic User Defined M-Codes M100-M199

User Defined M-Codes M100-M199

Category: Gmoccapy

Not really, as the system has no way to know if the user-defined codes are modal or not.
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:29

Fusion 360 probe on probe_basic - Probe tripped during non-probe move

Category: General LinuxCNC Questions

I don't think that "probe tripped during non-probe move" is generated by probe_basic (or by any GUI). It's built-in to core LinuxCNC.

There are a couple of INI settings in [TRAJ] that might be worth trying, though I don't think that they are quite what you want:

linuxcnc.org/docs/stable/html/config/ini...tml#sub:ini:sec:traj
(right at the end of the section, NO_PROBE_..._ERROR )

It seems likely that the problem is with the Fusion probe routine, though, are you absolutey sure that it isn't making a non-probe move into probe contact?

If you set up the HAL so that motion.probe-input is AND-ed with the motion.motion-type == 5 ( "probing") then you can completely bypass the error report. But it is an error indicatiing a genuiune isssue in most cases.
linuxcnc.org/docs/stable/html/man/man9/m...9.html#MOTION%20PINS
  • andypugh
  • andypugh's Avatar
02 Apr 2025 13:18

External comp driver for custom hostmot2 module

Category: HAL

Sorry for the late reply.

I think that this woud be difficult, as the Hostmot2 main driver needs to know what to do with your new module.

The UART / PktUART drivers are provided with a "hook" with which the external comps can get access to the register data, so at the very least you would need to do that.

I think that you will need to find some other way to persist your changes going forwards, unfortunately. You can probably keep a patch file to re-apply your changes (which would be limited to a standalone handler for your module, and additions to hotmot2.h and hostmot2.c

I also don't see any way to avoid re-compiling LinuxCNC to include your code.

Are you sure that no-one else would ever want your module? From your point of view adding it to the main codebase would be cleanest.

Note that you also want to make sure that you avoid a clash with the "official" Mesa GTAGs ( github.com/LinuxCNC/linuxcnc/blob/master...tmot2/hostmot2.h#L94 )
  • Hakan
  • Hakan
02 Apr 2025 13:14
  • EW_CNC
  • EW_CNC's Avatar
02 Apr 2025 12:55

Hypertherm Powermax Voltage Divider, Preference for THAD-10

Category: Plasmac

Which voltage divider setting is prefferred for a Hypertherm Powermax plasma cutter when connected to a Mesa THAD-10?
The options are 20:1 _ 21.1:1 _ 30:1 _ 40:1 _ 50:1
Is one preferred over the other for better resolution or response time?
 
  • endian
  • endian's Avatar
02 Apr 2025 12:30
Replied by endian on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Grotious

Installation by following your steps is not finished well probably ...

Which files to patch ?
user@user:~$ sudo find / -type f -name "tp.c" 2>/dev/null
/opt/linuxcnc/cmake/patch_files/tp.c
/opt/linuxcnc/src/emc/tp/tp.c
/opt/linuxcnc/src/objects/hal/components/tp.c

with your script \
#!/bin/bash

cd patch_files
cp tp.c ../../src/emc/tp
cp tp.h ../../src/emc/tp
cp motion.c ../../src/emc/motion
cp axis_scurve_mm.ini ../../configs/sim/axis
cd ..
  • Aciera
  • Aciera's Avatar
02 Apr 2025 11:34 - 02 Apr 2025 11:51
Replied by Aciera on topic linuxcnc scurve motion planner

linuxcnc scurve motion planner

Category: General LinuxCNC Questions

Just to recap:
The solver uses variables gamma_1, gamma_2 and s_1 to minimize the distance between  the end point of the 4th clothoid segment and the start of the trimmed back 2nd corner segment.
's_1' is the arc length of a clothoid segment (all four segments being of the same length).
'gamma_1', 'gamma_2' are parameters used for 3d clothoids and are both zero for a 2d clothoid

The starting values are here, if I'm not mistaken:
 
 
  • D Jensen
  • D Jensen
02 Apr 2025 10:39
Replied by D Jensen on topic Retrofitting a 1986 Maho 400E

Retrofitting a 1986 Maho 400E

Category: Milling Machines

Nope. Certainly not Chris..
My email is on p174. Drop me an email and we will find what works for us
I think we both go to standard time next weekend so we will still be 2 hours off.
Cheers,
David
Displaying 136 - 150 out of 26734 results.
Time to create page: 0.224 seconds
Powered by Kunena Forum