Skip to content

Commit

Permalink
ADD: new animation gifs for mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Dec 23, 2024
1 parent fdfff7f commit 1d3dce1
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/illustration/meshbit_illustration/moveit.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ def main() -> None:
__OPT_is_saving_gif = Rhino.Input.Custom.OptionToggle(False, "Off", "On")
__OPT_transparent_background = Rhino.Input.Custom.OptionToggle(True, "Off", "On")
__OPT_fps = Rhino.Input.Custom.OptionInteger(30, 0, 120)
__OPT_duration = Rhino.Input.Custom.OptionInteger(3500, 1, 10000)
__OPT_duration = Rhino.Input.Custom.OptionInteger(7000, 1, 10000)
_build_folder = os.path.dirname(Rhino.RhinoDoc.ActiveDoc.Path)
__OPT_width = Rhino.Input.Custom.OptionInteger(1500, 1, 5000)
__OPT_height = Rhino.Input.Custom.OptionInteger(1500, 1, 5000)

__OPT_rot_degrees = Rhino.Input.Custom.OptionInteger(360, 0, 360)
__OPT_gaussian_move = Rhino.Input.Custom.OptionToggle(True, "Off", "On")
__OPT_translation_axis = Rhino.Input.Custom.OptionInteger(2, 0, 2)
__OPT_translation_distance = Rhino.Input.Custom.OptionDouble(0.1, 0., 10000.)
__OPT_translation_distance = Rhino.Input.Custom.OptionDouble(0.03, 0., 10000.)
__OPT_translation_go_back = Rhino.Input.Custom.OptionToggle(True, "Off", "On")

is_subopt = False
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/changelog/index.md
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/hardware/woodworking-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following is a list of the available toolheads that are already integrated i
## Available 3D mounts

<div class="grid" markdown>
![](../assets/images/getting_started/hardware_mounts/mount_ex_1.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_2.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_3.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_4.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_9.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_5.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_6.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_7.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_8.png){width="200"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_10.png){width="200"}
![](../assets/images/getting_started/hardware_mounts/animation_mount_1.gif){width="210"} ![](../assets/images/getting_started/hardware_mounts/animation_mount_2.gif){width="210"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_3.png){width="210"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_4.png){width="210"} ![](../assets/images/getting_started/hardware_mounts/animation_mount_9.gif){width="210"} ![](../assets/images/getting_started/hardware_mounts/animation_mount_5.gif){width="210"} ![](../assets/images/getting_started/hardware_mounts/mount_ex_6.png){width="210"} ![](../assets/images/getting_started/hardware_mounts/animation_mount_7.gif){width="210"} ![](../assets/images/getting_started/hardware_mounts/animation_mount_8.gif){width="210"} ![](../assets/images/getting_started/hardware_mounts/animation_mount_10.gif){width="210"}
</div>

Each mount is designed with a flexible integration mechanism, allowing for the attachment of various clipping solutions. Our reference implementation utilizes magnetic clips and a loc-line arm to ensure secure, tool-safe mounting of the sensors and interfaces and easy removal. However, the design files allow users to incorporate their preferred fastening methods—ranging from simple clips to more complex spring-loaded solutions—enabling adaptation to a broad range of tool geometries.
Expand Down

0 comments on commit 1d3dce1

Please sign in to comment.