Advanced Search

Search Results (Searched for: )

  • garthnoakes
  • garthnoakes
15 Jul 2024 15:13
Replied by garthnoakes on topic Setting home position using gcode

Setting home position using gcode

Category: G&M Codes

That works - but only if the axes are already homed. I want to get rid of the need to home each axis separately in Axis when I start LinuxCNC. I will use GladeVCP to create a button to run the G10

So is there a way to emulate manually homing each axis using Axis?
  • aparecido
  • aparecido
15 Jul 2024 15:09
Replied by aparecido on topic Linuxcnc 2.8.4 does not show tandem items.

Linuxcnc 2.8.4 does not show tandem items.

Category: General LinuxCNC Questions

X axis is backwards, change the direction pin if using wizard, or add/remove - in from of scale/step_scale for the X axis
 

Ahh ok, I'll test it, thanks.
  • Lcvette
  • Lcvette's Avatar
15 Jul 2024 15:04

Built my .ui, works in SIM, how do I move it to the machine?

Category: QtPyVCP

here is the documents page on how to build a deb, note near the top is the dependencies line.  if you already have the development version installed such as you do than you can skip the resources clone lines.

www.qtpyvcp.com/install/build_debs.html
  • tommylight
  • tommylight's Avatar
15 Jul 2024 15:01
Replied by tommylight on topic Has Anyone used DeskProto

Has Anyone used DeskProto

Category: CAD CAM

on another front I just found this for FreeCAD.
github.com/Shkolik/Foamcut

Well, it was bound to happen! :)
Very nice find, thank you.
  • Grotius
  • Grotius's Avatar
15 Jul 2024 15:00 - 15 Jul 2024 15:03
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi,

Today i was creating the G5 for spline.

Here it tells us to use incremental offset's for i,j in g17 plane. It seems to lcnc uses a 2d spline.
g5 linuxcnc

Then i thought why not use absolute point values for a spline?
Here is my proposal to use a spline in gcode.

It start with a G5. Then every line has a x,y,z point, until another gcode appears.

And the result :
  • my1987toyota
  • my1987toyota's Avatar
15 Jul 2024 14:50 - 15 Jul 2024 14:51
Replied by my1987toyota on topic CNC Foam Lathe

CNC Foam Lathe

Category: Turning

  So far I am thinking I may set the lathe up more like a 2 axis with the spindle as a rotary indexer to escape
the multiple axis problem. That does require a rethink for setting up the part model of instead of a cylindrical part
to a 3D flat part and cut the model out in multiple longitudinal slices.

  in any case the G-code will require splicing to bring it all together.
  • PCW
  • PCW's Avatar
15 Jul 2024 14:34

"error finishing read" with Mesa 7i92T on fresh install

Category: Driver Boards

Can you run this command:

sudo chrt 99 ping -i .001 -q 10.10.10.10
 hit control C
then run it again
sudo chrt 99 ping -i .001 -q 10.10.10.10
wait about a minute and hit control C again
 and copy paste the result here
(Those commands assume you have the 7I92T IP address set for
10.10.10.10,  if not, use 192.168.1.121 in the ping commands)

Also run
lshw -class network
to determine what Ethernet hardware you have
 
  • shasse
  • shasse
15 Jul 2024 14:23 - 15 Jul 2024 14:24

"error finishing read" with Mesa 7i92T on fresh install

Category: Driver Boards

I'm experiencing the following on a fresh install of LinuxCNC from the iso (2.9.3):
hm2/hm2_7i92.0: error finishing read!
iter=15426

this happens intermittently, but typically within a few seconds of jogging the machine around after enabling it. No motors are hooked up nor anything attached to the 7i92T other than +5V power. If I enable the machine but don't move any axes it will eventually happen after some number of minutes. I'm using a generic mini PC and have tried two identical PCs with a fresh LinuxCNC install and have the same problem on each. I've also switched ethernet cords with the same result.

I've read through this thread forum.linuxcnc.org/27-driver-boards/4691...error-finishing-read and nothing really conclusive came out of it. I do also get a real time error on LinuxCNC startup or shortly after, but doing latency tests in pncconf shows fairly good numbers. I don't have the specifics in front of me but I can get them.

 I have not tried switching the +5V supply but that is my next step.

Any thoughts on how I can further diagnose this?

Thanks!

Scott
  • Ritterchen
  • Ritterchen
15 Jul 2024 14:21
Replied by Ritterchen on topic Duplicate settings in Pref File

Duplicate settings in Pref File

Category: Gmoccapy

Have the same issue converting my config files from 2.8 to a 2.9 install.
I was guessing it might be from differences in the tool change files? But I can't really check about it -.-
  • EragonPower
  • EragonPower's Avatar
15 Jul 2024 14:16
Replied by EragonPower on topic Machine ways warpage compensation with probekins

Machine ways warpage compensation with probekins

Category: Advanced Configuration

If doing the same thing now, I think that I would bas it around external_offsets, not kinematics.

Taking a look inside external_offsets, i too think that i could be a better solution, but i'm now wandering if i can somehow program an external_offsets matrix that corresponds to the way's warpage like the correction .STL of ProbeKins
  • my1987toyota
  • my1987toyota's Avatar
15 Jul 2024 13:55
Replied by my1987toyota on topic Has Anyone used DeskProto

Has Anyone used DeskProto

Category: CAD CAM

This pretty much says it all. I just wish it had the animation.
  • tommylight
  • tommylight's Avatar
15 Jul 2024 13:42

Problem Installing LINUXCNC 2.9.2 (Faild to copy file from installation media)

Category: Installing LinuxCNC

That is a bit to old, but should be usable, so if you can install Debian BookWorm, open a terminal:
sudo apt update
sudo apt upgrade
sudo apt install linuxcnc-uspace
That will install everything needed.
  • tommylight
  • tommylight's Avatar
15 Jul 2024 13:38
Replied by tommylight on topic Has Anyone used DeskProto

Has Anyone used DeskProto

Category: CAD CAM

Regarding search engines, use google and duckduckgo, google could not find an stl using the exact file name, duck showed it as the first result. For some stuff it is the other way round.
In general, all are useless.
  • my1987toyota
  • my1987toyota's Avatar
15 Jul 2024 13:36
Replied by my1987toyota on topic Has Anyone used DeskProto

Has Anyone used DeskProto

Category: CAD CAM

ouch, that's quite a price tag rodw.

on another front I just found this for FreeCAD.
github.com/Shkolik/Foamcut
  • PCW
  • PCW's Avatar
15 Jul 2024 13:35
Replied by PCW on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Note that spindles can be run from PWM or step/dir outputs
in addition to analog outputs
Displaying 24736 - 24750 out of 25533 results.
Time to create page: 0.666 seconds
Powered by Kunena Forum