Advanced Search

Search Results (Searched for: )

  • Macwolf
  • Macwolf
23 Oct 2024 20:01
Replied by Macwolf on topic Beckhoff components crasht Linuxcnc

Beckhoff components crasht Linuxcnc

Category: EtherCAT

Anyone who can read has a clear advantage. vid&pid means vendor ID and product code. And these are specific to the hardware. Well, one step further. Lcnc also starts now but nothing happens, so let's keep looking.
  • Giovanni
  • Giovanni
23 Oct 2024 19:48
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

I think we could start right now! :-)
I have written a theoretical, hypothetical installation procedure (attached below) in .pdf and editable .odt so if you need to modify it, you can.
I hope it would be useful.
Good luck. Let me know.

Regards
Giovanni
  • tsaG
  • tsaG
23 Oct 2024 19:41
Replied by tsaG on topic Probe Basic Buttons Missing

Probe Basic Buttons Missing

Category: QtPyVCP

Oh, wow. The Sim has all the Buttons! So it seems to be my configuration? All I backed up was my Machine config. Maybe I have to change it file for file...
  • cakeslob
  • cakeslob
23 Oct 2024 19:38 - 23 Oct 2024 20:06

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions

The on abort we are both using is rather benign, all it does it clear offsets/distance mode and dwell a little, I dont think the issue was completely solved until a little bit into 2.8

btvpimill try putting nothing in your abort, or even just a g4 dwell command, and see if it does the same thing

edit, tommy, there is actually a separate abort function specifically for probe abort for this easyprobe addon called probe_escape.ngc that does other stuff 
  • chuben
  • chuben
23 Oct 2024 19:34
Replied by chuben on topic Update failure

Update failure

Category: Plasmac

Thanks, I already have this solved.Now when I close linuxcnc I get this error.

File Attachment:

File Name: linuxcnc_info.txt
File Size:4 KB

File Attachment:

File Name: linuxcnc.txt
File Size:11 KB
This is my configuration in case it helps: 

File Attachment:

File Name: linuxcnc_info.txt
File Size:4 KB

File Attachment:

File Name: linuxcnc.txt
File Size:11 KB

File Attachment:

File Name: Chuben_Pla...hine.hal
File Size:11 KB

File Attachment:

File Name: Chuben_Pla...hine.ini
File Size:5 KB

File Attachment:

File Name: custom_pos...0-23.hal
File Size:0 KB

File Attachment:

File Name: custom_2024-10-23.hal
File Size:3 KB
  • tommylight
  • tommylight's Avatar
23 Oct 2024 18:58
Replied by tommylight on topic Machine moves when you stop program in the middle

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions

Just went through those issues on github, so thinking out loud here, if the on_abort is used during probing, it really should not be in the main ini file as that is global for the machine and will cause issues during normal use.
There should be a way to use on_abort only during probing routines, and that is strictly whe it should be active.
Shooting from the hip here, but i really do not like it being in the main ini file.
  • tommylight
  • tommylight's Avatar
23 Oct 2024 18:48
Replied by tommylight on topic UFEI or BIOS

UFEI or BIOS

Category: Installing LinuxCNC

Both should work with new ISO, but i use BIOS always when possible.
  • Aciera
  • Aciera's Avatar
23 Oct 2024 18:42
Replied by Aciera on topic Spindle Inhibit while Probing.....

Spindle Inhibit while Probing.....

Category: Qtvcp

I have some hal set up to inhibit the spindle when the probe is loaded. Neither .enable or .spindle-inhibit are used. they are both outputs.
Outputs of what?????? that's what I would like to know,


Probably what the docs say, you would connect .spindle-inhibit in hal to
spindle.0.inhibit
.:

 

.enable reflects the screen button state.
  • cakeslob
  • cakeslob
23 Oct 2024 18:31

Machine moves when you stop program in the middle

Category: General LinuxCNC Questions

Ive been using the same easy probe as you for the past month or so, and I havent seen this behavior.

github.com/cakeslob/RRW_LAB/blob/main/Li.../remora-xyzRE_ts.ini

We use the same probe stuff, which I havent exactly changed either.

Anyone else wanna chime in, but the thing that stands out the most is 2.7 classic 2.7

github.com/LinuxCNC/linuxcnc/issues/579
  • JohnnyCNC
  • JohnnyCNC's Avatar
23 Oct 2024 17:58
UFEI or BIOS was created by JohnnyCNC

UFEI or BIOS

Category: Installing LinuxCNC

My old PC flat out died so now I am building a new one using a ThinkCentre.  Should I use UFEI or BIOS boot?

I searched UFEI but didn't find vary many results and none answering this question.

Thanks
John
  • tommylight
  • tommylight's Avatar
23 Oct 2024 17:32
Replied by tommylight on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Grotius is i Holand, so less sun for him! :)
I am in Kosovo, so lower part of eastern Europe, should be same as middle Italy for sun.
Been quite sunny theese days, so i just threw the panels on the shop roof and did some provisional wiring to test, got about 300W at 5:45PM, so not bad. Will get another panel later. I have to anker them to something, it gets windy sometimes.
  • bkt
  • bkt's Avatar
23 Oct 2024 17:26

How to use QStyleSheet with actionButtons?

Category: Qtvcp

for first I'm not QtVCP programmer .... but supicius is thebackground-color: rgb(51, 209, 122);

is not right features .... or not write in right manner .... here a normal qtcreatod stylesheet code:
QPushButton {font-weight: bold;color: #5E749C; border: 3px solid #1c5e12;border-radius: 5px;background: rgba(242, 242, 242, 150); background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #FFFFFD, stop: 0.3 #96ADB2);min-width: 41px;}QPushButton:pressed{font-weight: bold;color: cyan;background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #6F7E81, stop: 0.3 #DCF6FC);border-color: #27d404; border-width: 3px;}QPushButton:flat {border: none;}QPushButton:default { border-color: cyan;}

hope can help you go to in right directions ....
  • bkt
  • bkt's Avatar
23 Oct 2024 17:20
Replied by bkt on topic New minor problem

New minor problem

Category: General LinuxCNC Questions

happy for you .... nice
  • bkt
  • bkt's Avatar
23 Oct 2024 17:19
Replied by bkt on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

I write in english in very bad manner ..... 

@tommy Any how until rain is quite difficult pose solar panel ..... think at your home is similar to here .... it rain from 1 month more or less with some days of sun .....  sometime I wake up and think to live in Manchester ......  .... quite sure Grotius have more sun than here. I'm italian .... think Grotius live in UK and you, think to remember live other side of Adriatic sea right? ... a peace of "nostrum mare" ....
  • Lcvette
  • Lcvette's Avatar
23 Oct 2024 17:19

Question on Step 4 of the APT install instructions

Category: QtPyVCP

thank you for pointing that out, i have now adjusted the docs to make it more clear with some spacing between the lines, please let me know if this would have been clearer when you first were running the install!

Thanks,

Chris
Displaying 19441 - 19455 out of 24154 results.
Time to create page: 0.744 seconds
Powered by Kunena Forum