KoenP

About

Username
KoenP
Joined
Visits
6
Last Active
Roles
Member

Comments

  • OK, I will ask my friend who owns the printer to redesign the carriages so that we can adjust the Z position of them to eliminate the Z offset between the nozzles. Thank you for the help and support, and the patience! I've learned a lot from this p…
  • I made some good progress today.... Apparantly I f*cked up with the offsets and the other limit values. I had max X and A on 317mm because I reasoned max bed size + offset... but actually it needs to be 334mm, max bed + both X and A offsets. No more…
  • Repetier said: DUAL_X_MIN_DISTANCE is the minimum distance between the nozzles. 1 Means when left one is at -17 you can move the right one so both nozzles are just 1mm away. I doubt that this is physically possible and that is the reason you…
  • I still have a lot of issues with this configuration. I found out that the Y-movement is the Y-offset between the nozzles. It seemed a large distance but that was due to a calculation error in the steps/mm. Mechanics: After homing the axes positi…
  • Thank you very much, motors are running now, however not as it should be.Both X Left and X Right work fine, homing goes well and I can move them manually from RH.Z homing does strange. When I click the Z-Home, the steppers make a whining noise, they…
  • So far I still have no success. The only thing working is the 2 temperature readings from both extruders and the heating of both extruders ....  To avoid misunderstandings on the hardware side, here is what is used: - Ultratronics Pro V1.0 rev e (d…
  • I have a working connection now. I compiled it in dueUSB in Platformio.ini. What's the difference between the due and dueUSB? Kind regards, K.
  • As far as compiling the firmware it all went well, got no errors and could transfer to the ultratronics board. When I connect with Repetier Host, the connection is made, temperatures are read, but the status keeps hanging on "Waiting" Did I miss so…
  • Thank you. Yes I am using the documentation as a reference, but even then it's hard to understand for me. Till now I've been using the Repetier online configurator for rather simple and basic setups.... I have also read some threads on the forum her…
  • I am going through the Configuration.h now, and changed heated bed to 0 and heaters to 2 since the printer has no heated bed. Do I also have to delete the red marked &HeatedBed1 ? Clickable Kind regards, K.
  • @Repetier, thank you a lot!!! So what would be better then towards the future? Download a Zip of the dev2 Repetier-Firmware/src/Repetier directory instead of cloning from git, and open it like you described? Thank you for your patience and helpful…
  • I have PlatformIO installed. I used the "Clone git project" from the PlatformIO toolbar on the side and pasted the link. Next "Repetier Firmware" opened in the explorer on the side. In the bottom left corner I changed the branch to dev2. As from th…
  • I have been struggling a lot to open the V2 firmware in VSCode, but now I finally got it open and in the dev2 branch. However, when I open Configuration.h, I get error messages: #include errors detected, please update your includePath, Squiggles …
  • Thank you for the reply, I have installed Visual Code and the required plugins, but I don't find how to open the dual x sample configuration in it. Could someone explain me how to do that? I never used manual configuration before, I am all new to t…