dont copy in Anet A8 printer.cfg

This commit is contained in:
seanauff 2019-11-03 14:37:05 -05:00 committed by GitHub
parent 02f2ab6ae6
commit 91f3d76943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,8 @@ https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip
# Installing from sillyfrog until the PR is merged to master # Installing from sillyfrog until the PR is merged to master
RUN /opt/octoprint/venv/bin/python -m pip install https://github.com/sillyfrog/OctoPrint-PrintHistory/archive/master.zip RUN /opt/octoprint/venv/bin/python -m pip install https://github.com/sillyfrog/OctoPrint-PrintHistory/archive/master.zip
VOLUME /home/octoprint/.octoprint VOLUME /home/octoprint/.octoprint
### Klipper setup ### ### Klipper setup ###
USER root USER root
@ -60,8 +58,6 @@ RUN git clone https://github.com/KevinOConnor/klipper
RUN ./klipper/scripts/install-octopi.sh RUN ./klipper/scripts/install-octopi.sh
RUN cp klipper/config/printer-anet-a8-2017.cfg /home/octoprint/printer.cfg
USER root USER root
COPY start.py / COPY start.py /