Advanced Search

Search Results (Searched for: )

  • arauchfuss
  • arauchfuss
14 Jan 2025 00:56
Replied by arauchfuss on topic Tree Journeyman 325 (Dynapath)

Tree Journeyman 325 (Dynapath)

Category: Milling Machines

First attempt at physically fitting everything together.


Need to work on the 24V and 5V power supply mounting.
  • phillc54
  • phillc54's Avatar
14 Jan 2025 00:42
Replied by phillc54 on topic Axis Modifications

Axis Modifications

Category: AXIS

I really didn't like the last one so I tried something different and this is the result.
You don't need user_live_update, just use the below in bigfileopen.tcl.
# bigfileopen.tcl

if {[info proc tkgof] == ""} {rename tk_getOpenFile tkgof}
proc tk_getOpenFile {args} {
    # get width and height for max screen size:
    variable width  [lindex [wm maxsize .] 0]
    variable height [lindex [wm maxsize .] 1]
    # alternately, just set width and height explicitly:
    variable width  800
    variable height 600
    # location on screen:
    variable xoffset 0
    variable yoffset 0
    # padding to enlarge buttons:
    variable padx 10
    variable pady 20
    # set the window size and the button sizes
    after 0 {wm geometry .__tk_filedialog ${width}x${height}+${xoffset}+${yoffset};
             .__tk_filedialog.contents.f2.ok configure -padding [list $padx $pady $padx $pady];
             .__tk_filedialog.contents.f2.cancel configure -padding [list $padx $pady $padx $pady]}
    return [eval ::tkgof $args]
}
 
  • PopBang
  • PopBang
  • cakeslob
  • cakeslob
14 Jan 2025 00:19
  • TomAlborough
  • TomAlborough's Avatar
14 Jan 2025 00:19

RPi 5 with 6.12 PREEMPT_RT = Using POSIX non-realtime

Category: Installing LinuxCNC

Hello Tom,

Maslow advertizes CNC'ing of wood sheets and that's what I need to do so let me see how far I can go with it and LinuxCNC. BTW Maslow goes at about 1 inch per second so there are no kinematics.

I'll start by locating the LinuxCNC documentation starting point(s).

Thanks Tom for the input,
Tom
Displaying 20161 - 20165 out of 20165 results.
Time to create page: 0.375 seconds
Powered by Kunena Forum