From 12fa8238a67ef2da515f05029b9599277dce0301 Mon Sep 17 00:00:00 2001 From: nikitron Date: Fri, 2 Apr 2021 00:31:57 +0300 Subject: [PATCH] Update gcode_exporter.rst --- docs/nodes/exchange/gcode_exporter.rst | 58 +++++++++++++------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/nodes/exchange/gcode_exporter.rst b/docs/nodes/exchange/gcode_exporter.rst index c689c9a04d..b70dc15cab 100644 --- a/docs/nodes/exchange/gcode_exporter.rst +++ b/docs/nodes/exchange/gcode_exporter.rst @@ -9,59 +9,59 @@ Export file with G-code discribing the generated shape Inputs ------ -**Layer Height** - List of coefficients for layer height -**Flow Mult** - List of coefficients for Print speed -**Vertices** - Main thing The Geometry (can be one or severat pathes) +* **Layer Height** - List of coefficients for layer height +* **Flow Mult** - List of coefficients for Print speed +* **Vertices** - Main thing The Geometry (can be one or severat pathes) Outputs ------- -**Info** - Information for sthetoscope of properties of Gcode - path length, filament extrusion and Extruded Volume -**Vertices** - Vertices that will be exported -**Printed Edges** - Edges will be printed -**Travel Edges** - Edges not will be printed +- **Info** - Information for sthetoscope of properties of Gcode - path length, filament extrusion and Extruded Volume +- **Vertices** - Vertices that will be exported +- **Printed Edges** - Edges will be printed +- **Travel Edges** - Edges not will be printed Properties ---------- -**File** - Define file in directory, that will be written -**Continuous / Retraction** - Define would be filament retracted back in to nozzle (some kind of effect) -**Start** - Starting Gcode before it starts printing +- **File** - Define file in directory, that will be written +- **Continuous / Retraction** - Define would be filament retracted back in to nozzle (some kind of effect) +- **Start** - Starting Gcode before it starts printing --- +------ -**End** - Finishing Gcode after all geometry done (turn back nozzle to home position for example) -**Export Gcode** - Button to export when all ready +- **End** - Finishing Gcode after all geometry done (turn back nozzle to home position for example) +- **Export Gcode** - Button to export when all ready Continuous ---------- -**Filament (Ф)** - Thickness of fliament -**Nozzle** - Coeffitient of nozzle diameter -**Print** - Printing Speed general +- **Filament (Ф)** - Thickness of fliament +- **Nozzle** - Coeffitient of nozzle diameter +- **Print** - Printing Speed general Retraction ---------- -**Filament (Ф)** - Thickness of fliament -**Nozzle** - Coeffitient of nozzle diameter +- **Filament (Ф)** - Thickness of fliament +- **Nozzle** - Coeffitient of nozzle diameter --- +------ -**Print** - Printing Speed general -**Zlift** - Lift when retract -**Travel** - Travel when retract +- **Print** - Printing Speed general +- **Zlift** - Lift when retract +- **Travel** - Travel when retract --- +------ -**Retraction** - Itself parameter -**Z Hop** - Hop after retract -**Preload** - Load after retract action done +- **Retraction** - Itself parameter +- **Z Hop** - Hop after retract +- **Preload** - Load after retract action done --- +------ -**Sort Layers (z)** - Sorting if input geometry have some disorder -**Close Shapes** - Close all layers +- **Sort Layers (z)** - Sorting if input geometry have some disorder +- **Close Shapes** - Close all layers Example of usage ----------------