Delta_88
About
- Username
- Delta_88
- Joined
- Visits
- 31
- Last Active
- Roles
- Member
Comments
-
Thank you very much. That's exactly what I didn't know. Which temperature switch can switch over 30Ampere by 24Volts? You suggest to open the circuit when the temperature rises over a certain value. I think thats a great idea, because it is much f…
-
Probably I found the solution, but I cannot test it: In the register ui.h i found the following lines: #if NUM_TEMPERATURE_LOOPS > 0 uint8_t eid = NUM_EXTRUDER; // default = BED if c2 not specified extruder number if(c…
-
The last time I asked a question here, the solution at the end was exactly the EEPROM Problem :-). So that was the first Thing I checked -> Upload the Firmware with another EEPROM value (0) -> same Problem. So: no it is not a fault of the EEPR…
-
Hy. Look to this: http://forum.repetier.com/discussion/998/
-
Good morningI got News from the Z-Probing front. I couldn't stay calm, I wanted to know where the Problem Comes from, and I found the solution. We thought that the Problem must be a Hardware Problem. But it was a Software Problem -> EEPROM!!!In a…
-
Good Afternoon. Sorry for my late reaction, but it took a lot of work for the following post: - This Week I tried serveal Pins (X_min, y_min, 42, 44) and it was always the same picture. - then I chanched the Switch at the end of the Probe (4 Switch…
-
Now i don't understand the world: After the things I wrote in the last post, I played around with your Idea of Messages. Im motion.ccp I wrote the following: #if FEATURE_Z_PROBE if(isZNegativeMove() && Endstops::zProbe()) {…
-
Ok, i wrote in motion.cpp before cur->setXMoveFinished(); the following: Com::printFLN(PSTR("zprobe hit")); -> new upload -> Connecting -> G31 -> L -> manual swithcing -> G31 -> H -> G28 -> wait until homed -> G30 …
-
I'm using Version 92.3. My Z-Probe ist on the Z-Min Pin. I tried several Pins. It was always the Sampe. The G31 Command showed a working Probe, but the Motors didn't ract on the probe trigger during the G30 procedure. In the endstop Configuration a…