Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Please retry now. One of our download server was not running and it seems you were downloading from that device.
-
That is a windows dll. Since it works normally you shoudl verify if windows is still intact with sfc, see https://www.reviversoft.com/de/blog/2013/03/sfc-scannow/ for details. Might also caused by callign a function with wrong params of course, but…
-
Firmware counts extruders from 0 while hosts count from 1. SelectExruder0 means extruder 1 in host.
-
This is a problem in your printer - either hardware or marlin. There is no message from firmware explaining it so maybe the fuse did trigger disabling heater? In any case it is not host related.
-
We have no real plans to support more then 16 virtual extruders. For most users this is already overkill. In firmware more extruders require more memory so it could get a problem, but could be increased until the limit is reached. Host has build in …
-
To test that you could swap X axis and E axis driver, so X uses E driver. In config tool this is easy to define. Then you see if the driver works as x axis. If not it is likely that something electronic wise is bad. You could also try second extrude…
-
Most are just warnings about redefinitions and can be ignored, or you use dev version where we fixed them. pins.h:374: error: 'PS_ON_PIN' was not declared in this scope is the only error meaning your board did not set the pin. -1 would be a defaul…
-
Ok, but for rostock you use all 3 motors for z moves so that would also affect x and y moves if microstepping is wrong. What happens if you move G1 Z100 and then G1 Z99 goes the latte rmove only 1 mm from Z=100 then?
-
So you say you have no z probe and no autoleveling enabled? Then it will not move z while moving so if it is ok at home position and starts dragging I would say the bed is rotated at the other 3 sides. You need to level manually all edges.
-
If you have set it to using lcd for changing it calls the UI_ACTION_WIZARD_JAM_EOF action. And yes, it is open source so you can add extra code. I also checked that it does not use the regular pause function in that case.
-
What file did you try to upload? A previously downloaded config or a eeprom dump? Can you provide it for backtesting if it was a downloaded config file.
-
You are using a unknown firmware, guess the modified repetier firmware from cnc. Resets come from firmware side I guess and you should see the log for the reset reason to know more. Could be external reset, watchdog or brown out.
-
Should finish with any command at the end. Can you tell me what was previously the last sequence so I can test why that did go wrong.
-
What firmware is the printer running?
-
I think I had a wrong description for that. M302 S - allow cold extrusion. Without S parameter it will allow. S1 will allow, S0 will disallow.so M302 S1 shoudl allow cold extrusion. Thanks for pointing me to this.
-
Do you have communication with firmware at all? Same gcode should have same effect as it only gets send to printer.
-
But make sure it is higher then MAX_ROOM_TEMPERATURE otherwise it will skip waiting.
-
Often it is by triggering the decouple test. You should have a look at your log when it happens. Firmware will normally write the reason so you can fix it.
-
Thats elect only exists on our pi image. For all other solutions you need to enter the url to retrieve mjpg or jpg from your webcam. In windos this requires an additional software like described in our how-tos.
-
there is no function removing layers. You can jump to layer starts in editor by hitting the star/end button the target layer. Holding shift while doing so marks the region from cursor to new position so you can delete that. As you already noticed th…
-
Our server is the only solution we have for this. We don't have that much printers for testing but know that it is possible to have at least 3 printers and even more if you do no high cpu or traffic intensive stuff. You could also use a normal small…
-
I think that version of curaengine does only create it for 2 extruders as it was meant for the ultimaker having 2 extruders.
-
Looks like you have only one extruder in printer config but assigned more if i understood you right. The error is an access to an array index not allocated so that could be the reason. Your printer should also have 16 extruders when you assign 16 di…
-
It is in manual control on the right side and also in the top you change temperature of active extruder.
-
Mo the oause script is done on firmware side here. But i'm not sure if filament change does use this as well. Normally you vabge filemant and rotate wheel until filament comesout and then hit it so it already filled in and what you say is unnecessa…
-
Firstupgrade to 0.86.2 which solves deleting config on print finish which could happen. i would stop server and go to /var/lib/Repetier-Server/configs and delete the defect config with 0 size in case that also causes problems, also 0.86.w is now at …
-
Using analogRead is strictly forbidden. We read adc inside a timer loop so this breaks all other adc readings hemce the access over the analog read array we read. temp4 pin is only ok if it is a thermocouple pin, normal temperature pins have a 4.7k…
-
Ok, will check that. I guess z positioning could be omitted if it is not set to go up for extrusion. That would help. Or better omit all movement for unhomed axis as this is a problem only happening when not homed.
-
Check commits in github dev branch to see what changed, i always name the most prominent changes for each commit.
-
Check in host set homin position. Should be set to your z max coordinate and i guess you have set it to 0.