Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
change to fork from pluuuk
Browse files Browse the repository at this point in the history
  • Loading branch information
seanauff committed May 12, 2020
1 parent 83c0e47 commit 71f9da5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ RUN git clone https://github.com/KevinOConnor/klipper && \
RUN virtualenv ./klippy-env && \
./klippy-env/bin/pip install tornado==5.1.1

RUN git clone https://github.com/Stephan3/dwc2-for-klipper.git && \
RUN git clone https://github.com/pluuuk/dwc2-for-klipper.git && \
ln -s ~/dwc2-for-klipper/web_dwc2.py ~/klipper/klippy/extras/web_dwc2.py

# patch gcode.py
RUN cp klipper/klippy/gcode.py klipper/klippy/gcode.py.bak
COPY gcode.py klipper/klippy/

RUN mkdir -p /home/dwc2-klipper/sdcard/dwc2/web && \
mkdir -p /home/dwc2-klipper/sdcard/sys

Expand Down

0 comments on commit 71f9da5

Please sign in to comment.