Advanced Search

Search Results (Searched for: )

  • 5280
  • 5280
Today 19:59
Replied by 5280 on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

Good thought but its a laptop an older Dell no video card other than built in Video
don't know if it matters but password login error screen says... "your password is incorrect try again" cancel / log in boxes ...... nothing else and the same thing over and over when entering the password. I was super careful in the setup of these areas during setup
Tks
  • MarkoPolo
  • MarkoPolo
Today 18:46
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

Hi Cmorley

I've tested it some more, and I don't need to touch "def external_offset_state_changed(self, data):"; it works fine without any changes. I don't know why I had the problem before, but the stop button is still a problem.
To stop the spindle, I have to press stop a second time.
  • tuxcnc
  • tuxcnc
Today 17:34
Replied by tuxcnc on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

cant get past name and password screen yet.
 

If you see GRUB but after only blank screen, this may be graphic card issue. In this case try apply nomodeset kernel parameter at grub screen (there are many tutorials on internet). 
  • 5280
  • 5280
Today 17:09
Replied by 5280 on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

Thanks 4 the info
but I have not been able to get to the terminal yet
cant get past name and password screen yet.
have done 4-5 fresh install of the OS. they all hang up at the same place name and password screen
Thanks
  • hitchhiker
  • hitchhiker
Today 17:01
Replied by hitchhiker on topic PUMA 200 Robotarm and some Hal/INI issues

PUMA 200 Robotarm and some Hal/INI issues

Category: Advanced Configuration

Yes i use free ai to generate the single moduls of the vismach model. Then i bring all together. Thats why the model is in 90 angles..

Do you find wrong stuff in the ini or hal???

Thanks
  • MaHa
  • MaHa
Today 16:52
Replied by MaHa on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

For autologin you can do this, just after completing installation:


For auto login to Debian open a terminal:

sudo nano /etc/lightdm/lightdm.conf

Uncomment the following and add your user name, be sure to scroll far enough down to get past the comments sections.:

autologin-user=yourusername
autologin-user-timeout=0
 
  • 5280
  • 5280
Today 16:29
Replied by 5280 on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

Good Day: Adam
"I don't Like it" I just want it to work as prescribed which it does not seem to do when I can not even get past the login screen when i entered the password and user name in the OS install. oh ya I am a old man as U say and still building computers and doing installs from scratch.
have a good day
  • 5280
  • 5280
Today 16:14
Replied by 5280 on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

Cool
  • tommylight
  • tommylight's Avatar
Today 15:46

Remora on NVEM board - unable to upload new configs

Category: General LinuxCNC Questions

@CNC_Manni
No double and triple posting, stick to one topic, it makes a mess following what was already answered.
  • tuxcnc
  • tuxcnc
Today 14:46
Replied by tuxcnc on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

why cant they just have a check box do you need a password yes / no and leave it at that
1 frustrated old man
 

As an old man, you should remember mainframe computers occupying several large racks that were operated by many people from many terminals. Linux is derived from Unix, Unix was developed in 1969... This is why in Linux you have to use passwords (and also a complicated permission system). You can't escape it, you have to like it...
  • tommylight
  • tommylight's Avatar
Today 14:40
Replied by tommylight on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

ZX81, ZX Spectrum, Commodore 16, Atari 520STFM, XT PC, Toshiba Laptop with EL orange screen, and the first i have built Pentium 1 200MHz.
Many more there, some i still have in working condition, see my channel on youtube:
www.youtube.com/@TomaPC
  • tuxcnc
  • tuxcnc
Today 14:30
Ncam and Lathemacros conflict was created by tuxcnc

Ncam and Lathemacros conflict

Category: CAD CAM

You can install ncam and lathemacros together, but only lathemacros will works properly.
The cause is use the same names for different subroutines:
root@HP-15:~/linuxcnc/configs/sim-lathe# ls -ln *.ngc
-rw-r--r-- 1 0 0 1182 2026-01-07  boring.ngc
-rw-r--r-- 1 0 0  595 2026-01-07  facing.ngc
-rw-r--r-- 1 0 0 1151 2026-01-07  radius.ngc
-rw-r--r-- 1 0 0 1037 2026-01-07  threading.ngc
-rw-r--r-- 1 0 0 1184 2026-01-07  turning.ngc

root@HP-15:~/linuxcnc/configs/sim-lathe/ncam/lib/lathe# ls -ln *.ngc
-rw-r--r-- 1 0 0 1891 04-20 18:51 boring.ngc
-rw-r--r-- 1 0 0 1491 04-20 18:51 facing.ngc
-rw-r--r-- 1 0 0 3781 04-20 18:51 radius_od.ngc
-rw-r--r-- 1 0 0 3334 04-20 18:51 threading.ngc
-rw-r--r-- 1 0 0 4678 04-20 18:51 turning.ngc
(I removed results not matter.)
You can recognize ncam's files by "(author : Fernand Veilleux)" comment, thats lack in lathemacro's.
Ncam (Python 3.0)) works properly and generates good g-code, but LinuxCNC uses subroutines that found first... 
This causes horrible and confusing errors, like :
G-code error in ncam.ngc
Near line 101 of
~/linuxcnc/nc_files/ncam.ngc
Negative word used
But actually there is no error in ncam.ngc, but only wrong subroutine file is used...

The solution is very simple (rename subroutines and change some lines in python sources), but this must be done by the authors, not by users...
  • 5280
  • 5280
Today 13:40
Replied by 5280 on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

Good day to you Tom
Just curious what was your very first computer and year you got it, and did you build it from scratch.?
Ken
  • 5280
  • 5280
Today 13:33
Replied by 5280 on topic Ver 10 NEW install

Ver 10 NEW install

Category: General LinuxCNC Questions

Thank's Todd
I have double and triple checked all of that. very aware of the upper/lower case thing in Linux. installed 3 different keyboards thinking of that first off. I still think Linux may be the path for me if I can just make all the paths come to gather for what i have in mind to end up with.
thanks
Ken
Displaying 1 - 15 out of 14140 results.
Time to create page: 1.355 seconds
Powered by Kunena Forum