Advanced Search

Search Results (Searched for: )

  • 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
  • tommylight
  • tommylight's Avatar
15 Jul 2024 13:29
  • JT
  • JT's Avatar
15 Jul 2024 13:22
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

I am trying to do a closed loop spindle configuration, but the spindle menu is locked not active. What should I do for +-10v sample configuration . Thanks!
 

Boards that don't have a spindle interface the spindle sections is not enabled. A sample spindle would depend on what board it is.

JT
  • Grotius
  • Grotius's Avatar
15 Jul 2024 10:58
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi,

I found a paper that has the info to create a 3d clothoid 4 segment spline. Ideal to create 3d fillets for gcode.

Now is anyone able to help convert this paper into c or c++ code?

clothoid_3d_paper
  • besriworld
  • besriworld
15 Jul 2024 10:55
Replied by besriworld on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

I am trying to do a closed loop spindle configuration, but the spindle menu is locked not active. What should I do for +-10v sample configuration . Thanks!
  • krakos
  • krakos
15 Jul 2024 10:46

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

Category: Installing LinuxCNC

ubuntu-10.04-linuxcnc3-i386.iso is instaling witout any problems

PC is DELL Optiplex 960 RS-232 LPT C2D E8600
  • JT
  • JT's Avatar
15 Jul 2024 10:19
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Tool tip added, I don't know anything about plasmac so I would need a list of the i/o

JT
  • Aciera
  • Aciera's Avatar
15 Jul 2024 09:48
Replied by Aciera on topic Update Work Offsets with G Code

Update Work Offsets with G Code

Category: G&M Codes

I think this would require a custom Gcode using a remap. I made an example remap for a command 'G10.1 Xn Yn Zn'

Try this:

Add this to the [RS274NGC] section of your ini file:
          REMAP = G10.1  modalgroup=1   argspec=xyz  ngc=g10_increment

Create a new file with the Gcode below and save as 'g10_increment.ngc' to a folder in your
[RS274NGC] SUBROUTINE_PATH   
o<g10_increment>sub
M66 L0 E0                    ;force sync, stop read ahead    

o100 if [EXISTS [#<X>]]      ;check for X-word, set to zero if missing                       
o100 else
    #<X> = 0                                                  
o100 endif
o101 if [EXISTS [#<Y>]]     ;check for Y-word, set to zero if missing  
o101 else
    #<Y> = 0                                                  
o101 endif
o102 if [EXISTS [#<Z>]]     ;check for Z-word, set to zero if missing  
o102 else
    #<Z> = 0                                                  
o102 endif

; calculate which parameter contains the current X,Y,Z offset values
#<x_current> = [5201 + #5220 * 20]
#<y_current> = [5202 + #5220 * 20]
#<z_current> = [5203 + #5220 * 20]

; add the passed X,Y,Z words to the current offset values
G10 L2 P0 X[#[#<x_current>] + #<X>] Y[#[#<y_current>] + #<Y>] Z[#[#<z_current>] + #<Z>]

M66 L0 E0                   ;force sync, stop read ahead
o<g10_increment>endsub
m2

Note:
This will always apply to the currently active offset system.

You could use another unallocated  GCODE :
linuxcnc.org/docs/2.9/html/remap/remap.h...:unallocated-g-codes

You could extend this to query the state of G90/91 and/or add a  'P' word to pick an offset system other then the currently active one.
  • Aciera
  • Aciera's Avatar
15 Jul 2024 09:47 - 15 Jul 2024 09:59
Replied by Aciera on topic Update Work Offsets with G Code

Update Work Offsets with G Code

Category: G&M Codes

see below
  • rodw
  • rodw's Avatar
15 Jul 2024 09:25
Replied by rodw on topic Has Anyone used DeskProto

Has Anyone used DeskProto

Category: CAD CAM

This is interesting as it runs on Linux. Wish it was cloud based though!
My F360 license is expiring soon and it's gonna be AUD $1k which will hurt. 
  • Hendrixx
  • Hendrixx
15 Jul 2024 09:19
Replied by Hendrixx on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Thank you for the time and effort. Would it be possible to integrate the plamac i/o,it would be greatly appreciated and maybe a tool tip that you can type in GUi field whatever setup you want to use
  • my1987toyota
  • my1987toyota's Avatar
15 Jul 2024 09:16 - 15 Jul 2024 09:22
Replied by my1987toyota on topic CNC Foam Lathe

CNC Foam Lathe

Category: Turning

Hi spumco. I will look that over. In the case of my machine I intend to use a soldering iron for the
cutting tip.
www.amazon.com/Walnut-Hollow-Versa-Temp-...id=1721035279&sr=8-6
  • Darium
  • Darium
15 Jul 2024 09:14
Replied by Darium on topic Automatic tool change arm stepgen

Automatic tool change arm stepgen

Category: General LinuxCNC Questions

can you send me a sample of config file for both method?
Displaying 22681 - 22695 out of 26400 results.
Time to create page: 0.543 seconds
Powered by Kunena Forum