dont copy in Anet A8 printer.cfg
This commit is contained in:
parent
02f2ab6ae6
commit
91f3d76943
|
@ -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 /
|
||||||
|
|
Loading…
Reference in New Issue