Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 3.49 KB

README.md

File metadata and controls

37 lines (27 loc) · 3.49 KB

FullControl tutorials

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

introductory documentation:

  1. one-minute introduction to FullControl - fast_demo.ipynb
  2. broad overview of FullControl - overview.ipynb

technical use of FullControl:

  1. create a design in FullControl with built-in objects - state_objects.ipynb
  2. format gcode - gcode_controls.ipynb
    • controls that can be used to adjust how a FullControl design is transformed into a 'gcode' result
  3. format plots - plot_controls.ipynb
    • controls that can be used to adjust how a FullControl design is transformed into a 'plot' result
  4. 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)
  5. other FullControl functions - other_functions.ipynb

tips and examples:

  1. design tips - design_tips.ipynb
  2. example model (nonplanar spacer) - nonplanar_spacer.ipynb
  3. example model (nuts and bolts) - nuts_and_bolts.ipynb
  4. colab design template - design_template_colab.ipynb
  5. more designs are available on the fullcontrol gists page

FullControl lab:

  1. FullControl lab geometry - lab_geometry.ipynb
  2. four-axis example - lab_four_axis_demo.ipynb
  3. five-axis example - lab_five_axis_demo.ipynb