mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
take flow ratio into account for max volumetric speed test
This commit is contained in:
parent
c8687989e5
commit
27271a69f6
5 changed files with 10 additions and 9 deletions
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Build Linux
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
|
2
.github/workflows/build_mac_arm64.yml
vendored
2
.github/workflows/build_mac_arm64.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Build Mac arm64
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
|
2
.github/workflows/build_mac_x64.yml
vendored
2
.github/workflows/build_mac_x64.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Build Mac x64
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
|
2
.github/workflows/build_win.yml
vendored
2
.github/workflows/build_win.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Build Win64
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue