Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Looks like you also have dtr/rts set to false here. So adding a selector for this to the server might help as well here, also I see that it also failed several times to connect so the printer seems to have at least a strange behaviour with that rega…
-
You can not do it that way. #define UI_HAS_BACK_KEY 1says to add back entry in all the menus while 0 would remove it. The variable is normally set in your display definition and set to 0 if you have a dedicated back button, otherwis…
-
We do not use ps_on for this since not enough have that option, but we disable all heaters when we detect thermal runaway. You need to have it enabled and configured in configuration.h, but default is to have it on. You will see a thermistor decoupl…
-
You also need the rest of the firmware of course and Arduino IDE to compile and upload the firmware. Do this only if you know the config file is really for your printer or it will be worse then before if all the settings are wrong!
-
In theory this is possible. You can have 2 fans and in M106 use P0 or P1 to define which one you change. Problem is that the slicers normally do not add this so all would only use fan 1 which is the default one if Px is missing.
-
What is the full output and what is the test area you want to measure?
-
Model modifications have to be done in the cad software you used to create them and then reexport it is stl/obj/3mf. The files we import are only triangles so all informations about original shapes are lost and we are no 3d editor.
-
If you compiled with recent Arduino IDE buffer size is 127 byte. Older had 63 bytes. In general same buffer size as in host should work, but you are right. This kind of problems can happen also with wrong buffer size. Regarding power connector make…
-
Ok, that would be correct except that it should stop probing completely and not just issue a warning, so error check is not correct here. The problem comes, if firmware sees that activating probe at current position would move outside allowed print…
-
No, functions are not configurable, sorry.
-
Ok, but what is the problem? You can only expect answers if you have a clearly defined question.
-
Ok have checked it. Found that there is in deed one condition when start script is not called and that is EXTRUDER_IS_Z_PROBE 1If you need a servo to position z probe that should not be the case or you have configured it wrong. Anyho…
-
Yes. Currently if you extruder > 50mm at once over server it will split and add a move to current position. So if current position is wrong due to wrong configured homing position it will move the extruder.
-
So as soon as you enable steppers you get communication errors printing from pi but printing same prom a pc would work? If you have try putting a active(powered) hub between printer and pi. Then the hub reduces power load on the pi and also filters …
-
This typically happens if you have homed and you have not set the homing coordinates correctly in the server configuration. Then server e.g. assume x=0 while you have x max endstop and are at X=200. So moving 10 to right means for server X=10 which …
-
https://www.repetier.com/#documantation would be a start.
-
Do you have a bowden? Boden has much backpressure and changing speed can cause some filament shift like you show even if amount calculation is correct. This es especially evident if you come from high speed like infill to gap infill where it reads t…
-
Ok I see now where it comes from. You triggered a bug that I have already fixed for next release. Bigger e moves > 50 from internal functions are split to 50mm moves to prevent long extrusion error from some firmwares triggering. When split it se…
-
How did you send which of these commands? Did you hit any buttons or are these scripts? You said custom gcode but that only sends the commands contained and no more so I guess you hit some function afterwards causing the problem. Also please check …
-
Have you tried if 115200 has as much errors as now? All this comes from communication errors. I remember that udoo has a problem with this under some circumstances. Seems that these add so much noise that you got problems with crosstalk. sdcard is a…
-
WOuld you have told the os I could tell you the place. Docs for windows installation e.g. say Data StorageBy default the server stores all data in a global directory, which is normally located at C:\ProgramData\Repetier-Server\. This directory gets …
-
Yes I mean that version. You miss that when z probe is to the right or back of extruder and you home xy to 0,0 you can not activate z probe for z measurement. Therefor I told you to select one of the preheat homing orders where you can tell firmwar…
-
First this all depends on the slicer you are using. And it also sounds more like a ooze shield then a skirt - that would be used to protect from ooze if you have separate extruders so print look cleaner.
-
Yes, like that with power adapter. This is for usb 3 while pi only has usb 2, but I guess it will work also with usb 2.
-
Sounds more like a problem with script/python then server :-) Scripts are started as same user repetier server is running, which is normally repetierserver. From the error I guess it is a permission error to change the gpio pin state as it says to r…
-
You need to use version 1 with homing order that contains preheat. There you can set a homing position where activating z probe is possible, go up before homing if required etc.
-
We have the same in configuration.h but only the result gets set and in config tool you would also only enter the result.
-
You should use a active usb hub in any case to not put more load on the power of pi. That is normally a bit critical. I have heard users having 5 printers on a pi without problems. If oyu have no webcam for these I think it should still work. Sendi…
-
This is not necessary te result of the print. In Preferences->3d Visualization->Filament you can adjust what you see. If the assumtions differ too much from slicer settings the visualizion shows the width wrong.
-
You can set it in eeprom editor to 250000 and after a reset/emergency stop it gets effective. Setting it in configuration.h does not help if you do not change eeprom mode since it is stored in eeprom.