Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
16 Oct 2024 20:44
Replied by Grotius on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

Hi Bkt,

Can i assist you to compile your project?
If you pass me link or source to compile, i will try it for you.

Greetings Grotius.

 
  • Benb
  • Benb's Avatar
16 Oct 2024 20:27 - 16 Oct 2024 20:30
Replied by Benb on topic linuxcnc-dev is missing?

linuxcnc-dev is missing?

Category: Installing LinuxCNC

Hi marq. I use the internet while following he instruction by cuting and passing from the pdf file. I dont use cd roms.

I only use usb key to burn debian12 using rufus, after that all the debian installation is done through the internet, same for preempt and linux cnc rip all files are loaded through the internet.

Once you get Debian running open a shell (command window) cut tfrom he pdf command and past them nto command line. And try not to skip steps
Dont try to upload files from cd rom they are probley no compatible with existing filesd. Use one and only command window until you complete the procedure
  • Lcvette
  • Lcvette's Avatar
16 Oct 2024 20:09
Replied by Lcvette on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

nice! yeah not sure how to get around linuxcnc applying the G64 rules pre optimizer. may need something edited during initial load?
  • Dougal9887
  • Dougal9887
16 Oct 2024 20:05

Are there no increase/decrease spindle speed buttons in Gmoccapy?

Category: Gmoccapy

SOLVED.

Now seems a daft question above, but I only had access to the internet on a Windows PC and couldn't do much with the two files except open them on a new browser page.

Linuxcnc computer is now internet connected and the two files were easily saved to config. Only change to get the buttons working was

halui.spindle.0.increase halui.spindle.0.decrease

as taken from a previous post, for which I am thankful.
  • natester
  • natester
16 Oct 2024 19:32 - 16 Oct 2024 19:34

Keyboard simulation within a userspace component

Category: Advanced Configuration

Hi @dm17ry, I built something similar, but much less fancy. I'm curious how you implemented the communication between the microcontroller and linuxcnc. My polling loop is ok, but if it disconnects I have to restart everything. Thanks for sharing your code! I found the zip in a prior post. Mine is here: github.com/nathantsoi/stm32f103-buttons-panel and here github.com/nathantsoi/linuxcnc-router-co.../master/lcdbtns.comp
  • Grotius
  • Grotius's Avatar
16 Oct 2024 19:20
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

@Lcvette,

Thank you for your kind words !.

Had a weird experience. The scene was as follows.
1. Run linuxcnc with the "linuxcnc" splash gcode. Added G64 P1 to the top of gcode file. Then i pressed run.
2. Ok machine run's the file. In the background the traject optimizer was busy and a few moments later was ready.
3. Then load the produced file : ~/cmake/ "validate.ngc". into linuxcnc.
4. The gcode preview shows that "arcs" where converted to "lines". So how is this possible. Did i made a typo in the code?
5. Then i was reading online :

link
when the maximum deviation of an arc from a straight line is less than the G64 Q- tolerance, the arc is broken into two lines (from start of arc to midpoint, and from midpoint to end).

Conclusion for the test environment :
The interpreter had transformed the G2 & G3's into G1's. And the optimizer was then reading this false information.
So now to avoid this mismatch the files to blend are loaded with a empty G64 P, Q value, ensuring a valid input to the optimizer.

Then inside the optimizer the G64 P & Q values are set for now.

Ok, Then finally :

 

 

The vertical lines are for testing. It are spline control points. I had to visualize them to track the previous error.
Ok for now this is looking better.
  • bkt
  • bkt's Avatar
16 Oct 2024 19:14
Replied by bkt on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

I have the rip install too .... same as in the old machine .... I have the same situation .... these last consideration is only erroneus. I'm little bit tired ....
  • tommylight
  • tommylight's Avatar
16 Oct 2024 18:58
Replied by tommylight on topic Welche Tasten haben die Achsen?

Welche Tasten haben die Achsen?

Category: Deutsch

Try [ ]
Those are usually the 4'th axis.
  • Aciera
  • Aciera's Avatar
16 Oct 2024 18:57 - 16 Oct 2024 18:59
Replied by Aciera on topic Welche Tasten haben die Achsen?

Welche Tasten haben die Achsen?

Category: Deutsch

Wenn ich mich recht errinnere werden normalerweise
'[' und ']'
für die 4. Achse verwendet.
Kann man glaub ich auch im Menü nachschauen: 'Help' > 'Quick Reference'[/code]
  • tommylight
  • tommylight's Avatar
16 Oct 2024 18:52
Replied by tommylight on topic controller and motors not fully communicating

controller and motors not fully communicating

Category: General LinuxCNC Questions

A close up picture of the BOB and drives might help, maybe the wiring is done differently, or enables are wired to another pin, or...
In the meantime, check if the drives have the same pinout for the inputs, they have writings on one side.
  • Muecke
  • Muecke's Avatar
16 Oct 2024 18:47
Welche Tasten haben die Achsen? was created by Muecke

Welche Tasten haben die Achsen?

Category: Deutsch

Hallo zusammen,

ich habe gerade zufällig bemerkt, dass ich mich mit den Pfeiltasten auf der Tastatur bewegen kann (oben unten) [Achse Y] (links rechts) [Achse X], wie kann ich herausfinden, welche Tasten die Achse C bei mir hat?

Ich habe eine XYZC Maschine.

Gruß Mücke
  • acourtjester
  • acourtjester
16 Oct 2024 18:37
New minor problem was created by acourtjester

New minor problem

Category: General LinuxCNC Questions

I am having a very minor problem with a routine I have use for some time with other software. That is to set the router bit a known height above the surface of the material.  I think it is just a setting that I need to change in the setup in Pnnconf for the GIU.  I have attached a PDF with a description and screen shots showing what is happening.  And the G-code that does exactly what I want.
Thanks again for you time and help.
Tom 
 

This browser does not support PDFs. Please download the PDF to view it: Download PDF


 

File Attachment:

File Name: Ohmiczerom...xCNC.ngc
File Size:0 KB

 
  • spumco
  • spumco
16 Oct 2024 18:34
Replied by spumco on topic Probe Basic - intermittent erratic probing

Probe Basic - intermittent erratic probing

Category: QtPyVCP

get it sorted?

Hijacked by a 'domestic' crisis last night, no time to test.

I'll have a go tonight and report back.
  • Aciera
  • Aciera's Avatar
16 Oct 2024 18:33
Replied by Aciera on topic c++ compiling error

c++ compiling error

Category: Advanced Configuration

You don't get all the source files with a deb installation, if you want everything then you should clone the git tree and build linuxcnc on your local machine (aka RIP installation)
  • foam man
  • foam man
16 Oct 2024 18:26
Replied by foam man on topic controller and motors not fully communicating

controller and motors not fully communicating

Category: General LinuxCNC Questions

yes, 3 red LEDs. All are lit up when I flip the power switch.
1 12-24v
2 Relay
3 PW5
Also 1 led per driver
Thanks
Displaying 19996 - 20010 out of 24214 results.
Time to create page: 0.425 seconds
Powered by Kunena Forum