Repetier

About

Username
Repetier
Joined
Visits
2,089
Last Active
Roles
Administrator

Comments

  • Server does not get it from server. In printer setup in server you can define the homing coordinates it should assume. Entering the coordinates there makes them match after homing.
  • Ok, quite simpel assign second output to EXT1_HEATER_PIN. In HAL.cpp serach #if defined(EXT1_HEATER_PIN) && EXT1_HEATER_PIN > -1 && NUM_EXTRUDER > 1 && !MIXING_EXTRUDER        if ((pwm_pos_set[1] = (pwm_pos[1] & HE…
  • I meant ram not flash memory, but seeing you use RuRamps you should have 96kb not 8kb like the 8 bit processors so guess it is enough ram. You see it in host/server console/log when you connect. So new question is why does it happen to you and when…
  • Unexpected. Deleting registry part makes it like a new installation. What happens then? Error message or hang or crash? Messages? Do you see part of the main windows? Do you have OpenGL driver? One of the requirements to get it working.
  • Ok, so what is the answer to the free memory? If you use the fast core xy mode it is like delta also you do not need as much buffers. But it can cause same memory problem if not configured correctly.
  • So we are back with my first answer/solution:-) What about the solution to connect both to heaters to same output? You never said if it would be possible or exceed current limit. Otherwise modify HAL.cpp to write pwm output to second output as well…
  • Did you change anything last time it worked. Adding a slicer or so? That might be caused by a bad entry in registry - bad meaning leading to the problem. Seems possible also no one could so far tell me what exactly caused it. So you need to open r…
  • At least in PrusaSlicer there is a setting in advanced -> Slice gap closing radius defining which size should get closed. Maybe that helps here. This is more a slicer setting and small gaps might get removed from them. But that is the only parame…
  • First G29 is not autoleveling. That just measures average height of 3 points and uses average as Z. Also does not activate autoleveling while G32 does measure rotation and activates autoleveling. plane: a = -0.0011 b = 0.0014 c = 20.1455 Transformat…
  • Ok, so the hang without watchdog shows that it is a firmware problem here. It goes into a endless loop or somehow else stops doing anything useful. With watchdog that causes the reset without it keeps hanging so communication stops working. Has noth…
  • No. Time is preventing this at the moment. But it is something I really want to add.
  • Monitor uses a table view that does the sorting internally while normal gui does it based on a variable. Will see if I can get that stores as well so it survives changes and can be used in tile view as well.
  • So you have 4 nozzles? The problem is that real sharing of heaters is only supported for one heater in V1 firmware. And with 4 nozzles it would not be a mixed extruder. What you can do for example in this config: Extruder 1+2 share heater and Extru…
  • You are executing a command not a script. Operations like | doable in bash are not allowed here. Write a script accessible from user repetierserver and enter the full path in execute instead. #!/bin/bash date | tee /tmp/test.txt With permission rx…
  • OpenGL might in deed be a problem. Do all monitors use same video driver? Or could opengl be confused with several available implementations. This looks at least as if it host hangs at some point. Can you attach handing host with visual studio and s…
  • Any pin works with servo as long as you set number of servos to 1 and the pwm pin number to the selected one.
  • The light green solid area is output power of extruder and matches to the right y axis. So 100% means extruder is using 100% power to heat.
  • You can mix up to 6 extruders, so do not understand what you mean with 4th extruder?
  • Good point. Maybe even add a storage for other settings like last tab as well. Have it put on my todo.
  • Ok retested with our 2 monitor system and Host 2.1.6 and it works. Do you get any error message? Not sure if 3 monitors is the problem or speed. Maybe if a timing is not good enough it freezes instead of executing. Who knows. After all, all we do is…
  • Mixing extruder normally have only one heater and the one defined in extruder 0 is used. Also only one sensor can be used for controlling. If that is the case just connect both heaters to same output if it can handle the load. If you can not handle …
  • Autoleveling controls z so distance bed-nozzle stays same for all xy positions. In this context there is a problem with second extruder. Here you move it slicer wise but firmware will still correct z for the first extruder position. So if bed has a …
  • >  7:00:49.971: T:245.38 /245 B:105.00 /0 B@:0 @:10>  7:00:51.056: T:245.77 /245 B:104.94 /0 B@:0 @:10>  7:00:51.072: TargetExtr0:0>  7:00:57.876: start>  7:00:57.876: Info:Watchdog Reset Looks like watchdog triggered a reset here. H…
  • Our image has already nginx as web server in front of Repetier-Server configured. So you can use the normal port 80 to access it. Or did you want something else I did not see?
  • Aktivier mal das log und zeige auch befehle an. Sieh dann was gesendet wird und ob sich die Firmware beschwert. Wenn home klappt ist ja Kommunikation vorhanden und Motoren laufen auch. Frage ist also was die Drucker Firmware an den Befehlen auszuset…
  • So when it is not maximized on a different monitor it works? We have  tried several times to reproduce this bug, but on our system it worked. Not sure if we also tested maximized. Our only multi monitor system runs Windows 10. What version do you ru…
  • Ok, I see you come with new ideas. First news to me you have 2 diamond extruders? I never wrote support for more then one. Is it 1-16 is the first one and 17-32 the second one? When switching extruders we use per extruder xyz offsets that must be se…
  • In 1.0.3 there is a selector to go to dev version which is 1.0.4dev at the moment. It will become next stable one soon. It is already more stable then 1.0.3.
  • That is strange. I see the "start" which is how firmwares identify start of operation when they recover from reset. So baud rate is correct. With ACK on we should get a "ok" for every command send, which you see does not happen. You can try all comb…
  • The mac host can not connect to repetier-server. You need to use either the web interface or if you have a pro version you can use Repetier-Server Monitor to control your server instances with a real app. You do not access instances on other pc wit…