Thanks for your feedback, I'm glad the firmware is working for a fellow HIC i3 user and that is good news! Makes all the work worth it when others are getting good results.
As far as the couple of things you mentioned, yes it's been verified on my end.
Baud Rate - I also noticed the change you mentioned. I did the same thing and set both back to 115200 and it's pretty solid. Sometimes you get a 'error message' but as mentioned it does not affect prints. I'll work on that to see just what is going on and let you know.
Menu Steps - That does need some tweaking, at least it's not jumping between values = hard to set as the original settings. You can play around with that on your own by changing the values here in Configuration.h:
Code: Select all
#define ENCODER_PULSES_PER_STEP 4 // CL: HICi3 =4, was =1, Increase if you have a high resolution encoder
#define ENCODER_STEPS_PER_MENU_ITEM 1 // CL: HICi3 =1, was =5, Set according to ENCODER_PULSES_PER_STEP or your liking
//#define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu
However, I do not believe the above configuration settings will fix the what I also noticed in particular the jump above about 200C on the nozzle temp setting using the rotary. The non-linear 'speed it up if rotating fast' is built into the source code. I mainly use Repetier Host to set my parameters, temps, etc. and rarely use the LCD control so it has not concerned me. Maybe play around with the above values and re-compile, I'll do the same and let you know, however I believe it will not fix the jumping issue.
I have not used Auto Bed Leveling yet (or should be called Auto Average Nozzle/Z-height) as I spend a lot of time making sure the bed is as perfect as I can get it, I have it set so my first layer is properly 'squished' by the nozzle. It took me a while to figure that one out, re-shimming the bed springs to make them tighter, etc. to get this thing to work. However not too bad now and very pleased with the results for a 'cheap China printer'.
Thanks again. I'm planning to update the firmware to the Github version 1.1.0-RC6 and see if that resolves some of the issues, though minor. Thanks again for the feedback and good luck printing.
Cheers,
Chip
---