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

Commit

Permalink
Simple Metal Build
Browse files Browse the repository at this point in the history
  • Loading branch information
drphil3d committed Jun 2, 2020
1 parent 8639e2f commit b8f064a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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-Play-HB-Printrboard_revF-Marlin_2.0.5.3-firmware
name: Printrbot-Simple-Metal-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-PlayHB"
automatic_release_tag: "Printrboard-RevF-Simple Metal"
prerelease: false
title: "Printrbot Play Heated Bed - Printrboard RevF"
title: "Printrbot Simple Metal - Printrboard RevF"
files: .pio/build/at90usb1286_dfu/artifacts/firmware.hex
10 changes: 5 additions & 5 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 Play HB"
#define CUSTOM_MACHINE_NAME "Printrbot Simple Metal"

// 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 7
#define TEMP_SENSOR_BED 0
#define TEMP_SENSOR_PROBE 0
#define TEMP_SENSOR_CHAMBER 0

Expand Down Expand Up @@ -1092,16 +1092,16 @@
// @section machine

// The size of the print bed
#define X_BED_SIZE 100
#define Y_BED_SIZE 205
#define X_BED_SIZE 152
#define Y_BED_SIZE 152

// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 130
#define Z_MAX_POS 152

/**
* Software Endstops
Expand Down

0 comments on commit b8f064a

Please sign in to comment.