CAM Custom/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Path_Stop|Stop]]
|[[Path_Stop|Stop]]
|[[Path_Shape|Gcode from a Shape]]
|[[Path_Shape|Shape]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Stop.svg
|IconL=Path_Stop.svg
Line 9: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Path Custom
|Name=Path Custom
Line 17: Line 19:
|SeeAlso=
|SeeAlso=
}}
}}
</div>


==Description==
==Description==
Line 46: Line 49:
{{Docnav
{{Docnav
|[[Path_Stop|Stop]]
|[[Path_Stop|Stop]]
|[[Path_Shape|Gcode from a Shape]]
|[[Path_Shape|Shape]]
|[[Path_Workbench|Path]]
|[[Path_Workbench|Path]]
|IconL=Path_Stop.svg
|IconL=Path_Stop.svg
Line 55: Line 58:
{{Path_Tools_navi{{#translation:}}}}
{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 10:45, 20 August 2021

Path Custom

Системное название
Path Custom
Расположение в меню
Path → Supplemental Commands → Дополнительно
Верстаки
Path
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Description

This tool inserts a path object which is built from hand coded custom G-code.

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.

Usage

  1. Press the Custom button
  2. Write custom G-code in the G Code property of the newly created object. Refer to the Path scripting page for supported G-Code commands.

Properties

  • ДанныеG Code: The custom G-Code commands to build the path on


Template:Path Tools navi/ru