Advanced Search

Search Results (Searched for: )

  • jochen91
  • jochen91
16 May 2025 06:39

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Hello Aciera,

i spend more time with it and found one more challenge.

While working with TWP i saw a problem, that it does twist the workplane perfectly but it also changes the axis definition.

Z Integrex is becoming X (Conventional)
X Integrex is becoming Z (Conventional)

Y stays Y

While this behavior can be surely handled in the PP, its a bit of a mess in LCNC. Soft limits are fairly difficult to define and in AXIS GUI it also looks a bit messy. The Doosan PP also does not change Z/X definition, when G368 is posted. And of course the key binding is also off in TWP mode.

The question is now: Can G68 keep the original Integrex Axis definitions ?
  • Benb
  • Benb's Avatar
16 May 2025 01:25 - 16 May 2025 01:32
Replied by Benb on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

I had similar situation with qtpyvcp. I am using Debian bookworm with linux 6.12.12+bpo-rt-amd64. Linuxcnc 2.94 run in place (RIP).  QTPYVCP version 5.0.2+7.gla6d27f4 in developer mode under venv. I resolved the problem partly by sourcing linuxcnc (source ~/your rip path/linuxcnc/scripts/rip-environment). This allowed me to run qtpyvcp -h (as described in the documentation). The next step I tried to run the tutorial encountered the same problem as spumco

forum.linuxcnc.org/qtpyvcp/51930-qtpyvcp...cp-tutorial-problems

I could not resolve problem mentionard in the link above.  In the above link moderator Lcvette mentioned to use scripts from probe basic but I did not load probe basic so I don’t know what is in the content of the scripts.However, I was able to run qtpyvcp designer by issuing the following command ‘editvcp’ that got me a pop up and I picked ~/your-path/qtpyvcp/vcp/tutorial/src/mypvcp and selected config.yml this got qt designer to load with all qtpyvcp templates but tones of warnings.

I am still trying to find how to setup qtpyvcp to behave as indicated in the documentation. Hopefully if qtpyvcp moderators reads this message they would publish the content of the probe basic script as mentioned in the link above, or even better include the script into qtpyvcp installation package (make easy for linux dummies). Also, the documentation should mention that linuxcnc rip must be sourced before attempting to run qtpyvcp.
  • tommylight
  • tommylight's Avatar
15 May 2025 23:38
Replied by tommylight on topic Issues installing LinuxCNC

Issues installing LinuxCNC

Category: Installing LinuxCNC

....
$ chmod +x besnik/home/Downloads/linuxcnc-install.sh
....
$ cd besnik/home/Downloads/
....

Both seem wrong, should always be
/home/user_name/Downloads
or in your case
/home/besnik/Downloads
-
P.S.
Pershendetje me shumic.
  • tommylight
  • tommylight's Avatar
15 May 2025 23:35
Replied by tommylight on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

Are you installing Probe Basic or Basic Probe?
Not the same thing, and still remain very, very confusing.
  • Doc_emmet
  • Doc_emmet
15 May 2025 23:11
Replied by Doc_emmet on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

How do I switch to QtPyVCP?
  • besi99
  • besi99
15 May 2025 23:09
Issues installing LinuxCNC was created by besi99

Issues installing LinuxCNC

Category: Installing LinuxCNC

Hello,

I just installed my first Linux version on an old Thinkcentre i have laying around. Iam planning onbuilding a new CNC using LinuxCNC so I thought maybe I can and lear how to use it before i finish my CNC. Kinda just to get used to Linux.

So after like 2 hours I finally managed to get debian 12.10.0 running on my Thinkcentre. Then I started to follow the instructions on the LinuxCNC page.

I did the updates:
sudo apt-get update
sudo apt-get dist-upgrade

Then I installed the Preempt-RT kernel
sudo apt-get install linux-image-rt-amd64

everything worked fine. After the restart it selected the right linux RT version.

So the issue starts here.
 

If i click on the link for the linuxcnc-install.sh file it doesnt download anything. So where exactly do I get the script? Iam probably just to stupid to understand it.
Also chmod +x linuxcnc-install.sh doesnt work. I have even tried opening an txt.file and naming it linuxcnc.install.sh with the script from the browser. But still nothing.

Found another thread with simillar issue
$ chmod +x besnik/home/Downloads/linuxcnc-install.sh
Or better yet
$ cd besnik/home/Downloads/
$ chmod +x linuxcnc-install.sh

Always says No such file or directory.

Does anyone have an idea what I am missing I can already deel its something easy to fix I just dont see it. Kinda embarrassing asking for help :D
  • langdons
  • langdons
15 May 2025 22:44
Replied by langdons on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

Python's stacktraces are not helpful.

I always miss Java's verbose and informative stacktraces whenever Python enters my life (generally via apt (which seems to have Python components) and LinuxCNC, which seems to have a lot of Python)

Perl might be the "duct tape of the internet", but Python is definitely the duct tape of GNU/Linux.

Perhaps chmod -R 777 user_tabs will fix it.

Otherwise I have literally no clue.
  • tommylight
  • tommylight's Avatar
15 May 2025 22:43
Replied by tommylight on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

Moved to QtPyVCP section.
  • Doc_emmet
  • Doc_emmet
15 May 2025 21:46
Install Probe Basic was created by Doc_emmet

Install Probe Basic

Category: QtPyVCP

After installing and configuring Probe Basic I always get these errors, the user_tabs folder is present:
Traceback (most recent call last):
  File "/usr/bin/probe_basic", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3/dist-packages/probe_basic/__init__.py", line 20, in main
    qtpyvcp.run_vcp(opts, VCP_CONFIG_FILE)
  File "/usr/lib/python3/dist-packages/qtpyvcp/__init__.py", line 26, in run_vcp
    run(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 129, in run
    launch_application(opts, config)
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 78, in launch_application
    loadWindows(config)
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 230, in loadWindows
    window = _initialize_object_from_dict(window_dict)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 210, in _initialize_object_from_dict
    return obj(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/probe_basic/probe_basic.py", line 53, in __init__
    self.load_user_tabs()
  File "/usr/lib/python3/dist-packages/probe_basic/probe_basic.py", line 87, in load_user_tabs
    user_tab_folders = os.listdir(user_tabs_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'user_tabs/             # REQUIRED Setting for Probe Basic'

Maybe someone can shed some light on the matter for me.
  • PCW
  • PCW's Avatar
15 May 2025 20:51

mesa 7i73 4x8 keypad problems on KEY8 input

Category: Driver Boards

Normally we would not use hex files at all because the standard way to update
would be over serial. I will look into why the serial update fails.
  • fc60
  • fc60
15 May 2025 20:47

linux cnc keeps bending shortcutting to the next line.

Category: General LinuxCNC Questions

Greetings,

I only gave you half of the equation.

Insert G64 P0.001 into the startup line at the top of the program.

The P parameter is what does the work.

If this cures the issue, modify your post to insert it automatically.

Cheers,

Dave
  • RNJFAB
  • RNJFAB
15 May 2025 19:58 - 15 May 2025 20:07

Job not showing in position - 2.9.4 - v2.9-238.315

Category: Plasmac

Thanks Snow,

You always do a great job, i'm just a bit different.

Using the laser button is 3 clicks and wait for lag. first to "laser" then "mark edge" then "set origin", then the machine moves.

With the user button, its a one click and the machine moves to where i need it, zero's, and i'm ready to start cutting. the code i'm using is the one I found worked many years ago and i have just kept it. i also have another button used for the air scribe offset (albeit still a work in progress). I have only had this issue since the update to 2.9.4.

My normal operation flow goes.
home machine
sheet on machine
import drawing
align x,y using laser
click laser offset to zero torch on where i lined up laser pointer
frame to check cut file will fit (done alot when cutting multiple parts from sheets that have already been cut)
then cut

I'll try the new code now and see how it all goes.
new code is G10 L20 P0 X0 Y0 \ G0 X-2.5 Y104.3 \ G10 L20 P0 X0 Y0
Works perfectly, thanks again Snow !!
  • unknown
  • unknown
15 May 2025 19:54

Why does it seem like everyone here is Australian?

Category: Off Topic and Test Posts

The plants can be pretty rough as well.
The beer's good, no I no longer indulge.
The back roads are great for a fang & scratch.
Funny thing is Australia is hot & dry but Aussies have a rep for being pretty quick on a wet circuit, go figure.
Another good thing is the drive in bottle shops, ya can get beer, wine, spirits and chips and other party supplies without having to get out of your car. Unlike some nanny state countries where you can't even buy beer & spirits in the same place. The same country that was so scared of Trump they voted in the same party that made them a laughing stock that was led by Castro's son and used to club baby seals. The same country that you can't walk the street with a beer or other drink in your hand, and you pay for stuff with loonies. Oh and don't ask for a hamburger with the lot, they can't fathom it.

To be fair we only got electricity yesterday and fire the week before. Fresh water, that's for cowards that are scared to go to creek to grab some water cos there might be a salty wanting to eat you. Or a shark that wants to bite a leg off, a blue ring that wants to end your day.
  • atrex77
  • atrex77's Avatar
15 May 2025 19:25

W5100S-EVB-PICO stepgenerator and encoder driver

Category: Driver Boards

Dear linuxcnc users,
i want to introduce my new open source project based on the W5100S-EVB-PICO . ~10 USD (raspberry pico clone)

features:
1 to 8 step generator with 255KHz maximum output in this version, (possible higher freq) enough for 15m/min with 0.001mm
1 to 8 quadrature encoder counter with 12.5MHz theoretical maximum counting frequency.

current version in the github page is support 4 stepgen and 4 encoders
linuxcnc driver supports multiple instances
planned direct SPI communication with raspberry-pi4 (with normal pico)

github: stepgen-encoder
  • Milkof
  • Milkof
15 May 2025 18:32
Displaying 3826 - 3840 out of 24557 results.
Time to create page: 0.246 seconds
Powered by Kunena Forum