Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
147e2702
Commit
147e2702
authored
6 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Restore GTM32_PRO_VB temp and heater pins
Undo #12345
parent
8def25e4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_GTM32_PRO_VB.h
+10
-1
10 additions, 1 deletion
Marlin/src/pins/pins_GTM32_PRO_VB.h
with
10 additions
and
1 deletion
Marlin/src/pins/pins_GTM32_PRO_VB.h
+
10
−
1
View file @
147e2702
...
@@ -20,6 +20,11 @@
...
@@ -20,6 +20,11 @@
*
*
*/
*/
/**
* 24 May 2018 - @chepo for STM32F103VET6
* Schematic: https://github.com/chepo92/Smartto/blob/master/circuit_diagram/Rostock301/Hardware_GTM32_PRO_VB.pdf
*/
#ifndef __STM32F1__
#ifndef __STM32F1__
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu."
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu."
#endif
#endif
...
@@ -28,7 +33,7 @@
...
@@ -28,7 +33,7 @@
#define BOARD_NAME "GTM32 Pro VB"
#define BOARD_NAME "GTM32 Pro VB"
//#define DISABLE_DEBUG
//#define DISABLE_DEBUG
//
#define DISABLE_JTAG
#define DISABLE_JTAG
//#define DISABLE_JTAGSWD
//#define DISABLE_JTAGSWD
// Ignore temp readings during development.
// Ignore temp readings during development.
...
@@ -75,6 +80,8 @@
...
@@ -75,6 +80,8 @@
// Heaters / Fans
// Heaters / Fans
//
//
#define HEATER_0_PIN PB0
#define HEATER_0_PIN PB0
#define HEATER_1_PIN PB5
#define HEATER_2_PIN PB4
#define HEATER_BED_PIN PB1
#define HEATER_BED_PIN PB1
#define FAN0_PIN PB7 // TODO: Add functionality
#define FAN0_PIN PB7 // TODO: Add functionality
...
@@ -85,6 +92,8 @@
...
@@ -85,6 +92,8 @@
// Temperature Sensors
// Temperature Sensors
//
//
#define TEMP_0_PIN PC2 // PORT NUMBERING
#define TEMP_0_PIN PC2 // PORT NUMBERING
#define TEMP_1_PIN PC1 // PORT NUMBERING
#define TEMP_2_PIN PC0 // PORT NUMBERING
#define TEMP_BED_PIN PC3 // PORT NUMBERING
#define TEMP_BED_PIN PC3 // PORT NUMBERING
//
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment