Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Simple Metal Heated Bed Build
Browse files Browse the repository at this point in the history
  • Loading branch information
drphil3d committed Jun 3, 2020
1 parent a538fd4 commit 5c6d888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: actions/[email protected]
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/[email protected]
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
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5c6d888

Please sign in to comment.