<?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/Reprise_impression_3D_suite_-C3-A0_interruption">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-28T15:00:05+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/Reprise_impression_3D_suite_-C3-A0_interruption">
		<rdf:type rdf:resource="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3ATutoriels"/>
		<rdfs:label>Reprise impression 3D suite à interruption</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.hatlab.fr/Special:ExportRDF/Reprise_impression_3D_suite_-C3-A0_interruption"/>
		<swivt:page rdf:resource="https://wikifab.hatlab.fr/Reprise_impression_3D_suite_-C3-A0_interruption"/>
		<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;Robotique"/>
		<property:Area rdf:resource="&wiki;Art"/>
		<property:Area rdf:resource="&wiki;D-C3-A9coration"/>
		<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">Certaines programmes ne permettent pas de reprendre une impression au niveau où elle s'est interrompue. Ce script propose une méthode pour le faire.

For explanations in english, go directly to:
https://gitlab.com/sylvaingiraud/resume-gcode</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">15</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">Une impression peut être interrompue pour diverses raison: plus de fil, problème d'extrusion, coupure de courant.
Le script reprend le gcode et supprime toutes les couches en dessous du niveau de l'interruption.
En rechargeant le nouveau fichier gcode comme un fichier normal, l'impression peut continuer, même si l'imprimante a été éteinte entre temps.
Attention: il ne fait pas bouger la pièce du plateau. Sinon, elle perd son adhérence, et il est très difficile de la replacer exactement au même endroit</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">Aucun sinon du fil 3D.
L'opération est l'occasion de changer la couleur à volonté.</property:Material>
		<property:Notes rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A été testé avec Repetier-Host 2.1.6 connecté à une imprimante Prusa i3.

Non testé sur d'autres modèles, à utiliser avec les précautions indiquées.

--- Aucune garantie ---</property:Notes>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Si vous n’étiez pas présent lors de l'interruption, pas moyen de noter la couche qui était en cours.

Pas de soucis, mesurez la hauteur de la pièce avec le pied coulisse.

'''Attention: de pas déplacer la pièce !'''

Noter la valeur Z.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Il faut:
* la valeur Z
* le gcode d'origine

Le script se trouve là:
https://gitlab.com/sylvaingiraud/resume-gcode


* Exécuter ainsi:

./resume_gcode.sh &lt;nom du fuchier gcode d'origine&gt; &lt;valeur Z mesurée&gt;

* Usage: resume-gcode.sh &lt;original gcode file&gt;  &lt;Z value where to resume (mm)&gt; 
Anything higher than  will be kept. Everything else is dropped.

* Exemple pour une reprise à 3.1 mm:

resume-gcode.sh yogcapv6small.gcode 3.1

* Le script indique les numéros des lignes supprimés:

Done. Removed lines from 45 to 5348

Result in yogcapv6small.gcode-resume3.1.gcode</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Relancer l'impression avec le nouveau gcode.

Une bonne idée est de '''réduire la vitesse au départ''', pour permettre une interruption urgente en cas de mauvaise trajectoire (coupure de l'alimentation de l'imprimante).

Dans Repetier, il s'agit de déplacer le ''feedrate'' vers la gauche. Voir image.

Bonne chance.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Le fichier se nomme:
&lt;nom d'origine&gt;-resume&lt;Z&gt;.gcode

'''Vérifier de préférence le fichier en visualisant le chemin de la tête.'''

Repetier-Host permet de le faire. Dans ''Print Preview'', sélectionner '' Show Travel Moves''. Voir l'image.</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Mesure du niveau de l'interruption</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Executer le script</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Recharger le nouveau gcode</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Relancer l'impression</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">impression 3D</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">failure</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">reprise</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">echec</property:Tags>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">interruption</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">3D print</property:Tags>
		<property:Tools rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* Un ordinateur capable d’exécuter un script bash (naturellement Linux)
* Un pied à coulisse</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">2021-04-22T21:07:35Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2459327.3802662</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Reprise impression 3D suite à interruption</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-3ANotes" />
	<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" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>