the following tutorials introduce the concept of FullControl, walk through its capabilities, and give tips for creating designs in FullControl
they refer to designs, state, things and results which are defined in the broad overview tutorial notebook
these links open the notebooks directly in google colab
for use on a local system, clone this repo and open the contents notebooks (contents.ipynb) in this folder to navigate and open the other notebooks
- one-minute introduction to FullControl - fast_demo.ipynb
- broad overview of FullControl - overview.ipynb
- create a design in FullControl with built-in objects - state_objects.ipynb
- format gcode - gcode_controls.ipynb
- controls that can be used to adjust how a FullControl design is transformed into a 'gcode' result
- format plots - plot_controls.ipynb
- controls that can be used to adjust how a FullControl design is transformed into a 'plot' result
- geometric modeling functions - geometry_functions.ipynb
- demonstration of built-in geometry functions that can be used to create, modify or measure points (or lists of points)
- other FullControl functions - other_functions.ipynb
- design tips - design_tips.ipynb
- example model (nonplanar spacer) - nonplanar_spacer.ipynb
- example model (nuts and bolts) - nuts_and_bolts.ipynb
- colab design template - design_template_colab.ipynb
- more designs are available on the fullcontrol gists page
- FullControl lab geometry - lab_geometry.ipynb
- four-axis example - lab_four_axis_demo.ipynb
- five-axis example - lab_five_axis_demo.ipynb