Happy accident but temperature is off.
Did I trash my bootloader?
Monoprice Makerselect V2, Melzi V3.5
I purchased the printer new in April. When I first tried Repetier I thought it said it needed to fix a setting so I naively clicked ok.
Well I think it overwrote the Wanhao firmware because M115 reads:
Monoprice Makerselect V2, Melzi V3.5
I purchased the printer new in April. When I first tried Repetier I thought it said it needed to fix a setting so I naively clicked ok.
Well I think it overwrote the Wanhao firmware because M115 reads:
- 17:55:33.596 : FIRMWARE_NAME:Repetier_0.91 FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 REPETIER_PROTOCOL:2
I've used the printer quite a bit and figured out the temp setting might be off. Using a industrial temperature probe I can see the temperature is about 35 degrees low, bed and nozzle. For instance PLA prints nicely at 235. Research led me to understand I needed to tweak the thermistor table setting through the configuration tool.
Using the reconfigured Reptier Firmware Files I complied in IDE 1.6.4 and tried an upload. Even though I can talk to the firmware through IDE Serial Monitor, the upload runs for hours without completing. Did I trash my bootloader by blindly installing the Repetier firmware?
Using the reconfigured Reptier Firmware Files I complied in IDE 1.6.4 and tried an upload. Even though I can talk to the firmware through IDE Serial Monitor, the upload runs for hours without completing. Did I trash my bootloader by blindly installing the Repetier firmware?
Comments
One problem with Melzi is the limited flash amount. I think 128kb is now normal. Firmware can be bigger (check arduino) so that you may need to disable some features to fit it in memory. Also it is sanguino compatible I think so you need sanguino - arduino extension and their uploader. Having no Melzi I can not say much about that problem.
- Make the Host's helpful option to update the firmware default to off. It is the first thing that popped up on the initial use or Repetier. Make it harder to alter the board code. While well intentioned it was a pit into which I naively fell.
- Use a disclaimer that forces one to understand the magnitude and agree to the change, thereby alerting the uninformed to stop and consider.
- Have the Host make a backup of some type prior to performing any firmware alterations. One will eventually have to learn how to use the backup but at least they will have it.
- If possible alter an "undo" as in update but don't commit to the EEPROM.
- If Host can so easily update the firmware, make Host also offer an option to update the same firmware once the user has tweaked the files off-line.
- Download and store the files on the user's PC, those which the Host will use to update the firmware.
It is a great product, and thank you for it but consider the ignorance of the user and make it a little more bullet proof. Not a complaint, just a suggestion to make it an even better partner with the user.