Advanced Search

Search Results (Searched for: )

  • slowpoke
  • slowpoke
30 Nov 2024 08:52
Replied by slowpoke on topic Small touchscreen display 7-10' -> 14-16"

Small touchscreen display 7-10' -> 14-16"

Category: General LinuxCNC Questions

Well after playing with a 10" display, it's okayish but not usable from a touchscreen perspective. I also played with touchy a bit, but prefer the axis GUI.

So moved things around a bit to make some space and will use a larger probably 14-16" touchscreen. I ordered a 14" Amazon BlackFriday special to try out and size is about right, unfortunately this particular display requires a full featured USB-C port to get the "touches" back and does not seem to be able to get them back with a regular type A USB interface. So the search continues.....

I do have another display related question...
Somehow I setup the axis interface on my Milling machine so that the axis GUI can occupy/share the title bar space at the top. I don't know how to do this on the new "lathe" axis GUI.  This matters because when I set the resolution to 1024x768 the bottom sliver of the axis GUI (where the status and error messages get displayed) is off screen at the bottom.

So how do I get axis to share that top title bar space?
  • NTULINUX
  • NTULINUX's Avatar
30 Nov 2024 08:35
Tommylight's Dog Appreciation Thread was created by NTULINUX

Tommylight's Dog Appreciation Thread

Category: Off Topic and Test Posts

Can we all take a moment and appreciate how adorable that photo is of Tommylight's dog biting his boot?

File Attachment:
  • slowpoke
  • slowpoke
  • abdulasis12
  • abdulasis12
30 Nov 2024 08:16

Skew correction/perpendicularity correction (millkins or millkins_xyz)

Category: Basic Configuration

Hi
I want somebody help
I think now my CNC problem seem this topic.
My CNC XYZ  and Y correct  linear move 
my X axis table on Y-axis base it's Skewed angle .
forum.linuxcnc.org/49-basic-configuratio...s-xyz?start=0#280714
I D/L this file from MR.Aciera

I open terminal and compile file
asis@192:~/Downloads/skewkins$ sudo halcompile --install skewkins.comp
[sudo] password for asis: 
Compiling realtime skewkins.c
Linking skewkins.so
cp skewkins.so /usr/lib/linuxcnc/modules/
asis@192:~/Downloads/skewkins$ 

I open hal
#loadrt [KINS]KINEMATICS
loadrt skewkins
setp skewkins.skew 0.01

I open ini
[KINS]
JOINTS = 4
KINEMATICS = skewkins


this problem when run linuxcnc
***********
Debug file information:
Note: Using POSIX realtime
./217-4x.hal:7: parameter or pin 'skewkins.skew' not found
9192
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
*********

what i'm wrong ?

Asis,
  • tommylight
  • tommylight's Avatar
30 Nov 2024 08:11
Replied by tommylight on topic Tip on how to plan a machine

Tip on how to plan a machine

Category: General LinuxCNC Questions

Rule No. 1 seems to be: Panel must be twice as big as you would initially think!

Good rule. :)
  • timo
  • timo
30 Nov 2024 08:05
Replied by timo on topic Tip on how to plan a machine

Tip on how to plan a machine

Category: General LinuxCNC Questions

So that is basically a table first, no big graphical overview?

Control panels often look very daunting. :-)
Rule No. 1 seems to be: Panel must be twice as big as you would initially think!
  • gitin
  • gitin
30 Nov 2024 07:59

Help: How to run X and A axis with different feed rates simultaneously?

Category: G&M Codes

If you need to wind a large number of identical coils, it is more profitable to make a winding device.
To do this, you need 1 asynchronous motor, 1 VFD and a tension sensor.
If you need it, I can help you with information.
There are more than 100 we in the company.
A polypropylene tape is wound.
You can do it yourself, it's simple.
If you have a CNC machine, you can use it.
This is translated by Google, if something is wrong, I apologize.


G17 G21 G40 G49 G54 G80 G90 G94
g0
z50 (Z is only for visualization in the simulator, not needed for work)
x0
y0
a0
#1 = 50 (radius of the mandrel mm)
#2 = 300 (length of the tube to be wound mm)
#3 = 100 (material speed mm/s)
#4 = 6.35 (material width mm)
#5 = 0.14 (material thickness mm)
#6 = 150 (number of turns)
#7 = [#6*360] (deg.)
#8 = [#2-#4]
G1 F120
O100 while [ #<_a> Lt #7]
G90
#1 = [#1+#5]
Z #1
G1 F [#4/3.1415/2/#1*#3*60] (speed X mm/min)
G91
O101 while [#<_x> lt #8 and #<_a> Lt #7]
X0.635 A36
O101 ENDWHILE
G90
#1 = [#1+#5]
Z #1
G1 F [#4/3.1415/2/#1*#3*60] (speed X mm/min)
G91
O102 while [#<_x> gt 0 and #<_a> Lt #7]
X-0.635 A36
O102 ENDWHILE
G90
O100 ENDWHILE
G90
M2
  • tommylight
  • tommylight's Avatar
30 Nov 2024 07:51
Replied by tommylight on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

150*3.1415=471.225mm of surface times material thickness times 7850kg/m3
That gives you the weight, and at 6 meter length, even 1mm thick walls would be 22KG!
At 4mm, that is 88Kg, that have to be turned plus the friction and the chuck weight.
You can make it work with 1:4 reduction, but it would have to be at miserably low acceleration.
Do you have a 3D printer? Print some pulleys, find a HTD5 belt, at least 15mm wide, use a lot of walls to enforce the mount holes on pulleys.
  • tommylight
  • tommylight's Avatar
30 Nov 2024 07:39

Issue with Attaching BME280 Sensor to Raspberry Pi 4B on LinuxCNC

Category: General LinuxCNC Questions

No idea if there is a driver for I2C in LinuxCNC, maybe searching on github project page would show if there is anything about it there.
  • tommylight
  • tommylight's Avatar
30 Nov 2024 07:36
Replied by tommylight on topic CamBam Problems

CamBam Problems

Category: CAD CAM

Nope, i do not use it.
Every now and then i use FreeCAD, i will have to learn the PATH workbench, whenever i get a chance.
  • Masa
  • Masa
30 Nov 2024 07:14
Replied by Masa on topic Homing trouble

Homing trouble

Category: General LinuxCNC Questions

Hello everyone.
Since there doesn't seem to be a clear solution, I have a question for those involved in the development of LinuxCNC.

Are the 2.8.3 pid and 2.9.3 pid modules the same?

Are they different?

Can I overwrite the 2.8.3 pid module in 2.9.3 and use it?

Would it be better to update the whole thing to 2.8.x?

Thank you in advance.
  • tommylight
  • tommylight's Avatar
30 Nov 2024 06:01
  • tommylight
  • tommylight's Avatar
30 Nov 2024 05:57
Replied by tommylight on topic New laser components

New laser components

Category: Plasma & Laser

Any news about mesa hardware and raster engraving?

What do you mean by this?
Mesa works for everything with LinuxCNC, so it also works for raster engraving.
As for rastering, more info her and new configs that will stop laser/PWM on ESC or stop execution or running gcode:
forum.linuxcnc.org/show-your-stuff/46752...ver-etcher-scratcher
And here are the STL files just in case you want to build such a machine
www.printables.com/model/876702-diy-cnc-...-writing-logos-etc-o
  • tommylight
  • tommylight's Avatar
30 Nov 2024 05:55
Replied by tommylight on topic Installation after new computer

Installation after new computer

Category: Installing LinuxCNC

On Mint 22 you will have to compile LinuxCNC from sources, otherwise it does not work.
Linux Mint Debian Edition 6 works, install reboot, then in a terminal
sudo apt update
sudo apt install linuxcnc-uspace
Displaying 16141 - 16155 out of 24577 results.
Time to create page: 0.404 seconds
Powered by Kunena Forum