<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://cyberweb.cite-sciences.fr/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://cyberweb.cite-sciences.fr/wiki/feed.php">
        <title>Carrefour numérique² - fablab machines:fraiseuses:cnc</title>
        <description></description>
        <link>https://cyberweb.cite-sciences.fr/wiki/</link>
        <image rdf:resource="https://cyberweb.cite-sciences.fr/wiki/lib/tpl/fablab_carrnum/images/favicon.ico" />
       <dc:date>2026-04-10T14:22:35+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:configuration&amp;rev=1418989916"/>
                <rdf:li rdf:resource="https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:linux_cnc&amp;rev=1524323440"/>
                <rdf:li rdf:resource="https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:support&amp;rev=1452803930"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://cyberweb.cite-sciences.fr/wiki/lib/tpl/fablab_carrnum/images/favicon.ico">
        <title>Carrefour numérique² - fablab</title>
        <link>https://cyberweb.cite-sciences.fr/wiki/</link>
        <url>https://cyberweb.cite-sciences.fr/wiki/lib/tpl/fablab_carrnum/images/favicon.ico</url>
    </image>
    <item rdf:about="https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:configuration&amp;rev=1418989916">
        <dc:format>text/html</dc:format>
        <dc:date>2014-12-19T12:51:56+02:00</dc:date>
        <title>Grbl</title>
        <link>https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:configuration&amp;rev=1418989916</link>
        <description>
&lt;h1 id=&quot;grbl&quot;&gt;Grbl&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;installation_de_grbl&quot;&gt;Installation de GRBL&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
 Les binaires de grbl sont disponibles sur le &lt;a href=&quot;https://github.com/grbl/grbl#downloads-right-click-and-save-link-as&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://github.com/grbl/grbl#downloads-right-click-and-save-link-as&quot;  rel=&quot;nofollow&quot;&gt;github de grbl&lt;/a&gt;. Le version actuellement installée est la version de dev compilée au 25/01/2013
&lt;/p&gt;

&lt;p&gt;
Exemple de commande pour &lt;a href=&quot;https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino&quot;  rel=&quot;nofollow&quot;&gt;flasher/installer grbl sur l&amp;#039;arduino&lt;/a&gt; : 
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;avrdude -C/usr/share/arduino/hardware/tools/avrdude.conf -pm328p -carduino -P/dev/ttyACM0 -D -Uflash:w:grbl_v0_9a_edge_328p_16mhz_9600_build20130319.hex&lt;/pre&gt;

&lt;/div&gt;

&lt;h2 id=&quot;compilation_de_la_version_de_dev_de_grbl&quot;&gt;Compilation de la version de dev de grbl&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
La version actuellement utilité est une compilation maison de la branche dev au 25/01/2013. Un profil &lt;code&gt;DEFAULTS_CARRNUM&lt;/code&gt;, contenant les paramètres par defaut, a été ajouté dans le fichier &lt;code&gt;&lt;a href=&quot;https://cyberweb.cite-sciences.fr/wiki/lib/exe/fetch.php?media=machines:cnc:defaults.h.zip&quot; class=&quot;media mediafile mf_zip&quot; title=&quot;machines:cnc:defaults.h.zip&quot;&gt;default.h&lt;/a&gt;&lt;/code&gt; . Le fichier &lt;code&gt;config.h&lt;/code&gt; a été modifié pour que ce profil &lt;code&gt;DEFAULTS_CARRNUM&lt;/code&gt; soit utilisé lors du frashage de l&amp;#039;eeprom.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;config_grbl&quot;&gt;Config. GRBL&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;em&gt;Configuration de grbl v0.9a au 01/11/2013 &lt;/em&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;gt;&amp;gt;&amp;gt; $$
&amp;lt;&amp;lt;&amp;lt; $0=64.000 (x, step/mm)
&amp;lt;&amp;lt;&amp;lt; $1=64.000 (y, step/mm)
&amp;lt;&amp;lt;&amp;lt; $2=200.000 (z, step/mm)
&amp;lt;&amp;lt;&amp;lt; $3=3000.000 (x v_max, mm/min)
&amp;lt;&amp;lt;&amp;lt; $4=3000.000 (y v_max, mm/min)
&amp;lt;&amp;lt;&amp;lt; $5=120.000 (z v_max, mm/min)
&amp;lt;&amp;lt;&amp;lt; $6=100.000 (x accel, mm/sec^2)
&amp;lt;&amp;lt;&amp;lt; $7=100.000 (y accel, mm/sec^2)
&amp;lt;&amp;lt;&amp;lt; $8=10.000 (z accel, mm/sec^2)
&amp;lt;&amp;lt;&amp;lt; $9=20 (step pulse, usec)
&amp;lt;&amp;lt;&amp;lt; $10=3000.000 (default feed, mm/min)
&amp;lt;&amp;lt;&amp;lt; $11=32 (step port invert mask, int:00100000)
&amp;lt;&amp;lt;&amp;lt; $12=25 (step idle delay, msec)
&amp;lt;&amp;lt;&amp;lt; $13=0.050 (junction deviation, mm)
&amp;lt;&amp;lt;&amp;lt; $14=0.005 (arc tolerance, mm)
&amp;lt;&amp;lt;&amp;lt; $15=3 (n-decimals, int)
&amp;lt;&amp;lt;&amp;lt; $16=0 (report inches, bool)
&amp;lt;&amp;lt;&amp;lt; $17=1 (auto start, bool)
&amp;lt;&amp;lt;&amp;lt; $18=0 (invert step enable, bool)
&amp;lt;&amp;lt;&amp;lt; $19=1 (hard limits, bool)
&amp;lt;&amp;lt;&amp;lt; $20=0 (homing cycle, bool)
&amp;lt;&amp;lt;&amp;lt; $21=0 (homing dir invert mask, int:00000000)
&amp;lt;&amp;lt;&amp;lt; $22=25.000 (homing feed, mm/min)
&amp;lt;&amp;lt;&amp;lt; $23=100.000 (homing seek, mm/min)
&amp;lt;&amp;lt;&amp;lt; $24=100 (homing debounce, msec)
&amp;lt;&amp;lt;&amp;lt; $25=1.000 (homing pull-off, mm)
&amp;lt;&amp;lt;&amp;lt; ok

&lt;/pre&gt;

&lt;p&gt;
Config de la version de dev (2013-01-25)
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;&amp;lt;&amp;lt; $0=64.000 (x, step/mm)
&amp;lt;&amp;lt;&amp;lt; $1=64.000 (y, step/mm)
&amp;lt;&amp;lt;&amp;lt; $2=200.000 (z, step/mm)
&amp;lt;&amp;lt;&amp;lt; $3=3000.000 (x max rate, mm/min)
&amp;lt;&amp;lt;&amp;lt; $4=3000.000 (y max rate, mm/min)
&amp;lt;&amp;lt;&amp;lt; $5=120.000 (z max rate, mm/min)
&amp;lt;&amp;lt;&amp;lt; $6=100.000 (x accel, mm/sec^2)
&amp;lt;&amp;lt;&amp;lt; $7=100.000 (y accel, mm/sec^2)
&amp;lt;&amp;lt;&amp;lt; $8=10.000 (z accel, mm/sec^2)
&amp;lt;&amp;lt;&amp;lt; $9=200.000 (x max travel, mm)
&amp;lt;&amp;lt;&amp;lt; $10=200.000 (y max travel, mm)
&amp;lt;&amp;lt;&amp;lt; $11=200.000 (z max travel, mm)
&amp;lt;&amp;lt;&amp;lt; $12=10 (step pulse, usec)
&amp;lt;&amp;lt;&amp;lt; $13=3000.000 (default feed, mm/min)
&amp;lt;&amp;lt;&amp;lt; $14=0 (step port invert mask:00000000)
&amp;lt;&amp;lt;&amp;lt; $15=192 (dir port invert mask:11000000)
&amp;lt;&amp;lt;&amp;lt; $16=255 (step idle delay, msec)
&amp;lt;&amp;lt;&amp;lt; $17=0.020 (junction deviation, mm)
&amp;lt;&amp;lt;&amp;lt; $18=0.002 (arc tolerance, mm)
&amp;lt;&amp;lt;&amp;lt; $19=3 (n-decimals, int)
&amp;lt;&amp;lt;&amp;lt; $20=0 (report inches, bool)
&amp;lt;&amp;lt;&amp;lt; $21=1 (auto start, bool)
&amp;lt;&amp;lt;&amp;lt; $22=0 (invert step enable, bool)
&amp;lt;&amp;lt;&amp;lt; $23=0 (invert limit pins, bool)
&amp;lt;&amp;lt;&amp;lt; $24=0 (soft limits, bool)
&amp;lt;&amp;lt;&amp;lt; $25=1 (hard limits, bool)
&amp;lt;&amp;lt;&amp;lt; $26=1 (homing cycle, bool)
&amp;lt;&amp;lt;&amp;lt; $27=96 (homing dir invert mask:01100000)
&amp;lt;&amp;lt;&amp;lt; $28=25.000 (homing feed, mm/min)
&amp;lt;&amp;lt;&amp;lt; $29=3000.000 (homing seek, mm/min)
&amp;lt;&amp;lt;&amp;lt; $30=250 (homing debounce, msec)
&amp;lt;&amp;lt;&amp;lt; $31=1.000 (homing pull-off, mm)&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://github.com/grbl/grbl/wiki&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://github.com/grbl/grbl/wiki&quot;  rel=&quot;nofollow&quot;&gt;Grbl&lt;/a&gt; v0.8c (installé le 21/11/2012):
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $0=64.000 (x, step/mm)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $1=64.000 (y, step/mm)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $2=200.000 (z, step/mm)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $3=20 (step pulse, usec)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $4=500.000 (default feed, mm/min)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $5=6000.000 (default seek, mm/min)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $6=32 (step port invert mask, int:00100000)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $7=25 (step idle delay, msec)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $8=100.000 (acceleration, mm/sec^2)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $9=0.050 (junction deviation, mm)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $10=0.100 (arc, mm/segment)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $11=25 (n-arc correction, int)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $12=3 (n-decimals, int)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $13=0 (report inches, bool)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $14=1 (auto start, bool)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $15=0 (invert step enable, bool)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $16=0 (hard limits, bool)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $17=0 (homing cycle, bool)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $18=0 (homing dir invert mask, int:00000000)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $19=25.000 (homing feed, mm/min)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $20=250.000 (homing seek, mm/min)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $21=100 (homing debounce, msec)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; $22=1.000 (homing pull-off, mm)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;p&gt;&lt;div class=&quot;notetip&quot;&gt;Exemple de commande (à personaliser) pour uploader grbl sur un arduino : &lt;code&gt;sudo /opt/arduino-1.0.1/hardware/tools/avrdude -C/opt/arduino-1.0.1/hardware/tools/avrdude.conf -v -v -v -v  -patmega328p -carduino -P/dev/ttyACM0  -b115200 -D -Uflash:w:grbl_v0_8c_atmega328p_16mhz_9600.hex&lt;/code&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;/p&gt;

&lt;p&gt;
config prise le 19/12/2014 avec  le grbl 0.9? présent sur la carte arduino
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;$0=64.000 (x, step/mm)
$1=64.000 (y, step/mm)
$2=200.000 (z, step/mm)
$3=3000.000 (x max rate, mm/min)
$4=3000.000 (y max rate, mm/min)
$5=120.000 (z max rate, mm/min)
$6=100.000 (x accel, mm/sec^2)
$7=100.000 (y accel, mm/sec^2)
$8=10.000 (z accel, mm/sec^2)
$9=318.000 (x max travel, mm)
$10=263.000 (y max travel, mm)
$11=63.000 (z max travel, mm)
$12=10 (step pulse, usec)
$13=3000.000 (default feed, mm/min)
$14=0 (step port invert mask:00000000)
$15=192 (dir port invert mask:11000000)
$16=255 (step idle delay, msec)
$17=0.020 (junction deviation, mm)
$18=0.002 (arc tolerance, mm)
$19=3 (n-decimals, int)
$20=0 (report inches, bool)
$21=1 (auto start, bool)
$22=0 (invert step enable, bool)
$23=0 (invert limit pins, bool)
$24=0 (soft limits, bool)
$25=1 (hard limits, bool)
$26=1 (homing cycle, bool)
$27=96 (homing dir invert mask:01100000)
$28=25.000 (homing feed, mm/min)
$29=3000.000 (homing seek, mm/min)
$30=250 (homing debounce, msec)
$31=1.000 (homing pull-off, mm)&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:linux_cnc&amp;rev=1524323440">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-21T17:10:40+02:00</dc:date>
        <title>Linux CNC</title>
        <link>https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:linux_cnc&amp;rev=1524323440</link>
        <description>
&lt;h1 id=&quot;linux_cnc&quot;&gt;Linux CNC&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Logiciel libre de pilotage de CNC
&lt;/p&gt;

&lt;p&gt;
La CNC du carrefour numérique étant pilotée par GRBL, linux VNV n&amp;#039;est pas utile. Néanmoins, la partie simulation du logiciel permet de visualiser/simuler le GCode.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;installation_de_linux_cnc_en_simulateur&quot;&gt;installation de linux CNC en &amp;quot;simulateur&amp;quot;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Build_A_Simulator_Manually&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Build_A_Simulator_Manually&quot;  rel=&quot;nofollow&quot;&gt;http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Build_A_Simulator_Manually&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Preparation
Install git.

 sudo apt-get install git

Intall dpkg-dev.

 sudo apt-get install dpkg-dev

Make a directory, for example git, in your favourite location.

 mkdir git

Go into the git directory and get a copy of the LinuxCNC source.

 cd git
 git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc

Dependencies
Go to the debian folder and configure

 cd linuxcnc/debian
 ./configure sim

Go back to the linuxcnc folder and check dependencies

 cd ..
 dpkg-checkbuilddeps

Which will output something similar to:

 dpkg-checkbuilddeps: Unmet dependencies: debhe...

Now the dependency check threw a number of missing artifacts, install them all with apt-get.

Editor&amp;#039;s note 1: These are the packages I had to install to get it running. This list is illustrative but dependencies may well differ for your installation---it&amp;#039;s best explicitly to check them as shown above.

 sudo apt-get install libpth-dev dvipng tcl-dev tk-dev tcl8.4-dev tk8.4-dev bwidget libxaw7-dev libncurses-dev libreadline-dev asciidoc source-highlight dblatex groff python-dev python-tk python-lxml libglu1-mesa-dev libgl1-mesa-dev libgl1-mesa-swx11-dev libgtk2.0-dev libgnomeprintui2.2-dev autoconf libboost-python-dev texlive-lang-cyrillic

Editor&amp;#039;s note 2: There can only be one libgl development package installed at the time. If there are any conflicts, remove (purge) the installed package and retry.

Editor&amp;#039;s note 3: The apt-get install command above is almost working as is in a Ubuntu 12.04 as well. The libgl1-mesa-dev is provided in other packages, but apt-get will hint which one to install get it running. Install that package separately, remove libgl1-mesa-dev from the long install command and go for it. Please note that the extra packages needed might differ for your machine, depending on your setup and hardware.

Here&amp;#039;s an example of a command that worked on 12.04:

sudo apt-get install libpth-dev dvipng tcl-dev tk-dev tcl8.4-dev tk8.4-dev bwidget libxaw7-dev libncurses-dev libreadline-dev asciidoc source-highlight dblatex groff python-dev python-tk python-lxml libglu1-mesa-dev libgl1-mesa-swx11-dev libgtk2.0-dev libgnomeprintui2.2-dev autoconf libboost-python-dev texlive-lang-cyrillic texlive-lang-french texlive-lang-german texlive-lang-spanish texlive-lang-polish libmodbus-dev python-support

When the command dpkg-checkbuilddeps returns silent you can go to next step.
Configure and compile
The tcl8.4 and tk8.4 packages are only needed to get the dependencies check working, they will conflict with the configure. Remove them again.

 sudo apt-get purge tcl8.4-dev tk8.4-dev

Now it&amp;#039;s finally time to compile linuxcnc

 cd src
 ./autogen.sh
 ./configure --enable-simulator
 make

Add following to your path (such as .profile)

 export PATH=$PATH:[path to the linuxcnc dir]/linuxcnc/scripts/rip-environment

Linuxcnc can now be started with the command

 . scripts/linuxcnc

Don&amp;#039;t forget to use a simulator configuration (sim tree in the config selector). &lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:support&amp;rev=1452803930">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-14T21:38:50+02:00</dc:date>
        <title>Plateau de support</title>
        <link>https://cyberweb.cite-sciences.fr/wiki/doku.php?id=machines:fraiseuses:cnc:support&amp;rev=1452803930</link>
        <description>
&lt;h1 id=&quot;plateau_de_support&quot;&gt;Plateau de support&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;cordonnees_de_percage&quot;&gt;Cordonnées de perçage&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 0.0 , 0.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 258.0 , 0.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 259.5 , 207.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; -0.5 , 206.0&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
