Ramps-S v1.2 by Sakul.cz added as a motherboard option#19815
Merged
thinkyhead merged 6 commits intoMarlinFirmware:bugfix-2.0.xfrom Oct 21, 2020
Merged
Ramps-S v1.2 by Sakul.cz added as a motherboard option#19815thinkyhead merged 6 commits intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead merged 6 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
Three new motherboard options added to boards.h. (one motherboard with 3 possible configurations), toghether with pin asigments in new file: pins_RAMPS_S_12.h
a694291 to
92767f5
Compare
MichaelRabek
commented
Oct 21, 2020
Contributor
Author
MichaelRabek
left a comment
There was a problem hiding this comment.
Hello @thinkyhead . Thank you very much for merging my pull request. I would just want to clarify, why I didn't use the MB macros and used MOTHERBOARD == (BOARD_NAME). I did that, because, when I tried to compile it on my computer, it gave me an error message, that said: "Unknown MOTHERBOARD value set in Configuration.h", or something like that.
I have no idea, what you did differently, but it works now. Thanks a lot and have a nice programming day!
thinkyhead
pushed a commit
to thinkyhead/Marlin
that referenced
this pull request
Oct 21, 2020
Speaka
pushed a commit
to Speaka/Marlin
that referenced
this pull request
Nov 2, 2020
vgadreau
pushed a commit
to vgadreau/Marlin
that referenced
this pull request
Dec 9, 2020
tharts
pushed a commit
to tharts/Marlin
that referenced
this pull request
Jan 6, 2021
kpishere
pushed a commit
to kpishere/Marlin
that referenced
this pull request
Feb 19, 2021
W4tel-BiDi
pushed a commit
to W4tel-BiDi/Marlin
that referenced
this pull request
Apr 5, 2021
thinkyhead
pushed a commit
to thinkyhead/Marlin
that referenced
this pull request
Apr 28, 2021
thinkyhead
pushed a commit
to thinkyhead/Marlin
that referenced
this pull request
Apr 29, 2021
thinkyhead
pushed a commit
that referenced
this pull request
Apr 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I've added a new motherboard option, which can be set as motherboard in Configuration.h
The board has been added in three power output configurations, all of which have been added to boards.h under Ramps Derivatives
pins.h has been modified with new #elif statements, macro definitions and includes in order to allow using this board with its three power output configurations
A new file, pins_RAMPS_S_12.h, has been created. It contains the necessary pin definitions
Benefits
DIY makers, who use Ramps-S as motherboard for their 3D printers will now be able to use Marlin firmware
Configurations
The included .zip contains a working example configuration
Configuration.zip