Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Only in old host versions. There was in deed a bug not selecting the shown filament. But just to be sure - you have selected the filament in the right tab and not left one?
-
You can edit the xml and restart host. It uses simple regular expressions. You have section like X axis max. acceleration M201 X@ M201.*X(-?\d*\.?\d*) type is float or int depending on what is allowed. You can limit values with min and…
-
I remember the unsafe filename problem. I started with full names and at some point new ffmpeg versions did not like them any more. The final solution was to use local filenames and convert from the directory containing images which then worked with…
-
That is strange since both use same old communication system. New version just has some more answers it understands. But for correct analysis I need the written log to see what is happening. From what I see the serial seems to swallow or replace par…
-
Informer was developed for cases where no backchannel is possible especially Repetier-Host which has no network access at all and server for users not having a IPv4 address so dyndns does not work.
-
If you were not printing host read M114 output. But newer firmwares change coordinate reference or use other output also with x: so it is not safe any more to reley on this. So now you enter the coordinates after homing in next release (since newer …
-
Please send manually M109 S225 M115 and watch log and temperature. At which temperature do you see the M115 output? If it is near 225 your firmware settings are ok and you have something in slicer gcode that makes the difference e.g. later setting t…
-
Somehow your answers do not come through completely. Should beError:temp. for retraction when heating [C] as part of the eeprom scan. But that is EPR not error. What OS is that? Connected via serial connector I assume?
-
What I see is that you have echo enabled which puts extra load on serial connection that is not necessary. Also the log is incomplete. You need the log written to work directory (if enabled) to see full communication. All I see here is Error:Tu: w…
-
Retraction is always fast. For extrusion until you are at the head fast extrusion e.g. for filling a bowden is possible with right arrow while left one is using slow speed. In Printer Settings you can set both speeds.
-
Yes, they have no special speed for Z. This means they rely on proper firmware configuration where you can limit z speed. So reduce max. z speed in firmware to what is possible and you will never again have any problems with z speed.
-
In server you can define exact home position and not only min/max/0 which host uses. In next host release you can also set positions like in server for G28. M114 is not used to update host any more since there are cases where the response ha snot th…
-
Also check generated gcode if it is really using your 40mm/s. You might have used a wrong profile for slicing.
-
Server only uses TCP over port 3344 so that is quite easy to define.
-
Ok, so you are just missing these special settings. Will see if I can find out how to read/write them from marlin.
-
I think you mean the print status with filename and progress bar. That is something printer vendors really like as it shows things a novice can understand. Actually it is the firmware showing this - only thing is host know knows printer wants this a…
-
What does the log say about termination? Prints only terminate if there are communication problems or firmware reports a problem.
-
Firmware configured wrong. If you swap x and y motors print will be correctly oriented.
-
You can use M105 X0 so that firmware also outputs the read analog value 0-4095. So even if temperature conversion did not work it should show a change in raw value. It is essential to select in firmware config tool the correct thermistor type since …
-
Good news is that our designer send me new icons with different icon for off so that it willbe easy to see difference in next release. Also we increased contrast for text to make it more readable.
-
First is the pwm signal a 5V TTL level input - then you can use any free 5V pin. Importnat is that only one feature get the pin assignes so either fan or laser otherwise they might change and overwrite signals. For laser PWM is not supported only on…
-
In printer configuration you set the homing coordinates. I guess oyu have set 156 as xy homing position there and not 0.
-
Host will always show it atop if you simple load it. You need to go into printer settings->Printer Shape at the bottom. There you can load it and set a color per stl file. The grid will still be painted by host as it is used before, so you have t…
-
Theoretical a good idea. Only problem is that we currently do not store colors for the visualization to reduce memory usage. We have only lists per extruder with constant color. Will see when I add colors that it is also speed dependent.
-
Are you using linux version? For linux we forgot to include the eeprom xml file describing possible parameter. Will be included in next release.
-
Exactly. Also we have emergency stop we have no Z-Block message. I guess they detected a motor stall and stopped everything.
-
We are not the author of RF firmware, so can not say. They have apparently added this modification.
-
If you mean .3mm gets executed as 2.3mm. Well with factor 8 it could be different microstepping. Would also mean the first 5mm move up would move 40mm. So is that the case? I mean just home and send G1 Z50 and measure if it is 50mm or 400mm - that i…
-
Ok, do you have ALWAYS_CHECK_ENDSTOPS 0 ? Since you were at 5mm and if you go down it will stop as soon as z probe triggers otherwise. So could it be that 2.3mm is your z probe height?
-
Nope, no message on my wall, sorry.