Advanced Search

Search Results (Searched for: )

  • zz912
  • zz912's Avatar
10 May 2025 15:44
Replied by zz912 on topic Leaving from TOOL page

Leaving from TOOL page

Category: Gmoccapy

My English is bad. Could you explain your message easier?
  • zz912
  • zz912's Avatar
10 May 2025 15:41

Change Tool Offsets after editing the Tool Table

Category: Gmoccapy

So try this:
        if "G43" in self.active_gcodes:
            self.command.wait_complete()
            self.command.mode(linuxcnc.MODE_MDI)
            self.command.wait_complete()
            self.command.mdi("G43")
            self.command.wait_complete()
            self.command.mode(linuxcnc.MODE_MANUAL)
            self.command.wait_complete()
        
        self.stat.poll()    
        toolinfo = self.widgets.tooledit1.get_toolinfo(self.stat.tool_in_spindle)
        if toolinfo:
            self.widgets.lbl_tool_no.set_text(str(toolinfo[1]))
            self.widgets.lbl_tool_dia.set_text(toolinfo[12])
            self.halcomp["tool-diameter"] = float(locale.atof(toolinfo[12]))
            self.widgets.lbl_tool_name.set_text(toolinfo[16])  
  • PCW
  • PCW's Avatar
10 May 2025 15:03
Replied by PCW on topic LinuxCNC compatible industrial PC

LinuxCNC compatible industrial PC

Category: Computers and Hardware

Not a specific recommendation, but in general I would suggest
hardware with a Intel rather than RealTek Ethernet interface
(as this avoids the needed DKMS driver installation with RealTek
and newer kernels)
Displaying 16321 - 16323 out of 16323 results.
Time to create page: 0.318 seconds
Powered by Kunena Forum