forked from LinuxCNC/linuxcnc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python path errors on startup in newly added trsrn sim configs
Looks like the build process messes with the python vismach simulation files in the config folders. I'm not sure why that happens but moving the files relevant to the vismach simulation models into a new subfolder inside the config folder seems to fix it.
- Loading branch information
Showing
5 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ry_spindle-rotary-nutating/twp_vismach.py → ...le-rotary-nutating/vismach/twp_vismach.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# This is a modified version of 'vismach.py' to visualize Tilted Work Plane (TWP) | ||
# Author: David mueller | ||
# email: [email protected] | ||
|
||
# Copyright 2007 John Kasunich and Jeff Epler | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
4 changes: 4 additions & 0 deletions
4
...ting/xyzacb-trsrn_twp/xyzacb-trsrn-gui.py → ...tary-nutating/vismach/xyzacb-trsrn-gui.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# This is a machine simulation for the 'xyzacb-trsrn' simulation config in linuxcnc | ||
# Author: David mueller | ||
# email: [email protected] | ||
|
||
import hal | ||
import math | ||
import sys | ||
|
4 changes: 4 additions & 0 deletions
4
...ting/xyzbca-trsrn_twp/xyzbca-trsrn-gui.py → ...tary-nutating/vismach/xyzbca-trsrn-gui.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# This is a machine simulation for the 'xyzbca-trsrn' simulation config in linuxcnc | ||
# Author: David mueller | ||
# email: [email protected] | ||
|
||
from twp_vismach import * | ||
import hal | ||
import math | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters