Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Depends on homing direction. If oyu home to z max just reduce z height by 3mm. If you home z min then you need to reposition or reconfigure the endstop to trigger higher. It will always move until z min is triggered, also you can then go higher. Bus…
-
Please have a look at eeprom positions. These look good, but eeprom may contain the wrong points not spanning a square but a parallelogram.
-
V1 has no RGB lights, so that command makes no sense at the moment. For V2 we plan a more flexible system that will also support color lights so we can then make use of the g-code.
-
You are right. It was included twice with identical values, so no real error but unnecessary. Fixed.
-
> Extruder went on X and turned quite well. So motor/cable then look good. > When attaching Extruder to X it worked but still the ticking. Confusing statement. I thought the ticking was the error, so how can it work then? Do you have a se…
-
Ok, so on the one pc you just need to install the serial driver so it appears. What firmware are you using? And what printer board do you use?
-
Check in log what that command was. Some commands like M117 get send without checksum as some versions had interpreted the checksum as part of the text to output. In Host you can change config to not send M117 to solve the problem. If it was just a…
-
Are there any negative x moves in your gcode? You could test manually what range is achieveable and as long as you keep inside that area printing should not hit the endstop. Normally you start at x min and can move 50% of width to the right.
-
Unplugging usb cable should also do the trick. Hitting the printers reset button as well. That removes port so it stops and forces reinitialization. Have you enabled logging so you can see what exactly happened. I remember some problems with the po…
-
What firmware do you use? I only know our firmware in ditto mode and there left starts at 0.
-
Or use a newer 1.3 dev version. They are still updating it also they move the final release every year or so.
-
Try x motor on extruder socket to test if motor/wires are the problem.
-
After some testing I found that we already support connection to klipper. The problem is that you need to use /dev/pts/1 as port and change the group permission to be readable. Already filled in an issue that klipper should do this on it's own, see …
-
No, you can use any version installed in a different directory. In slicer tab there is a manager button where you can define additional slicers. Empty path is default bundled slicer, but you can also set a path to slic3r executeable and then this ve…
-
"commands waiting" is an indication that host does not understand communication. Typical reasons are wrong baud rate, transfer protocol not on automatic, wrong com port or using an unsupported firmware. Locking up on connect normally switches to n…
-
We do not develop the slicers, so nothing special I can say. Working on next release coming in a few days with updates slicer versions which hopefully do not have the problem. Haven't seen it my self, but maybe I just did not use the required settin…
-
Send lower feedrate when extruding/testing. G92 E0 G1 E30 F60 will extrude at 1mm/s for 30 seconds. That is slow. It might also be a broken wire instead of contact. Or stepper driver is defect. You can find this easily by swapping components e.g. …
-
Vendors don't like users modifying printers, so the answer is no surprise. The longe rhoming time at startup is the only disadvantage of z max homing. Advantage is that you can at least thoretically continue aborted prints as you can now home even w…
-
Do you mean this support like line between the 2 elements? Haven't seen it but do not use raft, so maybe there is a relation.
-
No, offsets do not change on it's own. Only if you send a command to do so. Whcih offset are you talking about? Z axis? That also depends on mechanics that may change e.g. if bed is removeable or z endstop is not 100% repeatable. Depending on the s…
-
Assuming there are no forces required to move the extruder it looks like one motor coils gets no current. Often just a contact is bad when this happen. To be sure try to move much slower and see if it still happens.
-
Very strange. Looks normal except not moving. Question is what changed a few days ago when it started happening. Anything changed? New firmware, eeprom changed, ...
-
Did you set this in eeprom. Also make sure to configure home to go first up before homing so you trigger from low to high and not start with high, also seconds homing should normally fix that as well (also > z probe height to be on safe side). O…
-
Our images have a shutdown command in server commands activated. If you use other linux versions, you can define it yourself in extcommands.xml as described in the manual.
-
You have to take care of that yourself. That is why I said position it left and not center. Where an dhow wide it can get depends on firmware and settings I think.
-
What does M114 say after G32 S2? Also check M119 if z min is triggered as you can not move down with endstop triggers in some configurations. Same for Z - you can not go below z min. So if z probe height is not configured correct this might be assum…
-
/** Should support for fan control be compiled in. If you enable this make sure the FAN pin is not the same as for your second extruder. RAMPS e.g. has FAN_PIN in 9 which is also used for the heater if you have 2 extruders connected. */ #define …
-
Bash ist auch nicht meine lieblingssprache und eher eine Qual. Lösung müsste sein die einmal gefundene ID permanent einem Port zuzuweisen. Ich denke da über ein Verzeichnis mit ID als name und Portnummer als inhalt. Dann noch last port in einer Date…
-
Yes, analyser is what gets fed when you start a print to compute the time or to compute it for preview. What I said is just the result.
-
Ja genau. Ist aber recht lang aber dennoch unbedingt alles kopieren, da sonst eventuell genau der thread mit dem lockup fehlen könnte.