- Notifications
You must be signed in to change notification settings - Fork1k
Add Malyan 3d printer variants#382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fpistm commentedNov 27, 2018
Hi@xC0000005 |
xC0000005 commentedNov 27, 2018
I'm working on figuring out how to rebase this (sorry for the messy history). |
fpistm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Overall this is a well formed PR.
See my comments/questions.
Thanks in advance
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
xC0000005 commentedJan 6, 2019
@fpistm - I've tested the updates on the M200 V1 and V2. If I've missed something, I'm happy to make adjustments, but I'm not sure what to do next. |
fpistm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the update.
Only one small change to do and a question.
Then I will merge it after some build tests
| constPinMapPinMap_USB[]= { | ||
| {PA_11,USB,STM_PIN_DATA(STM_MODE_INPUT,GPIO_NOPULL,GPIO_AF10_USB_FS)},// USB_DM | ||
| {PA_12,USB,STM_PIN_DATA(STM_MODE_INPUT,GPIO_NOPULL,GPIO_AF10_USB_FS)},// USB_DP | ||
| {PA_13,USB,STM_PIN_DATA(STM_MODE_AF_PP,GPIO_PULLUP,GPIO_AF10_USB_FS)},// USB_NOE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Is NOE used? If not then you can comment it to avoid init this pin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Any update on NOE usage ?
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
xC0000005 commentedJan 28, 2019 via email
I just rebased this last night - oh, I forgot to push. Hopefully git does the right thing and figures it out. … On Jan 28, 2019, at 7:53 AM, Frederic Pillon ***@***.***> wrote:@fpistm commented on this pull request. In boards.txt <#382 (comment)>: > @@ -721,6 +761,54 @@ RAK.menu.upload_method.STLink.upload.tool=stlink_upload 3dprinter.menu.upload_method.serialMethod.upload.protocol=maple_serial 3dprinter.menu.upload_method.serialMethod.upload.tool=serial_upload +############################### Conflicts resolved — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub <#382 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Aeppcb7bwfGlC65bqWPjn0cb7DggttGqks5vHxzvgaJpZM4Y2IwL>. |
fpistm commentedJan 28, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
:D |
Uh oh!
There was an error while loading.Please reload this page.
xC0000005 commentedJan 28, 2019 via email
I’m sorry - I thought i already reverted this out. I’ll fix it tonight. … On Jan 28, 2019, at 8:11 AM, Frederic Pillon ***@***.***> wrote:@fpistm commented on this pull request. In package.json <#382 (comment)>: > @@ -0,0 +1,7 @@ +{ To remove — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub <#382 (review)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AeppcU9E2XVNg72EBgnxIPkcZay6TMtJks5vHyErgaJpZM4Y2IwL>. |
Uh oh!
There was an error while loading.Please reload this page.
fpistm commentedJan 28, 2019
I will do a clean before merge. |
xC0000005 commentedJan 28, 2019 via email
I get it - my rebase and your rebase didn’t conflict, but the result was a double definition. … On Jan 28, 2019, at 8:13 AM, Frederic Pillon ***@***.***> wrote: I will do a clean before merge. — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub <#382 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AeppcebHEjUmx71ShUJs-jgXNcetCdljks5vHyGkgaJpZM4Y2IwL>. |
fpistm commentedJan 28, 2019
This PR has been rebased and cleaned in#422 |
xC0000005 commentedJan 28, 2019 via email
I’ll pull it down and test when I’m home. … On Jan 28, 2019, at 9:08 AM, Frederic Pillon ***@***.***> wrote: This PR has been rebased and cleaned in#422 <#422> — You are receiving this because you were assigned. Reply to this email directly, view it on GitHub <#382 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AeppcRMqje2-yM_eACPoCZUdWeRAPOGZks5vHy5ygaJpZM4Y2IwL>. |
This adds the variants for Malyan's M200 v1 (an STM32F103 printer) and M200 v2 (STM32F070 printer). It may also work with the MP Mini Delta and Malyan M100, but those are untested. I didn't mean to add the package.json, but I can't figure out how to remove it from the PR (sorry). It's only needed for PlatformIO to download a package.