<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'http://https://wikifab.hatlab.fr/Special:URIResolver/'>
	<!ENTITY category 'http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3A'>
	<!ENTITY property 'http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://wikifab.hatlab.fr/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://wikifab.hatlab.fr/Special:ExportRDF/Graver_des_surfaces_avec_Inkscape_et_une_CNC">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-28T15:01:38+02:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Graver_des_surfaces_avec_Inkscape_et_une_CNC">
		<rdf:type rdf:resource="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3ATutoriels"/>
		<rdf:type rdf:resource="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3APages_avec_des_liens_de_fichiers_bris-C3-A9s"/>
		<rdfs:label>Graver des surfaces avec Inkscape et une CNC</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.hatlab.fr/Special:ExportRDF/Graver_des_surfaces_avec_Inkscape_et_une_CNC"/>
		<swivt:page rdf:resource="https://wikifab.hatlab.fr/Graver_des_surfaces_avec_Inkscape_et_une_CNC"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fr</swivt:wikiPageContentLanguage>
		<property:Area rdf:resource="&wiki;Art"/>
		<property:Area rdf:resource="&wiki;D-C3-A9coration"/>
		<property:Area rdf:resource="&wiki;Maison"/>
		<property:Cost rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Cost>
		<property:Currency rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EUR (€)</property:Currency>
		<property:Description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Utilisation de l'extension Gcode de Inkscape pour graver des surfaces avec une CNC</property:Description>
		<property:Difficulty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Très facile</property:Difficulty>
		<property:Duration rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</property:Duration>
		<property:Duration-2Dtype rdf:datatype="http://www.w3.org/2001/XMLSchema#string">minute(s)</property:Duration-2Dtype>
		<property:Introduction rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Graver des lignes avec la mêche d'un CNC est assez simple.

Cela se complique lorsqu'il faut graver toute une surface, voire en relief.

L'extension GcodeTools de Inkscape permet de faire cela, mais elle nécessite quelques explications.

On va essayer de faire le plus claire possible. Cette page va expliquer comment graver une surface plane en plusieurs couches.


L'extension vient de club-cnc.ru mais elle n'est guère documentée. Ce tuto est issu de tests empiriques. Il peut contenir des erreurs d'interprétation.

Il y a juste un forum:

https://www.cnc-club.ru/forum/viewtopic.php?t=35

Merci à Nick.</property:Introduction>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Elle est installée dans Inkscape</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Défini le XY 0,0 et la profondeur Z

* Z depth: profondeur total de la gravure, toutes passes confondues

Attention: "Scale along Z axis" dans Option est un facteur qui sera aussi appliqué. Voir EXEMPLE plus bas</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Set tool shape. Ajoute un encart éditable (diametre...)

Déplacer le nouveau cadre. Editer dedans:

* diameter, la taille de l'outil
* feed: la vitesse XY, par exemple 50 pour une vitesse lente de test
* depth step: le nombre de mm entre 2 passes

EXEMPLE: OP "Z depth" = 1.1mm, "depth step" = 0.3. Il y aura 3 passes de 0.3mm + 1 passe de 0.2mm pour faire 1.1 mm

Mais, si "Scale along Z axis" de Zone/Options est à 3, il y aura 3 passes de 0.9mm + 1 passe de 0.6mm pour faire 3.3 mm</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Onglets:

Area:  Peu utile. Toujours désactiver Live Preview

Maximum area cutting curves: n/a

Area width: si négatif grave autour, si positif grave dans la surface

Area Tool Overlap: avec la diametre de l'outil, défini le nombre de lignes


Fill area:  Très utile pour ajouter les chemins

* Activer le Preview -&gt; Montre le résultat, il doit y avoir des lignes sur toute la surface

* Area fill shift: 0 à 1, sans effet

* APPLY: Ajoute les chemins

=&gt; Les chemins sont ajoutés en bleu. Les selectionner. Il faut voir chaque extrémité délimitée par un losange. 

Option: 

* Scale along Z axis: Facteur appliqué au Z

Voir EXEMPLE après "Tools Library"

* &lt;br /&gt;Offset along Z axis: juste un décalage vers le haut, c'est tout

Select all paths is nothing selected: peu aider pour ne pas avoir à sélectionner 

Préférence : 

* chemin du fichier gcode 
* Z safe height: hauteur pour les déplacements sans gravure. Le facteur "Scale along Z axis" s'applique aussi.

&lt;br /&gt;</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">C'est là que le fichier GCODE est généré.

Il faut avoir sélectionner les chemins avec "Node Tool" 

* Live Preview: (après sélection, il faut parfois changer une valeur) les lignes passent en rose, sinon sélectionner les chemins.
* APPLY: crée les chemins en plus, affichés en rose,  et sauve le gcode

On peut faire glisser les chemins créés avec "Selector Tool" pour les supprimer.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">On voit le Z min et max qui doivent correspondre  à la profondeur et à la hauteur de sécurité, pondéré du facteur "Scale along Z axis" de "Zone/Options".</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&lt;br /&gt;

* https://wikifab.hatlab.fr/Graver_un_PCB_avec_une_CNC_3018
* https://wikifab.hatlab.fr/Graver_au_laser_avec_une_CNC_3018
* https://wikifab.hatlab.fr/R%C3%A9aliser_un_circuit_avec_Kicad_pour_ensuite_le_graver
* https://wikifab.org/wiki/Graver_des_surfaces_avec_Inkscape_et_une_CNC</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">L'extension GCodeTools</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Orientation Points (OP)</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Outil / Tool Library</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Zone / Area</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Zone / Area onglet Path to Gcode</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ouverture dans Candle</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Plus de tutos CNC:</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CNC</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GCODE</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SVG</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">INKSCAPE</property:Tags>
		<property:Type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Technique</property:Type>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-10-15T21:24:15Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2460233.3918403</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Graver des surfaces avec Inkscape et une CNC</swivt:wikiPageSortKey>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3ATutoriels" />
	<owl:Class rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3APages_avec_des_liens_de_fichiers_bris-C3-A9s" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:ObjectProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AArea" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ACost" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ACurrency" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADescription" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADifficulty" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADuration" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADuration-2Dtype" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AIntroduction" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AStep_Content" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AStep_Title" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ATags" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AType" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>