Skip to content

screws_tilt_adjust: add option to compute probe-relative points automatically, as well as raise z at the end #8292

screws_tilt_adjust: add option to compute probe-relative points automatically, as well as raise z at the end

screws_tilt_adjust: add option to compute probe-relative points automatically, as well as raise z at the end #8292

Workflow file for this run

# Perform continuous integration tests on updates and pull requests
name: Build test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup cache
uses: actions/cache@v3
with:
path: ci_cache
key: ${{ runner.os }}-build-${{ hashFiles('scripts/ci-install.sh') }}
- name: Prepare tests
run: ./scripts/ci-install.sh
- name: Test
run: ./scripts/ci-build.sh 2>&1
- name: Upload micro-controller data dictionaries
uses: actions/upload-artifact@v4
with:
name: data-dict
path: ci_build/dict