<?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/Utilisation_CNC_3018_docs_et_tutos">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-28T15:00:20+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/Utilisation_CNC_3018_docs_et_tutos">
		<rdf:type rdf:resource="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3ATutoriels"/>
		<rdfs:label>Utilisation CNC 3018 docs et tutos</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.hatlab.fr/Special:ExportRDF/Utilisation_CNC_3018_docs_et_tutos"/>
		<swivt:page rdf:resource="https://wikifab.hatlab.fr/Utilisation_CNC_3018_docs_et_tutos"/>
		<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;-C3-89lectronique"/>
		<property:Area rdf:resource="&wiki;Robotique"/>
		<property:Area rdf:resource="&wiki;Projet_de_Groupe"/>
		<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">comment :
* améliorer la CNC
* faire des circuits imprimés avec kicad, freerouting, flatcam et grblcontrol (candle)</property:Description>
		<property:Difficulty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Moyen</property:Difficulty>
		<property:Duration rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2</property:Duration>
		<property:Duration-2Dtype rdf:datatype="http://www.w3.org/2001/XMLSchema#string">heure(s)</property:Duration-2Dtype>
		<property:Introduction rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ayant fait l'acquisition d'une petite CNC, je me suis attelé à pouvoir réaliser des circuits imprimés avec. Je me suis posé comme contrainte d'utiliser des logiciels libres mais tournant sous windows (et linux aussi d'ailleurs).
je me suis basé sur plusieurs tutos : 
http://www.elektronique.fr/documents-pour-le-site/documentation/Tutorial-Kicad-FR.pdf
https://wiki.fablab-lannion.org/index.php?title=Kicad-cnc
https://dirtymarmotte.net/tuto-flatcam-fabrication-circuit-imprime-gerber-flatcam
https://www.cncfraises.fr/content/25-gravure-pcb-fraiseuse-cnc
http://www.ferdinandpiette.com/blog/2012/04/kicad-generer-les-fichiers-pour-la-gravure/

passage de la cnc en wifi avec cncjs : https://github.com/cncjs/cncjs</property:Introduction>
		<property:Licences rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Attribution (CC BY)</property:Licences>
		<property:Material rdf:datatype="http://www.w3.org/2001/XMLSchema#string">plaque de cuivre pour circuits imprimés.</property:Material>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">La sonde se connecte sur les pins A5.

Plus d'infos là:
https://wikifab.hatlab.fr/Graver_un_PCB_avec_une_CNC_3018#Etape_n.C2.B01_-_Connecter_la_Z-Probe</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pour installer les end-stop, ce tuto est excellent:
https://samueldperry.com/2020/09/01/cnc-3018-pro-router-adding-endstops/

* il faut des boulons avec écrous en T
* imprimer les pièces
* brancher les 12 fils, 4 par axe X, Y, Z.

Ci-joint la photo avec X,Y cablés et posés.

Candle affiche bien l'état de chaque endstop en haut à gauche. 
Sur notre CNC au Mesnilab, la configuration théorique à appliquer est:

* $5 = Normalement ouvert
* $21 = Limit Hard, sinon la détection n'arrête pas le mouvement

&lt;p&gt;
&lt;div class="icon-instructions-image"&gt;[[File:Caution-icon.jpg|link=]]&lt;/div&gt;
&lt;div class="icon-instructions-text"&gt;Le homing n'est pas encore opérationnel&lt;/div&gt;
&lt;/p&gt;
* $22 = Activation du Homing. pas obligatoire mais peut servir. Attention, le homing commence par Z !
* $23 = 7 = b111 = Inversion du homing, pour que les déplacements aillent vers la position en bas à gauche lors du Homing 
* $27 = distance du repli lors de la recherche du zero à basse vitesse.
=&gt; dans notre cas, ne fonctionne pas. Cela fait échouer le homing. Help!</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ajouter et gérer les endstop</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ajouter une sonde</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mesnilab</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CNC</property:Tags>
		<property:Tools rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CNC 3018 pro
forets et fraiseuses</property:Tools>
		<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">2026-01-04T15:56:35Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2461045.164294</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Utilisation CNC 3018 docs et tutos</swivt:wikiPageSortKey>
	</swivt:Subject>
	<swivt:Subject rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Utilisation_CNC_3018_docs_et_tutos_pour_faire_des_circuits_imprim-C3-A9s_avec_kicad-2C_freerouting-2C_flatcam_et_grblcontrol_-28candle-29">
		<rdfs:label>Utilisation CNC 3018 docs et tutos pour faire des circuits imprimés avec kicad, freerouting, flatcam et grblcontrol (candle)</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.hatlab.fr/Special:ExportRDF/Utilisation_CNC_3018_docs_et_tutos_pour_faire_des_circuits_imprim-C3-A9s_avec_kicad-2C_freerouting-2C_flatcam_et_grblcontrol_-28candle-29"/>
		<swivt:page rdf:resource="https://wikifab.hatlab.fr/Utilisation_CNC_3018_docs_et_tutos_pour_faire_des_circuits_imprim-C3-A9s_avec_kicad-2C_freerouting-2C_flatcam_et_grblcontrol_-28candle-29"/>
		<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>
		<swivt:redirectsTo rdf:resource="&wiki;Utilisation_CNC_3018_docs_et_tutos"/>
		<owl:sameAs rdf:resource="&wiki;Utilisation_CNC_3018_docs_et_tutos"/>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Utilisation CNC 3018 docs et tutos pour faire des circuits imprimés avec kicad, freerouting, flatcam et grblcontrol (candle)</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: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-3ALicences" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AMaterial" />
	<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-3ATools" />
	<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" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#redirectsTo" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>