[Home]History of NURBS

EmcKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Search:


Revision 36 . . June 20, 2009 8:44 am by JeffEpler
Revision 35 . . April 19, 2009 10:40 pm by EBo
Revision 34 . . April 17, 2009 7:46 am by Elovalvo
Revision 33 . . March 5, 2009 9:56 am by EBo [added links to RinoNURBS2ngc and Butterfly model]
Revision 32 . . March 5, 2009 9:54 am by EBo
Revision 31 . . March 5, 2009 9:52 am by EBo
Revision 30 . . March 5, 2009 9:50 am by EBo
Revision 29 . . March 5, 2009 9:49 am by EBo
Revision 28 . . March 5, 2009 9:46 am by EBo
Revision 27 . . March 5, 2009 9:44 am by EBo
Revision 26 . . March 5, 2009 9:38 am by EBo
Revision 25 . . (edit) March 3, 2009 1:26 pm by Xemet
Revision 24 . . (edit) March 3, 2009 1:24 pm by Xemet
Revision 23 . . (edit) March 3, 2009 1:24 pm by Xemet
Revision 22 . . March 3, 2009 1:23 pm by Xemet
Revision 21 . . March 2, 2009 2:40 pm by Xemet
Revision 20 . . March 2, 2009 2:35 pm by Xemet
Revision 19 . . March 2, 2009 2:35 pm by Xemet
Revision 18 . . March 2, 2009 2:34 pm by Xemet
Revision 17 . . March 2, 2009 2:33 pm by Xemet
Revision 16 . . March 2, 2009 2:06 pm by Xemet
Revision 15 . . March 2, 2009 2:03 pm by Xemet
Revision 14 . . March 2, 2009 2:02 pm by Xemet
Revision 13 . . March 2, 2009 2:02 pm by Xemet
Revision 12 . . February 28, 2009 11:38 pm by Elovalvo
Revision 11 . . February 28, 2009 5:22 pm by Xemet
Revision 10 . . February 28, 2009 5:01 pm by Xemet
Revision 9 . . February 28, 2009 5:01 pm by Xemet
Revision 8 . . February 28, 2009 5:00 pm by Xemet
Revision 7 . . February 28, 2009 4:58 pm by Xemet
Revision 6 . . February 28, 2009 12:27 pm by EBo
Revision 5 . . February 28, 2009 11:10 am by EBo
Revision 4 . . February 28, 2009 11:08 am by EBo
Revision 3 . . (edit) February 28, 2009 10:33 am by Alex Joni [added patch]
Revision 2 . . February 28, 2009 10:31 am by Alex Joni
Revision 1 . . February 28, 2009 10:30 am by Alex Joni [started a page]
  

Difference (from prior major revision) (no other diffs)

Added: 19a20
Follow the instructions in Installing EMC2. The development version currently (6/20/2009) has the nurbs patch added.

Changed: 21,51c22
* Make sure you have all the tools needed to compile EMC2 from source, if not, install the following packages:

$ sudo apt-get build-dep emc2
$ sudo apt-get install build-essential

* If you don't have it, install CVS

$ sudo apt-get install cvs

* Get EMC2 source from CVS, we will use the last trunk, launch this command from your home directory, or a directory where you've all permissions:

$ export CVS_RSH=ssh
$ cvs -z5 -d:ext:anon@cvs.linuxcnc.org:/cvs co -d emc2-NURBS emc2

* patch the sources (put the "nurbs_03_03_2009.patch" file in your home)

$ cd emc2-NURBS
$ patch -p0 < /home/your_username/nurbs_03_03_2009.patch

* compile with run in place option

$ cd src
$ ./configure --enable-run-in-place
$ make && sudo make setuid

* launch emc and choose a mm configuration, for example stepper_mm

$ cd ..
$ scripts/emc

* try to load the example file butterfly.ngc located at /home/your_username/emc2-NURBS/nc_files/
Try to load the example file butterfly.ngc located at /home/your_username/emc2-NURBS/nc_files/

EmcKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
Search:
Published under a Creative Commons License