luwi66
About
- Username
- luwi66
- Joined
- Visits
- 25
- Last Active
- Roles
- Member
Comments
-
Problem gelöst: Ich bin auf eine irreführende Auflistung in der Fritzbox-Oberfläche reingefallen. Da sind alle IP-Adressen aufgeführt, die mal mit dem Heimnetz verbunden waren. Warum die alte Octopi-IP unetr RepetierServer in der Übersicht erscheint…
-
Ja, ich hatte das gelbe Strom logo oft am Bildschirm. Mit geänderter Stromversorgung geht's jetzt ohne Abbrüche. Neues Problem: Habe den RPi mit Ethernet mit meinem Heimnetz verbunden. RepetierServer wird einwandfrei geladen, Lizenz ist aktiviert un…
-
Sorry, da habe ich versehentlich zu früh auf den POST Button gedrückt. Also weiter: Bin über LAN angeschlossen. Mein Router sagt mir, dass er RepetierServer sieht. Den klicke ich an und tatsächlich erscheint nach kurzer Zeit das Dashboard. Aber nach…
-
Repetier said: If you are using a older host version you have an option to preserve object position in slic3r, otherwise slic3r will autoarrange the objects (ok it does this anyway but we have a solution for this). So in output it should appe…
-
I forgot: The Mega has Ramps 1.4 mounted and the fan extender is on the servo connectors of the Ramps.
-
Yes, I tested the fan extender on Arduino Mega with this little Arduino sketch: void setup() { pinMode(4, OUTPUT); pinMode(5, OUTPUT);} void loop() { digitalWrite(4, HIGH); digitalWrite(5, LOW); delay(5000); digitalWrite(4, LOW); d…
-
@RepetierSorry, doesn't work. The only fan running is the one attached to D9 pins on Ramps.Can I send my configuration.h?
-
When I understand correctly, I set (in V 1.0.0dev) configuration tool Extruder cooler pin (EXT0_EXTRUDER_COOLER_PIN) to Digital pin 4und Print cooling fan pin to Fan pin. Wird bald ausprobiert.