Skip to content

Commit

Permalink
chore: update history file with version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed Feb 16, 2022
1 parent dbf2c50 commit bdd4cf2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# camelSCAD history

## [Version 1.6.0](https://github.com/jsconan/camelSCAD/releases/tag/v1.6.0)

Add core functions:

- `interpolationThreshold()`: Computes the threshold for a particular interpolation step considering the expected number of steps, and with respect to start and end thresholds.

Add operators:

- `presentAnimate()`: Presents the child modules only between the start and end thresholds, with respect to the `$t` variable.

Update script utils:

- Add color for the warning messages.
- Add the function `buildpath` to build a destination path from a list of parts.
- Add the function `scadversion` to get the version of the installed OpenSCAD.
- Add the function `sclic3rversion` to get the version of the installed Slic3r.
- Add the function `scadpreview` to render a capture of a SCAD model.
- Add the function `scadecho` to capture the echos printed by a model.
- Accept other parameters than variable definitions when calling OpenSCAD.

## [Version 1.5.0](https://github.com/jsconan/camelSCAD/releases/tag/v1.5.0)

Add operators to ease scenes animation:
Expand Down

0 comments on commit bdd4cf2

Please sign in to comment.