Rossini
About
- Username
- Rossini
- Joined
- Visits
- 686
- Last Active
- Roles
- Member
Comments
-
https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=143581
-
welches modell? willst es auf einem raspi laufen lassen? bitte mehr infos. danke
-
see https://forum.repetier.com/discussion/3914/is-m300-g-code-working
-
Repetier said: If it gives some hints it would be in /var/lib/Repetier-Server/logs/server.log where it normally logs every connect/disconnect as well. Looking into klippy sources I found that this creates the port:# Support for creating a ps…
-
HTTPS geht übrigens NUR mit internetzugang und statischer IP, sonst erhält man keine verifizierten Zertifikate. Sorry, aber das ist kompletter Blödsinn. Zertifikate werden auf Domains ausgestellt und nicht auf IP Adressen und funktionieren im Loka…
-
Na ja hacking ist in dem Fall nicht ganz so einfach. Das haben schon viele gesagt und große Firmen geben jedes Jahr unmengen an Geld aus, und trotzdem kommt es vor und oft kommt es nicht mal an die Öffentlichkeit. Jeder kann schnell mal einen F…
-
@Repetier Ich denke schon das dass geht. Wenn das nicht geht, dann ist das eine Designentscheidung die getroffen wurde. Global Verwaltete Nutzerkonten? Für meinen lokal betriebenen Repetier-Server?
-
Repetier said: ... Verwendet dann unsere cloud server als Ansprechstelle ... Bitte, bitte, bitte macht es auch möglich einen lokalen Repertier-Server als "Cloud-Server" zu konfigurieren.
-
afaik generates klipper a virtual serial port with python pyserial which accepts normal G-Code
-
yep i have two independent z-axis. But Repetier-firmware has options for double or tripple axis afaik.
-
Very very nice. What if you have e.g. two z-axis?
-
building a hevo too. but with ramps/mega
-
looks interesting from tom
-
i think i have the preheat time default value. Tested a little around. If i set the min_heat_temp to 30 it triggers defect also on the extruder. Looks ok for me.
-
So you implemented this now, that it only triggers when heating? I tried the new commited version, and for the extruder it triggers "Heizelem. entkoppelt" when i change the target-temperature it is heating a short time and then it triggers. The Sens…
-
targetTemperatureC is initialized with 0. So the act->targetTemperatureC > MIN_DEFECT_TEMPERATURE will not get true if MIN_DEFECT_TEMPERATURE is =>0. Only when the user changes the TargetTemperatur. And of course i am using DEV version
-
Well, this would only be a workaround. I tried that yesterday with {1023 * 4, -100 * 8} as last entry and the temp resulting was -100° or so on the DISCONNECTED thermistor. You can test this yourself just DISCONNECT the thermistor. And a MIN_DEFECT_…
-
I think here is the Problem: // Check for obvious sensor errors if((act->currentTemperatureC < MIN_DEFECT_TEMPERATURE || act->currentTemperatureC > MAX_DEFECT_TEMPERATURE) && act->targetTemperatureC > MIN_DE…
-
I'm using an atmega mega2048 avr. Did not know about this problem until now.Well, me neither.
-
Well, typical Fotek SSR have a response time
-
Zero cross ssr switches only when the sine-wave crosses 0Volt. see https://www.phidgets.com/docs/images/9/95/Zero_cross.png Why is the lowest limit 38? What does HEATER_PWM_SPEED do? In the description it says 15Hz? I'm confused.
-
Maybe related to https://forum.repetier.com/discussion/3826 ?
-
I'm happy to help.
-
can you tell us which firmware do you use. is this only happening on autolevel routine or on normal printing? which points are configured in firmware for autolevel?
-
maybe a problem with the user rights. look at: https://www.repetier-server.com/manuals/0.50/index.html All commands get executed with the user account and privileges the server daemon runs. So if you want to allow it to shutdown your computer, you …
-
The new version of Repetier-Firmware (19th September 2017) solved this issue. Thanks for great support.
-
Sorry. i meant z2minmax. didnt know there is a z2max (upcoming feature?) pm is on its way.
-
Another thing: after plugging in USB there are no resets anymore. Looks like the 5V regulator overheating on zmoves. But Z doesn move.
-
So first tests done: always check endstops disabled: z axis wont move or home. Z Homing speed and moving speed are equal. When homing Z in the log shows "busy processing" several times. M119 doesn't reset. shows for all z max and z2max L…
-
can i do something to help to debug this?