With your hot end being built up from new pieces, it would be a good idea to establish new PID parameters for your nozzle after everything is up and running. I would have to search up the method to run the test, and write the settings to the controller. It can be done by Gcode sent thru USB/Pronterface. That is how I did it.
Recommended Posts
mastory 44
I'm not an expert, but I have reconfigured my Marlin a couple times. The following is how I would solve your issues - not specific instructions.
After using a Marlin builder like Amedee'a Builder, I open the resulting configuration.h file and step thru all the settings making whatever further changes are necessary. As a nube, I step through every setting from top to bottom making sure I tick all the necessary boxes and none extra. It's a text file that is well commented with instructions on how to make the settings. I think you can edit it in any text editor, but maybe the Arduino app might be best. Another good tool is an editor that allows comparing 2 files at once. The one I used is called Winmerge. This helps making incremental changes as you work toward your final version.
Not all of your listed hardware upgrades will directly affect your configuration.h. From what I see - and my nube experience level, you need to make changes for; the feeder steps and maybe direction, the thermistor, and the graphic display. I'm not sure if the heater itself would require any changes. I would be concerned about if the voltage and current requirements match or are compatible with the motherboard and/or the hardware being replaced.
Best of luck. It doesn't seem there are many people available who do these kind of tasks for pay. Its as likely someone will come along and help you for free. In the end, you'll be better off doing it yourself.
Link to post
Share on other sites