Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Enter ip in putty and use as login "pi" and password is "raspberry". Then just type the command. With ethernet connection it should be no problem. Alternatively use windows remote desk to connect and open a console with right click after login.
-
in 99% it is WPA2 as password method and then then you select the SSID and enter your wifi password - same as for your mobile. If you used latest image (V15 or V16) there seems to be a problem. Try sudo rfkill unblock wifi and it might start workin…
-
M115 reports firmware installed normally. But if it compiled with too big text area is not visible.
-
Did you also test if sudo rfkill unblock wifi changed anything especially sudo nmcli dev should go to disconnected or connected afterwards.
-
Das @execute scheint zu funktionieren. Was aber berücksichtigt wird ist der Fehlercode. Ist er nicht 0 weil z.b. der letzte Befehl schief läuft ist er nicht 0 und der Job wird beendet. Bei einem bash script würde ich es daher mit exit 0 beenden. Bei…
-
Error:er cooler speed looks like an error message in firmware for AVR is missing a PSTR() or text area is bigger then 64kb so wrong ram position gets used for issuing the error message. I know this happens in repetier-firmware e.g. if you have too m…
-
Stand alone = not connected to firmware? Then there is nothing to set up in firmware. There is also no support in firmware to set up these drivers. Might be supported in V2 later.
-
What is the target temperature in this test and what exactly is the output of firmware in console when the error happens including last temperature responses? Heating has 2 phases - full power until target-20°C normally and then the controlled range…
-
Depends on how to control the light. Easiest solution is adding it to print finished script. Either send proper gcode or call a script with @execute to turn the light on.
-
Seems like wifi is blocked by default. While testing the issue it started working after I send sudo rfkill unblock wifi Please if you test first run sudo rfkill list and post it here to confirm that it was blocked before so we know that this is wha…
-
You need to listen to events. See https://www.repetier-server.com/manuals/programming/API/index.html at the end for events available. jobFinished (0.60.2)Payload: {start:unixTime,duration:seconds,end:unixTime,lines:linesOfJob}Gets send after a norm…
-
Ramps has only one output for a fan (ORIG_FAN_PIN ->D9) which is also used for second extruder heater. If you use a extender check https://reprap.org/wiki/File:Arduinomega1-4connectors.png to see what the pin number is.
-
After homing send M114 and check in log what firmware thinks where it is. Then you know if you need to change homing position in host configuration or if firmware is wrong.
-
That checkbox is only to invert direction if you hit in host the y move button. Y+ means officially always extruder moves toward Y+ (be end). But if bed moves that confuses some users so inverting the direction is for them more natural. But it has n…
-
1) API key is in Main menu -> Global Settings -> Connectivity. See also help page in host if you click there on help icon. 2) Not sure as this is more raspberry related. # uncomment to force a specific HDMI mode (this will forc…
-
There is no documentation apart form that. M206 T[type] P[pos] Sint(long] [Xfloat] - Set EEPROM value Use T and P from M205 output to set the value. Use S or X for value depending on the type (int or float) the target has. If M205 contains a dot it…
-
There is no documentation apart form that. M206 T[type] P[pos] Sint(long] [Xfloat] - Set EEPROM value Use T and P from M205 output to set the value. Use S or X for value depending on the type (int or float) the target has. If M205 contains a dot it…
-
No, M206 sets eeprom values with different syntax. Better use eeprom editor in repetier-server or host to change y min value.
-
What do you mean? We do not know maximum baud rate and have not changed the available baud rates. 250000 is still abailable.
-
Yes, makes sense. Will check if it is better useable then.
-
But that translater is exactly what repetier-server does. You install server on pi and in host select repetier-server connector. Then you can use host more or less as before just that printing is done by pi server. So except for printer installation…
-
Then M600 is blocking firmware side and only the fact that server can send emergency commands help getting it comtinue as it is not a real server pause. More a mixture:-)
-
Yes, looks like you have eeprom. Question is then why host thinks you do not have it. Have you set firmware to repetier? If it grayed out host thinks eeprom is not available.
-
How do you home z axis without endstop? Which firmware? Does host send commands to go down correctly? Can be as simple as z min always being high so firmware does not go down or direction pin not working or configured wrong or firmware goes only dow…
-
Mac host is only compatible to original slic3r slicer. PrusaSlicer is different in some options so i guess you can use it only stand alone and then send gcode with mac host or repetier-server.
-
Will come, but was not stable enough to publish yet. But will follow soon.
-
Latest version is 2.1.6 for host. Try sending M205 and see log response. Normally it is grayed out if eeprom is not compiled in. If you see all settings after M205 you know it is compiled in firmware.
-
Might be that firmware goes to blocking mode to handle change it self. Not so sure what marlin does in that case. If firmware detects it and goes to pause the pause button becomes a continue button.
-
@ commands are not gcode that firmwares understand. These only work on server side. What about M600 gcode for marlin. Server detects that and goes to filament change.
-
Happens if z distance gets too high. So bed nozzle distance seems to be not constant over bed.