Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Generally it is good to start as soon as possible. I will think about why this might happen when inside region. Might be a problem that the go inside move is missing since it was already inside and that would lead to the problem.
-
M111 can set debug mode. Value 8 is dry run, Add it to your debug level to get dry run.
-
There is no way back through your router in general, so that is not possible. For the future we plan a website where server could connect to to post such data continuously while printing and even allow to stop a print and some more.
-
Some houses/regions are really that unstable that a lamp or something can cause the device to malfunction. In that case a lower baud rate is not a solution. It is not a comm error causing the reset. It is the usb restarting that is your problem and …
-
No I was refering to select/deselect gcodes. Do not use G10/G11 here. Switch to relative extrusion and just do G1 E-50 F2000 etc. Since it is done with active extruder you do only the part for the extruder in it. So when switch delect from old extru…
-
It is not decalibrating, it is loosing steps. Maybe because the endstop trigger from crosstalk. That happens sometimes and can be prevented by setting ALWAYS_CHECK_ENDSTOPS 0 in firmware configuration. It might also loose steps be hitting something,…
-
Delta printers have a round bed, but that makes no difference in data being send or gcode generated.
-
In version 2.1 - next will be 2.0 so don't ask for exact dates, I do not know when it is finished. It is a complex problem with the new interface.
-
When lines get send to firmware it includes a checksum, so firmware can test if there was a communication error. If there is one it says checksum error and wants host to resend that line, here 625 so it executes the correct command. That is what you…
-
For 10 printers I would split it on 2 servers with 5 printers each. Maybe not using a raspberry since you might need fast USB + Network. Maybe a Odroid C2 connected with gigabit lan. Would need a usb hub to connect all printers but should be no prob…
-
Just saw you have MPX3 board. Did you use dev version and select that board or RAMPS? It is not ramps compatible to 100% and heater differs, but new dev version now knows the new heater pin numbers. Also this has nothing to do with marking them defe…
-
No, the interface is completely different and incompatible to old curaengine versions. We are working on a new slicer for this, but it will appear in version 2.1 and not the next release.
-
From the name it sounds like a standard 20x4 line char display. If iot uses the standard compatible chip it should work like the others so just set your pin numbers accordingly.
-
"proceeds to print, but just on the firmware, while the printer is doing nothing" So are you now printing a gcode or not? That is a contradiction to me. Setting temperature in manual control uses different commands that return immediately so that i…
-
Skeinforge is the oldest and slowest slicer available, so please do not wonder that it is slow. " ends with 7319 M107 and M7319 is blank, the log is running N8775 M105 at 17:27 Mdt."can not imagine why a slicer should add 7319 times M107 as M107 is …
-
Ok, with ST7565 none of them will work. The only display using that chipset would be the viki2. So I guess best is to make your manual config and just check in viki2 section of ui.h/DisplayList.h (in dev version) what pins to set. You should normall…
-
No that is not possible. But you could replace the thermistor with a 100k resistor shorting the 2 wires, that also gives 25°C
-
Are you using 0.80.3? Which control are you using for z moves? The slider or arrows? Which frontend? There has been a problem that feedback was to slow so moves acted on stale position. I'm quite sure I improved this in 0.80.3.
-
Check if you can still send commands like M115 and see response in log. It might be that firmware is stuck waiting for target temperature which would be a classic startup problem when printer is not configured correctly. You must reach target temper…
-
Default is browser language and if that is not supported it falls back to english. Problem occurs if russian is the language since it is available but has errors in translation file causing javascript to fail.
-
I could not follow fully. After G28 you do not need to relevel always. If you do make sure you are high enough and and a xy position where activating z probe is possible. Dev version has here some improvements and additional tests so it should work …
-
Don't know that display. Does it have a compatible chipset? Then adjust a display using that chipset and fix pin number in ui.h or DisplayList.h if using dev version.
-
Accceleration is speed invariant. Speeds -> scale speeds in slic3r to generate code with that speed so you can print with 100% speed multiplier. Flow multiplier is the same as in Slic3r->Filament->Extrusion multiplier. SO multiply that valu…
-
In manual control you have slow and fast extrusion (left/right). These are the 2 speeds used there.
-
From your description I assume you have switched from single to dual extruder setup, so you must have a new pin/thermistor combination you have to add so potential to do something wrong:-) You woudl configure it in our online config tool if possible…
-
With before and after switch gcode in slic3r you can do the same.Just not sure you have both in slic3r.
-
One thing would be to remove the delete connection data as described on the image download page. If the wifi strength is not good enough such disconnections may happen. You should configure your dhcp server (in router normally) to always assign same…
-
For server the file size is not that relevant. It just increases time for parsing and rendering images. Important is a stable system and a reliable disk storage. Here ssd drives surely have advantages over sd cards with respect to relyability and in…
-
While this works a bit it contains a potential error source, since the server does not know about the link. So if you delete in one it is also gone in all versions but server will not know. I will try to add a "link" in software so you can set a ref…
-
Will be fixed in next release. Until then pleas call with ?lang=en to force a working language.