Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Looks like extrusion is not enough. So you are not extruding enough filament. Did you calibrate extruder steps per mm correctly? Alternatively your z moves are too big which also requires more filament. Does the printed block have the right dimens…
-
You mean complete row 1 (pin 18) is broken and you do not init it as output?
-
As you clearly see there is no "ok" after the last command. Smoothieware should send one once finished and if it does not firmware assume sit was just not read and sends next commands with the timeout. So far everything normal but if nothing happens…
-
Yes you could bit if not using a due based board it will slow down. With avr you are already limited to 100mm/s with this setting since the processor can not handle more steps per second.
-
1. You are right, slicer is ignoring the cooling even if disabled in filament. What worked is setting min and max fan speed to 0. 2. You need to tell host z homing position. For z min 0 is normal, but nowadays you can configure firmware to go up af…
-
Because these are no errors M106/M107 are fan control commands. If you have no fan support these commands are unknown. So that is a harmless issue to use unknown command. x3 is nothing that should be shown. What version are you using? You could sea…
-
Host only sends the proper command, but the error is in Marlin configuration, except if you have set homing position wrong in host. In Printer settings->shape you set z homing pos 0 or zmax depedning on pos. A typical beginner error is to set mo…
-
Great. Thank you for testing.
-
Start with logging enabled and see what firmware tells you why it stops. Then fix the problem mentioned.
-
So one motor turn = 200 steps * 16 stubsteps = 3200 Steps 3200 / 8 (lead) = 400 steps per mm.
-
2560 Steps per mm for 1/16 is correct for a normal M8 lead screw with 1.25 pitch. I hope yours is higher otherwise printing will be very slow. Especially if using a 8 bit arduino x and y should be < 200 for fast moves.
-
This is only supported for 2 motors. For 3 motors I think it starts getting complicated to level the bed correctly. What is possible is to have a z probe and autolevel the 3 axis physically. That way you only need one z-max endstop and you can stil…
-
Sounds like firmware had detected a severe error and starts to ignore following commands You should see that in the log if enabled.
-
I don't think 0.91 has that feature at all.
-
No, ditto is really meant to make exact copy since we can only control one extruder. So here we just copy everything to solve this constraint. It is also meant for faster fabrication where you print same things with identical extruders and materials…
-
Bei eingeschaltetem Drucker hab ich 19 kacheln, die nicht alle rein passen. Die letzte reihe passt nicht rein weil Bildschirm zu klein ist. Wenn es das ist was du meinst, ist das normal. Überall im Display wo Sachen vertikal nicht reinpassen kannst …
-
Maybe first try mid height if z can go up/down. Even if it goes wrong direction it should go both direction if you remember that it starts at Z = 0, so move manually so you have place, increase Z see direction, reduce Z see direction. If both go sam…
-
That might be the problem. Please try calling filamentchange without pause. Problem is that pause and filamentchange both store position and restore position, but only one position can be stored. So that is likely to cause at least a problem. Will r…
-
Thats for M42 and M226 which has nothing to with your problem if you do not call these gcodes. You should also check in pins.h if any symbolic name refers to 7/33 which is the last idea I have. You could of course write a simple sketch reading pin…
-
Output looks good. For me I get 22:00:26.622: wait 14:20:33.389: T:29.07 /74 B:22.08 /0 B@:0 @:255 T0:29.07 /74 @0:255 T1:22.50 /0 @1:0 C:29.07 /74 @:25514:20:34.200: wait14:20:34.405: T:30.92 /74 B:22.08 /0 B@:0 @:255 T0:30.92 /74 @0:255 T1:22.36 /…
-
When you say pause, which kind of pause do you mean? sd print paused, some hosts pause - then which host and what commands got send? Which firmware version? Always try first upgrading to dev with errors as this is the only version that will receive …
-
Just register you are using 8 bit processor. In HAL.h you find #if NEW_COMMUNICATION && defined(BLUETOOTH_SERIAL) && BLUETOOTH_SERIAL > 0 #undef EXTERNALSERIAL #define EXTERNALSERIAL #endifwhich is hopefully tri…
-
There is also PLA with smaller melt zone like from polymaker, that would also reduce the problem. Drawback is that it is not cheap but prints very good. Faster printer speeds cool also better, but on long pauses the problem might come back then.
-
12:47:22.753 : N32 M999*2712:47:22.753 : N1 M110*3412:47:22.755 : N2 M107*3912:47:22.756 : N3 M190 S63*9412:47:22.760 : N4 M104 S240*10312:47:22.761 : N5 G28*2212:47:22.766 : N6 G1 Z5 F5000*212:47:22.767 : N7 M109 S240*10512:47:22.771 : Resend: 3312…
-
Did you use the right serial port for it? Technically it is just a second serial being controlled and I have tested this with both usb ports for due. Bluetooth is identical, just selecting the serial id where it is connected. Bluetooth must be set u…
-
Check your config for G10/G11 and filamentchange in config tool, especially Filament change x[mm]Filament change y[mm]Filament change z lift[mm]Filament change first retract[mm]Filament change last retract[mm]Homing after FilamentchangeNo homingHom…
-
Sounds in deed like temperature creeping up adding more friction requiring more force. Best would then be adding a fan/cooler for the part where temperature creeps up. Or trying to print with lower temperature if possible.
-
Check console and send M105 You need ack enabled to see the response. Response has T0:tempExtr1 T1:tempExtr2 or should look like that. If firmware does not send both temperatures, server can not know. Provide an example so we can better analyse.
-
What does that exactly mean? I mean what exactly failed? Since you try to login it seems to come up with it's webpage so what does failed mean then? Your login data is stored in StorageDir/database/users.key. Deleting the file and restarting server…
-
Thanks for the hint. Problem is fixed now.