Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
20 Oct 2024 14:07 - 20 Oct 2024 14:17
Replied by Grotius on topic linuxcnc trajectory planner

linuxcnc trajectory planner

Category: General LinuxCNC Questions

 Hi Arciera,

It looks like compiling goes ok.

But installing goes wrong.
Is your install directory the same as mine? I see that's different. You use : user@user-iMac:
It wan't to install the motdot.so and the tpmod.so to a non-exsisting filepath.

I expect the cmake used my configuration, this can occur when the build dir was not empty.
This can happen if i am lazy to not use the ./gitignore files. Where the build dir's are not uploaded containing my build configuration
wich includes also filepaths.


To run it directly, you can try to copy (overwrite) the motmod.so manually to the linuxcnc rtlib. The modified motmod.so is here:
~/linuxcnc_trajectory_planner/cmake/build/motion

Otherwise you can try:
1. remove the CMakeLists.txt.user configuration file you see in the ~/linuxcnc_trajectory_planner/cmake dir.
2. Try it again, create a new build dir in the ~/linuxcnc_trajectory_planner/cmake do the cmake .. & make -j4 && make install.

Ok good luck.
You are almost there.
  • JT
  • JT's Avatar
20 Oct 2024 13:54
Replied by JT on topic Flex GUI Tutorials

Flex GUI Tutorials

Category: Other User Interfaces

Tutorial 07


JT
  • Kirvesmies
  • Kirvesmies
20 Oct 2024 13:49
Replied by Kirvesmies on topic Getting started with 6i25+7i75+7i85s

Getting started with 6i25+7i75+7i85s

Category: PnCConf Wizard

I played around with an oscilloscope, and it turns out the encoder outputs pulses just fine regardless of exceeding the maximum frequency described by the datasheet.
So I set the encoder filter to 0, and now it reads the rpm correctly.
  • tommylight
  • tommylight's Avatar
20 Oct 2024 13:47
Replied by tommylight on topic camshaft grinding

camshaft grinding

Category: General LinuxCNC Questions

Start building.
  • natester
  • natester
20 Oct 2024 13:22
Replied by natester on topic wait_complete()

wait_complete()

Category: General LinuxCNC Questions

The fix you posted didn't work for me as my wait_complete returns within .1s every time.

Instead, I just polled the interpreter state like so:
    @restore_task_mode
    def gcode(self, s, distance=None, data=None):
        self.command.mode(linuxcnc.MODE_MDI)
        self.timed_wait_complete()
        for l in s.split("\n"):
            # Search for G1 followed by a space, otherwise we'll catch G10 too.
            if "G1 " in l:
                l += " F#<_ini[TOOLSENSOR]RAPID_SPEED>"
            time_in = 5
            if distance is not None:
                # set a non-default wait limit for wait_complete()
                time_in = 1 + (distance / self.ps_rapid_speed ) * 60
            #print("probe_screen time_in=", time_in)
            #print("probe_screen:\n", l)
            self.command.mdi(l)
            self.timed_wait_complete()
            if self.error_poll() == -1:
                return -1
        
            self.stat.poll()
            # wait for the interpreter to return to idle state
            while self.stat.interp_state != linuxcnc.INTERP_IDLE:
                #print("probe_screen: interp_state=", self.stat.interp_state)
                if self.error_poll() == -1:
                    return -1
                self.command.wait_complete()
                self.stat.poll()
            self.command.wait_complete()
            if self.error_poll() == -1:
                return -1
        return 0
  • mehdidadash
  • mehdidadash's Avatar
20 Oct 2024 13:18
Replied by mehdidadash on topic asd-a2 e delta homing

asd-a2 e delta homing

Category: EtherCAT

status word and controlword changes for a short time and it should trigger the internal homing but it does not succeed doing so.
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
20 Oct 2024 13:12
Replied by Cant do this anymore bye all on topic EOI in getting SPI going on the RPi5 solved read First post for updated info

EOI in getting SPI going on the RPi5 solved read First post for updated info

Category: Computers and Hardware

Yeah saw that, but to tell you the truth lost interest.
Got burnt out providing answers and on the rare occasions I had one getting SFA in return.
Tho the tipping point was the when I had a fix for the ipv6 thing and the missing icons on the lower panel.
Had some members pulling from the wrong repo and whinging that it didn’t work. Others saying the sources I was using were out of date and you couldn’t build a Debian iso in Mint. And a complete lack of anyone willing to help and. Even from the few locals that have my number and call me for help.
So I’ve quietly said fuck it.

There’s much smarter, patient and personable people around.
  • sajurcaju
  • sajurcaju
20 Oct 2024 12:34
Replied by sajurcaju on topic Holes have a taper

Holes have a taper

Category: General LinuxCNC Questions

I've improved the taper from about 8 thou to 5 thou by reducing acceleration and feed rate. I was at 50 ips^2 and changed to 20, feed from 100 ipm to 30 ipm. Further reductions did not help.
I also made 15 holes, all the same gcode. I didn't measure every hole, but they vary by a few thou. I've remeasured holes and get within one thou.
I think I'm as close as my machine will get. The 15 holes vary from too tight (which got better with multiple insertions) to OK, I just wish it was better. I'm going with what I've got.
Thanks for the ideas people!
  • jambpeg
  • jambpeg
20 Oct 2024 12:30
camshaft grinding was created by jambpeg

camshaft grinding

Category: General LinuxCNC Questions

-Looking to build a CNC cam grinder -  good machinist some c-programming but that is all.  Looking for any help please.
  • TooTall18T
  • TooTall18T's Avatar
20 Oct 2024 12:27
Replied by TooTall18T on topic tool length probe subroutine for Probe Basic

tool length probe subroutine for Probe Basic

Category: Mill Library

With the release of Probe Basic 0.6.0 they changed their tool measurement routine and now they also use the .var-file to store the settings.
Unfortunately, this leads to overlaps and my routine (V4.0) is no longer compatible with version 0.6.0 of Probe Basic.
It will take some time until I get around to adapting and testing everything.
As soon as I'm done there will be a new version and I'll let you know.
Displaying 22591 - 22600 out of 22600 results.
Time to create page: 0.789 seconds
Powered by Kunena Forum