Skip to content

Commit

Permalink
Update gcode_exporter.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nortikin authored Apr 1, 2021
1 parent 6417f5e commit 12fa823
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions docs/nodes/exchange/gcode_exporter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down

0 comments on commit 12fa823

Please sign in to comment.