-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for MK3S Revo HT 40W hot end #4487
Conversation
All values in bytes. Δ Delta to base
|
@b Thanks for the PR I forwarded this to E3D as your PR ONLY contains ONE set of data points. |
#define NOZZLE_TYPE "E3DREVO_HT_40W" | ||
|
||
// Printer name | ||
#define CUSTOM_MENDEL_NAME "Prusa i3 MK3S-RHT40" |
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.
Name is to long it is limited to 17 chars at the moment. Also the PR contains a PT1000 thermistor and as there is a HT PT100 version available the naming should also be different.
01234567890123456789
Prusa MK3S-RHT1k //for E3d Revo HT with PT1000
the other 3 options could be
01234567890123456789
Prusa MK3S-RHT1c //for E3d Revo HT with PT100
Prusa MK3S-RUHT1c //for E3d Revo UHT with PT100
Prusa MK3S-RUHT1k //for E3d Revo UHT with PT1000
Is there anything else I need to do to make this PR acceptable for merging? |
@b I have been in contact with E3D about this PR and there are few reasons we didn't approved this PR
Hope that you get some help from the community so we can consider to review this PR again. |
Closing as no interaction or update |
This code adds support to the MK3S for the e3d Revo high temperature hot end with the 40W precision heater and PT1000 thermistor. Works on my machine.