Twmaster
About
- Username
- Twmaster
- Joined
- Visits
- 50
- Last Active
- Roles
- Member
Comments
-
Solved. The Bulldog extruder does not have enough spring tension on the filament. Swapped in a generic Bowden drive and it works fine now.
-
Thank you that is exactly what I needed. I'm building a new printer and have a couple of different hot ends to test. Including the DyzEnd with 500C thermistor.
-
Perhaps I'm missing something. I'm reading the configuration.h file and do not see a list of available thermistor types. Further, while the configuration tool does list each type of thermistor it does not also list the corresponding type number as …
-
Thank you Sir.
-
Ok, I think I get it. I'll do some experimenting later this weekend. Thank you for the explanation.
-
Well I'm back at trying to Grok this. I see where there are some corresponding lines of code in the UI.CPP file but none of it makes sense in a way I can wrap my head around. I'm assuming this is the specific code you were directing me to in UI.cpp…
-
That is well out side my understanding. I'll have to shelve this for now. Thank you for your help.
-
Thank you. I've been looking at what I think are the constructor lines in the ui.cpp file. I do not understand your implementation of the u8glib (if that's the correct term) I'm used to using constructors that look like above taken from the u8glib e…
-
That did it. My first work on this was with the same little .96" display. The mailman brought me the bigger OLED yesterday so I had to try it! Thank you again for your help. I am genuinely appreciative. One day I swear I'll learn enough about the c…
-
You helped on this thread: https://forum.repetier.com/discussion/3910/adding-rotary-encoder-with-i2c-oled-display Not to be confused with another thread I have open for an SPI OLED. I added the display in the uiconfig.h file. Specifically these li…
-
When I turn the encoder the menu selection rolls down or stops at the top when rolling backwards.
-
This works. Thank you so very much. (Note to self -- This works better if you actually connect to pins 33, 35, and 37. Not 31, 33, 35.... )
-
Thank you RAyWB. I'll hack on that when I get home from work.
-
Yes uiconfig.h #define UI_DISPLAY_TYPE 5 #define U8GLIB_SSD1306_I2C
-
Thank you Repetier. I'm not too much of a coder and am finding myself confused as to where I may either enable or define the encoder. 1.1 dev is what I think I've downloaded. I read both the ui.h and displaylist.h files and see no obvious place for…