- A new refactoring which allows you to extract a set of nodes into a function or module with a single keystroke. The refactoring automatically detects all incoming and outgoing connections, decides on the appropriate type (function or module) creates the necessary parameters and return values and then moves the nodes into the new graph, replacing them with call to the new function or module in the original graph ([#51](https://github.com/derkork/openscad-graph-editor/issues/51)). This refactoring greatly eases the creation of reusable functions and modules.
0 commit comments