CAM Custom/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "* {{PropertyData|G Code}}: Les commandes G-Code sur lequelles sont construites le chemin.")
(Updating to match new version of source page)
Line 3: Line 3:
== Description ==
== Description ==


<div class="mw-translate-fuzzy">
Cet outil insert un objet chemin qui est construit à partir d'un G-Code adapté.
Cet outil insert un objet chemin qui est construit à partir d'un G-Code adapté.
</div>

Because the Custom G-Code command provides no link to a Tool Controller, if a Tool is used by the custom G-Code, the Tool index must be written, along with the Spindle Start M-Code, in order that it is passed to the Postprocessor. This ensures that Tool changes and starts will be properly generated.

For example, to convey to the Postprocessor that the Tool used in the Custom G-Code operation has Tool index 6, and a Spindle Speed of 10,000, insert the following code at the beginning of the Custom G-Code Operation:

(T6: 4mm Endmill)

M6 T6

M3 S10000

Note that Feed rates will be correctly generated by the Postprocessor, only if the Custom G-Code Feed rates are written in Units/second.


== Utilisation ==
== Utilisation ==

Revision as of 22:23, 25 January 2018

Path Custom

Emplacement du menu
Path → Partial Commands → Custom
Ateliers
Path
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

Cet outil insert un objet chemin qui est construit à partir d'un G-Code adapté.

Because the Custom G-Code command provides no link to a Tool Controller, if a Tool is used by the custom G-Code, the Tool index must be written, along with the Spindle Start M-Code, in order that it is passed to the Postprocessor. This ensures that Tool changes and starts will be properly generated.

For example, to convey to the Postprocessor that the Tool used in the Custom G-Code operation has Tool index 6, and a Spindle Speed of 10,000, insert the following code at the beginning of the Custom G-Code Operation:

(T6: 4mm Endmill)

M6 T6

M3 S10000

Note that Feed rates will be correctly generated by the Postprocessor, only if the Custom G-Code Feed rates are written in Units/second.

Utilisation

  1. Pressez le bouton Custom
  2. Écrivez le G-Code adapté dans la propriété G Code de l'objet nouvellement créé. Voyez la page Path scripting pour les commandes G-Code acceptées.

Propriétés

  • DonnéesG Code: Les commandes G-Code sur lequelles sont construites le chemin.