Dreide

About

Username
Dreide
Joined
Visits
11
Last Active
Roles
Member

Comments

  • The homing logic might be different, but it should not matter how the endstops are implemented (i.e. via hardware switch or sensorless), because the MCU just sees digital signals in both cases. The difference might be that a hardware endstop possibl…
  • Not sure in how far homing a CoreXY printer is different from a Cartesian, because the comment says "Only for cartesian printers and xy direction", but I assume it should work just fine. TMC2130_TCOOLTHRS sets the speed above which StallGuard (= yo…
  • The unknown commands ("" and "?") with Marlin were caused by Repetier-host detecting Repetier protocol. After having forced it to ASCII it works much better now :-)
  • Unfortunately, I managed to put my printer in an unusable state. Wanted to go back to Marlin to check something, but couldn't because Repetier host would now receive different unknown commands, like "" and "?", and block communication completely. Tr…
  • Solved it. The message was sent by the USB bridge (Atmega32u2 on the Einsy board of a Prusa Mk3), but ultimately, the message must have been triggered by the main firmware, because with Prusa-Marlin or Original-Marlin I have never seen it. Anyway, I…
  • I downloaded the firmware Tuesday from https://github.com/repetier/Repetier-Firmware/tree/development, but I cannot find the string anywhere in there. Log confirms that it comes from the firmware indeed - digging further. > 21:56:43.515 : busy:p…
  • trejbal113 said: I have solved the problem with the LCD. Please let us know how you fixed it (maybe in the other thread). trejbal113 said: Now I'm trying to set up a current of motors that is controlled digitally. There is a ver…
  • @iClint: I removed those two lines from Marlin_main.cpp and recompiled (Prusa firmware): SERIAL_PROTOCOLPGM(" A:"); SERIAL_PROTOCOL_F(current_temperature_ambient,1);
  • I had the same problem with Repetier-Host. Heated bed was not recognized. But removing the "A:" part in the M105 response did the trick.
  • It is difficult for me to see how you missed my point and how I could rephrase to make it more clear. Of course, you would have to read the discussion's title and the entire post, not just the first sentence.
  • Repetier said: I think that case is already impemented in newest dev version. But it requires the host to know that and only ne t host release knows how to detect firmware supports this. So if you wait for next host pr server version with lat…
  • Repetier said: Pause is meant to do whatever needed so you need ways to e.g- change filament. Blocking this with a ok to continue screen is in many cases not productive. It took me a while to poke some sense into your response. I didn't…