diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c40cf17 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 30b1c8e..9252318 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ I took out a bunch of stuff I don't need, and simplified what was left. I used t ## Installation -Download the complete set of files, unzip them and, using the DWC Display page, upload them to your /menu folder. +Create a `/Bed` folder insude your `/macros` folder and fill it with the files in this `macros/Bed`. Edit them to make sure the bed levelling happens where you want it to - these defaults place the nozzle above the bed screws on a Creality CR10S. -Beware, any existing files with the same name will be overwritten, so best backup first. +Upload the rest of the files to your /menu folder. Beware, any existing files with the same name will be overwritten, so you might want to back them up first. \ No newline at end of file diff --git a/hline.img b/hline.img index 711f348..b468245 100644 --- a/hline.img +++ b/hline.img @@ -1 +1 @@ -€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ \ No newline at end of file +€ªªªªªªªªªªªªªªªª \ No newline at end of file diff --git a/macros/.DS_Store b/macros/.DS_Store new file mode 100644 index 0000000..57c06f7 Binary files /dev/null and b/macros/.DS_Store differ diff --git a/macros/Bed/Center b/macros/Bed/Center new file mode 100644 index 0000000..a70ca5c --- /dev/null +++ b/macros/Bed/Center @@ -0,0 +1,4 @@ +G90 +G1 Z10 F3000 +G1 X150 Y150 +G1 Z0 F1000 \ No newline at end of file diff --git a/macros/Bed/Point-A b/macros/Bed/Point-A new file mode 100644 index 0000000..1fbd398 --- /dev/null +++ b/macros/Bed/Point-A @@ -0,0 +1,4 @@ +G90 +G0 Z10 F3000 +G0 X28 Y32 +G1 Z0 F1000 \ No newline at end of file diff --git a/macros/Bed/Point-B b/macros/Bed/Point-B new file mode 100644 index 0000000..e959951 --- /dev/null +++ b/macros/Bed/Point-B @@ -0,0 +1,4 @@ +G90 +G0 Z10 F3000 +G0 X268 Y32 +G1 Z0 F1000 \ No newline at end of file diff --git a/macros/Bed/Point-C b/macros/Bed/Point-C new file mode 100644 index 0000000..78c1b51 --- /dev/null +++ b/macros/Bed/Point-C @@ -0,0 +1,4 @@ +G90 +G1 Z10 F3000 +G1 X268 Y280 +G1 Z0 F1000 \ No newline at end of file diff --git a/macros/Bed/Point-D b/macros/Bed/Point-D new file mode 100644 index 0000000..3f494bf --- /dev/null +++ b/macros/Bed/Point-D @@ -0,0 +1,4 @@ +G90 +G1 Z10 F3000 +G1 X28 Y280 +G1 Z0 F1000 \ No newline at end of file diff --git a/macros/Bed/Start b/macros/Bed/Start new file mode 100644 index 0000000..7c5582d --- /dev/null +++ b/macros/Bed/Start @@ -0,0 +1,4 @@ +G28 +G90 +G1 X28 Y32 F3000 +G1 Z0 F1000 \ No newline at end of file