added bed levelling macros

This commit is contained in:
James Wood 2020-08-24 10:07:34 +10:00
parent 31a13b7dbe
commit f2751911e0
10 changed files with 27 additions and 3 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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.

View File

@ -1 +1 @@
<01><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<01><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

BIN
macros/.DS_Store vendored Normal file

Binary file not shown.

4
macros/Bed/Center Normal file
View File

@ -0,0 +1,4 @@
G90
G1 Z10 F3000
G1 X150 Y150
G1 Z0 F1000

4
macros/Bed/Point-A Normal file
View File

@ -0,0 +1,4 @@
G90
G0 Z10 F3000
G0 X28 Y32
G1 Z0 F1000

4
macros/Bed/Point-B Normal file
View File

@ -0,0 +1,4 @@
G90
G0 Z10 F3000
G0 X268 Y32
G1 Z0 F1000

4
macros/Bed/Point-C Normal file
View File

@ -0,0 +1,4 @@
G90
G1 Z10 F3000
G1 X268 Y280
G1 Z0 F1000

4
macros/Bed/Point-D Normal file
View File

@ -0,0 +1,4 @@
G90
G1 Z10 F3000
G1 X28 Y280
G1 Z0 F1000

4
macros/Bed/Start Normal file
View File

@ -0,0 +1,4 @@
G28
G90
G1 X28 Y32 F3000
G1 Z0 F1000