Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I understand what you want, but even the measured time is only a coarse approximation and reality depends on start and target temperature. In your case a solution might to preheat bed to target - 10 and then enable all to target temperature and then…
-
No, but you see the 2 commands that were missing when linking. This only works if all files are in one folder. Please check arduino settings - it has never moved the ino file in a new folder. It would only try this if you have renamed repetier folde…
-
Please make sure eeprom has same values. And then describe what is happening and what you expect to happen, it is not clear what error you are talking about. Use 1.0.x firmware which has many leveling bugs fixed. is your nozzle the z probe because …
-
Wrong forum here. Better ask this on the wangsamas forum because it is a firmware question.
-
Try upgrading to latest Arduino IDE. Never seen the ide move a file on it‘s own, so strange for me. I also do not see where this ltrans file should come from. It is none of our files and it is missing important files from our firmware which is why y…
-
You need windows 10 then it is just a button for repair, because windows 10 includes already the same repair software. Haven‘t tested if this works without internet connection though.
-
Ok, then it sounds more like a problem with upgrading from old comfigurations. Now that you can have multiple webcams the format changed to an array. Will investigate what goes wrong in upgrade.
-
I think you talk about server here. But no, it is only used to compute printing time. For fast heatip modify your slicer script to first set bed and extruder temp. fast and then wait for target temperature. That is the fastest possible solution. Dep…
-
Have you added the script to the sudoer list of user repetierserver like we showed for shutdown?
-
From which image did you do the upgrade? The guess would be that the upgrade destroyed a important part. In .bashrc in home directory at the end you see the command xinit .... that starts the graphic system with chrome. Maybe the update changed the …
-
Format ist auch das übliche. Fragt man sich warum es zwischendurch nicht ging. Solange die Konfiguration das Bett hat sollte es auch klappen. Aber gut das es jetzt läuft.
-
Maybe i have deleted this with the update. What should work is if you install grund globally. npm install -g grunt Then you just use grunt instead of the included version,
-
I think only if no objects are stored it will use them. Will check if that can be done.
-
What does the solidoodle report on M105 for you in console with ack enabled?
-
Was gibt den Ultimaker auf M105 zurück? Ist leider ein ziemlicher wildwuchs bei all den Firmwares und gelegentlich ändert sich auch was. Die firmwareliste sind die Dateinamen im firmwares verzeichnis, sollte also nur einen geben. Muss ich untersuch…
-
A older 1. version had a bug reporting it has no eeprom when it had. Send M205nand see log. It is says no eeprom support do what artin said, otherwise also upgrade firmware.
-
Try a T0 before homing and see if it differs then. Homing sets the current tool offset and that can change homing position, also after G32 the previous offset should be restored.
-
The file should be in the same directory the Repetier.ino file that you try to compile is in. If mot, please download again the complete firmware and you should have it.
-
Garbage chars happen when display gets wrong signals, normally it starts good and at on point it goes wrong. Check that the cable does not cross heater cables. I can reproduce this if i‘m close to bed wires. There is an option to reinit display ever…
-
Sure you are using our firmware. Bed leveling is G32 with us. G29 is average height of the 3 probe points stored in eeprom. You can easily change then in our host/server eeprom editor.
-
When you tell firmware to wait for target temperature just wait. Using sliders in manual control will not wait so the 1 command waiting should disappear fast or firmware crashed - hard to say without log. Maybe both at the same time use too much cur…
-
I can not say how markin handles this, for firmware these are just 2 extruders. Changing one temperature of course always should change both in firmware as you only have one heater.
-
Have a closer look at the communication log. I think this is the response on a firmware error message. You might need to activate logging to download and analyse log.
-
You can select which pre rendered object file should be preview image. Not at the top but lower where you see them hit the eye icon to make it preview image.
-
You also need to enter config in our interface because the slicers have no remote web interface to integrate. Plus we want some special postprocessings, so it is a good deal of work.
-
Ok one coil only will not move. Also low current will not move. Sound shows that config is at least correct.
-
Yes and to the outside marlin should handle this as 2 extruders so in slicer config each filament can have it‘s own temperatures. That is like prusa does this, if i‘m correct.
-
All motors are handled as one motor and a switch decides which motor does the next step, so for calculations in is still only one axis. when i write dual.x for v2 we will see what is really needed there. I think then the solution should be quite ea…
-
I do not think mixing color is right here. You can not mix. 2 extruders with same heater is more what you have. Then you also can have different temperatures, but i can not say how to do this in marlin,
-
All sensors have different resistance temperature curves, so it is important to have the right sensor. And second thing is that the position of your measurement differes, so differences are normal to some extend. If you do not know the real sensor t…