PmK
About
- Username
- PmK
- Joined
- Visits
- 10
- Last Active
- Roles
- Member
Comments
-
Ive rechecked my configs. It is the SH1106 but i had to modify the pins in ui.cpp to get it working. The InitSPI-function looks like this now: u8g_InitSPI(&u8g, &u8g_dev_sh1106_128x64_sw_spi, 25,27, 29, 31, 33); That was the only option to…
-
It uses the SH1106: #define U8GLIB_SH1106_SW_SPI I had to adjust the Pins to: #define UI_DISPLAY_D4_PIN 44#define UI_DISPLAY_ENABLE_PIN 43#define UI_DISPLAY_RS_PIN 42#define UI_DISPLAY_D5_PIN 45#define UI_DISPLAY_D6_PIN 46 But im not sure if that…
-
-
There was a problem with the eeprom.. ive reset it and now everything works fine. The eeprom makes many things really complicated for a newbee sometimes :-D
-
Thank you Repetier for answering. I will try that out.. dont know where i found that P2-Command. Maybe some Tutorial. I will try out later. I think i have 0.92. Can i use same Config for 1.0 or do i have to adjust a lot?
-
Ok.. Ive found out that z_max_lenght was the problem. Thank for the help. My biggest problem is, that i cant go below the triggerpoint of the probe but i need to keep it higher then the nozzle. I could disable always_check_endstops but that will giv…
-
Another quick question, do i need to define the minimum endstop when using this input as a zprobe?
-
Ive disabled the eeprom because i cant get the values out there and i want to get sure that i have a valid copy of the printer-setup. I only use the setup posted above. #define X_MAX_LENGTH 220#define Y_MAX_LENGTH 220#define Z_MAX_LENGTH 250