Added the extend of extended output example

This commit is contained in:
Salvador E. Tropea 2022-04-14 11:11:55 -03:00
parent 8c1d6e53c2
commit dfcb837fbc
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# Example KiBot config file
kibot:
version: 1
outputs:
- name: "base"
type: render_3d
run_by_default: false
options:
width: 2000
height: 1000
- name: "base2"
type: step
run_by_default: false
options:
metric_units: false
- name: "top"
type: render_3d
extends: "base"
options:
rotate_x: 3
rotate_z: -2
- name: "bottom"
type: render_3d
extends: "top"
options:
width: 1920
view: "bottom"