From 5c6d8887bb990b95da3c9bf7d72669a53ae985e5 Mon Sep 17 00:00:00 2001 From: Philip Mally Date: Tue, 2 Jun 2020 19:05:55 -0700 Subject: [PATCH] Simple Metal Heated Bed Build --- .github/workflows/build.yml | 4 ++-- Marlin/Configuration.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab6ac3b0e2b3..3989c5422554 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,14 +26,14 @@ jobs: uses: actions/upload-artifact@v1.0.0 with: # Artifact name - name: Printrbot-Simple-Metal-Printrboard_RevF-Marlin_2.0.5.3-firmware + name: Printrbot-Simple-Metal-HB-Printrboard_RevF-Marlin_2.0.5.3-firmware # Directory containing files to upload path: .pio/build/at90usb1286_dfu/artifacts - name: Automatic Releases uses: marvinpinto/action-automatic-releases@v1.0.0 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "Printrboard-RevF-Simple-Metal" + automatic_release_tag: "Printrboard-RevF-Simple-Metal-Heated-Bed" prerelease: false title: "Printrbot Simple Metal - Printrboard RevF" files: .pio/build/at90usb1286_dfu/artifacts/firmware.hex diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index fa533e0b00e1..140c6c33e42d 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -132,7 +132,7 @@ #endif // Name displayed in the LCD "Ready" message and Info menu -#define CUSTOM_MACHINE_NAME "Printrbot Simple Metal" +#define CUSTOM_MACHINE_NAME "Printrbot Simple Metal HB" // Printer's unique ID, used by some programs to differentiate between machines. // Choose your own or use a service like http://www.uuidgenerator.net/version4 @@ -414,7 +414,7 @@ #define TEMP_SENSOR_5 0 #define TEMP_SENSOR_6 0 #define TEMP_SENSOR_7 0 -#define TEMP_SENSOR_BED 0 +#define TEMP_SENSOR_BED 7 #define TEMP_SENSOR_PROBE 0 #define TEMP_SENSOR_CHAMBER 0