mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
Fix encoding and build script
This commit is contained in:
@@ -181,8 +181,9 @@ function pack_deps() {
|
|||||||
|
|
||||||
function build_slicer() {
|
function build_slicer() {
|
||||||
echo "Generating config sources from proto..."
|
echo "Generating config sources from proto..."
|
||||||
pip3 install grpcio-tools -q
|
python3 -m venv /tmp/codegen_venv
|
||||||
python3 tools/run_codegen.py || { echo "ERROR: config codegen failed"; exit 1; }
|
/tmp/codegen_venv/bin/pip install grpcio-tools -q
|
||||||
|
/tmp/codegen_venv/bin/python tools/run_codegen.py || { echo "ERROR: config codegen failed"; exit 1; }
|
||||||
|
|
||||||
# iterate over two architectures: x86_64 and arm64
|
# iterate over two architectures: x86_64 and arm64
|
||||||
for _ARCH in x86_64 arm64; do
|
for _ARCH in x86_64 arm64; do
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "PrintConfig.hpp"
|
#include "PrintConfig.hpp"
|
||||||
#include "PrintConfigConstants.hpp"
|
#include "PrintConfigConstants.hpp"
|
||||||
#include "ClipperUtils.hpp"
|
#include "ClipperUtils.hpp"
|
||||||
#include "Config.hpp"
|
#include "Config.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user