Advanced Search

Search Results (Searched for: )

  • djdelorie
  • djdelorie
Today 14:31
Replied by djdelorie on topic Post-M6 - restore X,Y ?

Post-M6 - restore X,Y ?

Category: Advanced Configuration

I could do that, but keeping track of the old Z might be tricky, especially if subroutines are involved.
I was also thinking that wrapping the "G0" and "G1" gcodes in a short python script (or even gcode wrapper) might work, but it would take more time than I waste waiting for the machine ;-)
I guess what I was originally asking was "does everyone else do it this way too?" ;-)
  • Miller Turner
  • Miller Turner
Today 14:06 - Today 14:09
does private messages not work for this forum was created by Miller Turner

does private messages not work for this forum

Category: Forum Questions

Hi All,

For my account,(under profile section) the button 'private messages' is linked to "forum.linuxcnc.org/cb-profile".
Is that just for me, or is it not possible at all to use private messages on this forum?

Thanks in advance 
  • rhscdn
  • rhscdn
Today 13:50
Test nc files was created by rhscdn

Test nc files

Category: G&M Codes

A bit of a strange request. I'm looking at `gcode.parse(...)` the CPython extension function implemented by `gcodemodule.cc`. It is a blocking call from the Python caller's perspective: it initializes an interpreter, opens the file, executes init codes, then loops over `pinterp->read()` and `pinterp->execute()` until the file finishes, an interpreter error occurs, or a Python callback aborts.

I am trying to benchmark a few things and I was wondering if anyone knows of a repository of g-code files for testing?. Basically I'm looking for a small set of .ngc files: small known-good, medium CAM, large CAM, arc-heavy, and many-short-segment. I could create some, but I thought I'd ask if a set already existed.
  • Todd Zuercher
  • Todd Zuercher's Avatar
Today 10:47
Replied by Todd Zuercher on topic Keyboard Jogging Problems!!!.

Keyboard Jogging Problems!!!.

Category: General LinuxCNC Questions

To answer a few questions,

Tommy,
The soft limits work fine after the machine is homed. The crash into the hard limit happened before homing the machine while jogging from a long distance to get close to the home switch before homing.

This is a new pc bought just a few months ago for this refit.

NWE and Rod
It is an ordinary USB wired keyboard, and exhibits no signs of physical sticking keys, (other than this issue while jogging).

I'll try the xset -r, and report back. But the problem is intermittent, and may not act up for testing.
  • marq_torque
  • marq_torque's Avatar
Today 07:41
Replied by marq_torque on topic 5 Axis ParPort Stepper Setup with RTCP

5 Axis ParPort Stepper Setup with RTCP

Category: Advanced Configuration

Hello Andypugh,

This modification was really helpful in last machine I made. I'm now trying to achieve similar but Linuxcnc has changed a alot. Also changed a lot in kinematics. I tried to modify kinematics as per this thread but as expected it's failing with errors.

I want to use XZ and B axis with TCP along with tool length probing. Setup in this thread is working in older version.. I'm struggling to getit worli with Debian 13 rt 2.9.8 Any help or suggestions would be appreciated,


Thanks
  • marq_torque
  • marq_torque's Avatar
Today 07:35
Replied by marq_torque on topic Kinematics for 4th Axis?

Kinematics for 4th Axis?

Category: General LinuxCNC Questions

Hello Aceiera,

I'm also trying to achieve similar 4Axis TCP kinematics. I want to use Rotating spindle head and XZ gantry with fixed table. No B or C axis. I tried to compile 5Axiskins by removing C axis values but not accepting compilation. Any help would be appreciated.


Thanks
  • rodw
  • rodw's Avatar
Today 07:10
Replied by rodw on topic Post-M6 - restore X,Y ?

Post-M6 - restore X,Y ?

Category: Advanced Configuration

or if there's some magic to restore it only if the next move is anything other than a G0XnYn move (i.e. G1 or G0Zn)?

You could consider adding the required magic with a Gcode filter that is applied when files are opened...
  • rodw
  • rodw's Avatar
Today 07:06

LinuxCNC mit ProbeBasic bleibt einfach setehen

Category: Deutsch

I suspect the next thing (that causes intermitent latency spikes) is energy efficient Ethernet (EEE) disable it.
Also set the governor to performance.
  • rodw
  • rodw's Avatar
Today 07:00

LinuxCNC 2.9 Live image won't boot with MBR

Category: Installing LinuxCNC

MB: P5g41t-m lx
CPU: Intel Core2Duo E7600
Memory: 4GB Ram.

2 cores is not enough anymore. You need 4 cores, 8 gb might be better but 4 gb will work.
  • snowgoer540
  • snowgoer540's Avatar
Yesterday 22:52
Replied by snowgoer540 on topic Keyboard Jogging Problems!!!.

Keyboard Jogging Problems!!!.

Category: General LinuxCNC Questions

This sounds like an autorepeat issue I've experienced in the past.

To test if it is, open a terminal window, and enter the following command:

xset -r


Launch LinuxCNC and jog around. If the problem goes away, that's the issue and we can come up with a more permanent solution.

To turn autorepeat back on:

xset r
  • tommylight
  • tommylight's Avatar
Yesterday 19:11
  • Muecke
  • Muecke's Avatar
Yesterday 18:38
Ungültige Google-Links was created by Muecke

Ungültige Google-Links

Category: Deutsch

Hallo zusammen, 

da ich aktuell etwas an meiner Maschine abändern möchte, muss ich mal wieder alles nachschlagen. War ja klar, dass ich mir nichts merken kann. Das wäre ja zu schön. :-) Spaß beiseite. 

Mir ist aufgefallen, dass Google zwar viele Einträge hat, die Seiten aber nicht mehr existieren.
Z. B. bei der Suche nach „PyVCP”:
Ergebnis: linuxcnc.org/docs/devel/html/de/gui/pyvcp.html

Das ist mir nun schon öfter aufgefallen, daher wollte ich fragen, woran das liegt. Wird gerade viel umgebaut? 

Gruß
Mücke 
 
  • Benb
  • Benb's Avatar
Yesterday 17:38

RTelligent EtherCAT Servo Drive Setup: RS750E

Category: EtherCAT

The manual for your drive (pages 27–28) shows that Digital Output 5 (pins 19–20) and Digital Output 6 (pins 21–22) are digital output pairs rated to switch loads up to 200 mA. Output 6 can be used to send a stop signal to your system, indicating that the drive has entered stop mode.If your goal is to feed an external E‑stop signal into the drive, you must wire that signal to  digital input IN1 (Servo Enable) as shown in the wiring diagram on page 26.The reference to “differential input” in the documentation is simply a translation error and can be disregarded.
  • Warxcell
  • Warxcell
Yesterday 17:13
Replied by Warxcell on topic LinuxCNC 2.9 Live image won't boot with MBR

LinuxCNC 2.9 Live image won't boot with MBR

Category: Installing LinuxCNC

MB: P5g41t-m lx
CPU: Intel Core2Duo E7600
Memory: 4GB Ram.
  • ChrisB_II
  • ChrisB_II's Avatar
Yesterday 17:11
Replied by ChrisB_II on topic LinuxCNC mit ProbeBasic bleibt einfach setehen

LinuxCNC mit ProbeBasic bleibt einfach setehen

Category: Deutsch

Thanks Rod!

I have done all that already except using dkms driver. It is an Intel NIC (e1000e) not realtek... Now time will show if it is fixed :)
Displaying 1 - 15 out of 15463 results.
Time to create page: 0.550 seconds
Powered by Kunena Forum