Advanced Search

Search Results (Searched for: )

  • aikiaviator
  • aikiaviator
30 Nov 2024 12:08
Replied by aikiaviator on topic 7i96S Basic Switch Wiring confirmation

7i96S Basic Switch Wiring confirmation

Category: Basic Configuration

Fantastic. Thanks very much. So for anyone else looking, here is a visual.
  • Aciera
  • Aciera's Avatar
30 Nov 2024 12:04
Replied by Aciera on topic Embed tab not displayed with autostart

Embed tab not displayed with autostart

Category: Gmoccapy

Maybe it is sending the output to stderr not stdout. This should direct both to the file:
/usr/bin/linuxcnc '/home/axel/linuxcnc/configs/mini-cnc-tc-dust/mini-cnc-tc-dust.ini' &> '/home/axel/linuxcnc/debug_log.txt
...  &> /home/axel/autostart_log.txt 
  • Aciera
  • Aciera's Avatar
30 Nov 2024 11:53 - 30 Nov 2024 11:54

Qtgragon Versa Probe Bug ? probe_routines.py

Category: Qtvcp

I fixed the formatting.

Maybe you want to file this as an issue or as a pull request on github?
  • zieluch
  • zieluch
30 Nov 2024 11:42 - 30 Nov 2024 11:52

Qtgragon Versa Probe Bug ? probe_routines.py

Category: Qtvcp

Hi Guys,

I think I found a bug in the probe_routines.py for versa probe. When Trying to probe from outside from 4 sides in the current setup I was not able to make it working. ( I always had to probe very end X+ and Y+ with adequate searching  distance). Not sure if this is happening only for me but but this was pretty anoying because even I found center I couldn't from ceter position run routine again to double check.

Someone might find this helpful i adjusted probe_routines.py file (/usr/lib/python3/dist-packages/qtvcp/widgets/probe_routines.py)
github.com/LinuxCNC/linuxcnc/blob/master...ts/probe_routines.py

line 1089
aa = (2 * self.data_side_edge_length) + self.data_latch_return_dist + self.data_xy_clearance
replace with:
aa = 2 * (self.data_side_edge_length + self.data_latch_return_dist + self.data_xy_clearance)
line 1054
aa = (2 * self.data_side_edge_length) + self.data_latch_return_dist + self.data_xy_clearance
replace with:
aa = 2 * (self.data_side_edge_length + self.data_latch_return_dist + self.data_xy_clearance)
Displaying 22291 - 22294 out of 22294 results.
Time to create page: 0.432 seconds
Powered by Kunena Forum