Author: cgreidanus

Cam profile calculator

With the following calculator, based on [1], you can create a cam profile to balance a mass at a certain arm. The calculator can be set in either inside or outside mode, corresponding to the location of the cam follower relative to the cam. The starting radius of the cam, cam follower, spring coefficient and […]

Interactive Bokeh Content

If you want to embed interactive Bokeh content on your website without running a complete Bokeh server. Make sure all the callback are through custom JavaScript, and just export the layout to a HTML file. import numpy as np from bokeh.layouts import column, row from bokeh.models import CustomJS, Slider from bokeh.embed import file_html from bokeh.resources […]