icefire
About
- Username
- icefire
- Joined
- Visits
- 15
- Last Active
- Roles
- Member
Comments
-
Sorry, I also forgot to mention that in order to work correctly, #define UI_DYNAMIC_ENCODER_SPEED should be 0
-
I also tried setting it everywhere to 0 to see if anything changes but.. no, it doesn't. EDIT: I got it. In my case, the value in configuration.h overrides the value in ui.h, so I set it there and now it works.
-
Thanks. The parameter #define UI_ENCODER_SPEED was already set to 2 in all instances in ui.hThe encoder still scrolls 2 lines at a time. Sometimes it scrolls just 1 line per click but not always. There must be some way to calibrate it properly...
-
Thank you so much! Now it works great
-
I think I now know what is messing up my configuration. After performing G32 and after the print starts, the nozzle does not go to the configured Z height but remains at the trigger height of the sensor. Lines like this one at the beginning of the G…
-
never mind, found it #define HOMING_FEEDRATE_X 40#define HOMING_FEEDRATE_Y 40#define HOMING_FEEDRATE_Z 2
-
Will do, thanks. I used netfabb for this but the free basic version is far from perfect.
-
Thanks. So I set the dead time to 3,75s (that would be the result of a precise graph analysis). Setting the target temp at 120°, waiting a few seconds and setting a new target of 240° results in a graph like this: I have no idea what happens at 53…