Merge pull request #382 from jmwright/main

Updated for cq-cli beta 2 of v2.2, which adds the ability to adjust STL quality
This commit was merged in pull request #382.
This commit is contained in:
Kurt Hutten
2021-06-26 20:11:06 +10:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ RUN npm install
# Get the distribution copy of cq-cli
RUN apt-get install -y libglew2.1
RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.2-beta.1/cq-cli-Linux-x86_64.zip
RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.2-beta.2/cq-cli-Linux-x86_64.zip
# Comment the entry above out and uncomment the one below to revert to the stable release
# RUN wget https://github.com/CadQuery/cq-cli/releases/download/v2.1.0/cq-cli-Linux-x86_64.zip
RUN unzip cq-cli-Linux-x86_64.zip