Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
If motor moves full rounds without filament i would say motor is ok. For temperature check by pressing filament through by hand at 3-4mm/s. If that is no big problem temperature is ok and nozzle good. Now the question is what exactly happens, does…
-
OYu have not set z homing position correct in printer settings. I think you have set it to 0 while homing to max. SO up 0.1 hoes to Z=0.1 which is form max home position way down.
-
@Webprin3D Kannst du a im /var/log/syslog nachsehen ob linux da eine meldung zum trennen oder reset einer USB verbindung gemacht hat. Das scheint ja irgenwie das Problem hier zu sein. Wenn ja, was ist deine kernelversion: pi@Felix:~…
-
Also try on pi console sudo adduser repetierserver dialout seems like that command does not always succeed on install but is required to connect.
-
Is the calling user member of dialout group? That is required to be able to connect to serial port.
-
If you use server frontend, does printer status get green or always stop at orange? Sure you selected the right serial port. In linux they are not called COMx. You want one starting with /dev/serial (should only one exist).
-
Yes, you miss that baud rate is stored in eeprom. In host connect and open eeprom editor. Set baud rate near top and hit ok. On next reset you will require new baud rate then in host.
-
That combination is well tested and works out of the box (FEATURE_CONTROLLER 11 is the right value in configuration.h). If that is the case check cable orientation or mixing the 2 cables and if the cables are crimped correctly (have already heard ab…
-
You can use M221 S Host also has this as slider if easy mode is disabled. Only requirement is that firmware understands it but nearly all do.
-
Do not select to install server or skeinforge and no internet connection is required.
-
Yes, dev version is very short before becoming final 1.0 and has better z probing (less errors).
-
Host does make the the text and sends it. Currently we are working on server update, so host comes after that. Since it is a bigger update I can not say when host update comes.
-
Are you on dev version? See what Z_UP_AFTER_HOMEis set to. This is the target z after z homing and if that is set 0 it would go down. If z length is a bit to big that means crashing into the bed. Should be a bit less then z height.
-
Sure, each heater has it's own timing switch #define HEATED_BED_DECOUPLE_TEST_PERIOD 0should do it at east in dev version. Not sure what works in 0.92.
-
This is the host thread! If you have 2 printers under linux I guess they can switch position since order of activation matters here. Do not use /dev/ttyxxx in this case but use /dev/serial/by-path/... so it matters on which usb port they are connec…
-
You posten in host forum, not in server forum so I assumed you use the host. In server for filament change you can write scripts to run for insert and remove filament in addition. This gets run when you select remove/insert so just write your favou…
-
One part of decouple test is how much temperature may deviate from set temperature if that is reached. I think that is what gets hit when fan kicks in. So your solution should be to increase that value to something that does not happen when fan kick…
-
Since you run an ancient mac version - is it already 64 bit?
-
Yes select jam detection but not regular version. Select switch on high or low depending on sensor. Then it is only a out of filament sensor and also stops print.
-
Host has extruder moves up to 100mm. Longer moves often get rejected by firmware as wrong for protection if you forget to reset extrusion position.
-
It's not the informer deciding what to show. It is host or server which need to be changed for this and there we are now ready with a new version.
-
If you see it in eeprom editor just change them. If it is repetier-firmware based it will store changes in eeprom on pressing "ok".
-
Removing always uses fast speed. That always works. For retracting you also du it fast. Only while inserting it will block once you try to push unmolten plastic through nozzle, hence the slow speed in that direction.
-
Exactly. Activation stays even without internet connection. Just make sure it connects to your local intranet in workshop and everything is fine.
-
It is always hard to say if everything is correct if you do not do it yourself, but it sounds logic. Results are stored in eeprom so unless you change bed or screws etc no leveling is needed.
-
Open log and see responses. If you can read temperatures from firmware the connection is not your problem. You have either not enabled power or you must send M80 to enable power if using an ATX power source. Hope you got a config from them so you kn…
-
Assuming you have now #define ENDSTOP_Z_BACK_ON_HOME 2 and bed coating tweaked so start height is now good, what does "my layers are still poor" mean? Bed is mainly responsible for first layer and following layer are independent, so what exactly do …
-
Do nothing. Device manager settings are not used anyway since these are only defaults and everybody uses own values. Error rate can differ for different baud rates. 250000 and 115200 are also popular choices you could try. Apart from this our host/…
-
At least dev version supports 2 filament cooling fans while slicers only allow one. SO using that gives you a pwm controlled fan you can set with M106 P1 Sxx. There is no more thermo controlled loop left to couple this. You could use a extra extrude…
-
Yes, that is no problem. Only thing that will not work is activating a license as this requires an internet connection.