Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
M600 only works with a firmware controlled lcd. If you print using repetier-server or host you can simply add a ;@pause Message where you want to pause. The server/host will go into pause mode at that position.
-
You can set home to go a bit up after homing and then take that at 0. Would work at least and no extra variable. Or always remember to add extruder0 offset. Adding a new var seems overkill.
-
Good test. Sounds sensible for the sensor. But why can it report 200°C when it is 30°C. That part is weird.
-
The flash size is determined by the arduino ide setting not firmware. The board can use 644 and 1284 AVR chip. They are identical except the flash size and you should have 2 boards one for each size to select from in board list in arduino ide.
-
For your solution you need to rewrite in BedLeveling.cpp the runZProbe function.Add a wait loop for a pin switch when it is at trigger point for your wait.
-
In compiler I need to set os target to 10.10. Anything lower will not compile, also I only use cross os libraries and no fancy special os x stuff. So is the office mac also on 10.8 or could that be the difference? Why not update the home mac to a m…
-
If you knwo the pinout changes you can change the pin numbers in boards.txt or displayList.h if it is for display. But then I think the connector also does not work as it will expect certain functions on pins. So obviously you need to make a origin…
-
Due based boards like RADDS board with EEPROM replacement. Some boards have no eeprom making it hard to changes vars on the fly or store autoleveling results, so eeprom is an important feature for the board.
-
For shutdown you have added repetierserver ALL=NOPASSWD: /sbin/shutdownin /etc/sudoers.dDid you add /bin/bash as well to that list?
-
If you do not see the ports the kernel of linux has not compiled serial port support. Port name can also by /dev/ttyA... and you see a folder /dev/serial/...
-
No, your slicer must include - G10 S retracts filament according to stored setting - G11 S = Undo retraction according to stored settingto add retraction where wanted. Even with normal extruders there is no retract on extruder switc…
-
So output gets power and sensor tells you it reached 200°C and you can still touch it. You could have selected the wrong sensor type or you have 2 heaters and it is heating the other one. Try only testing the sensor. When cold put it in your hands …
-
It is pretty stable but we have no own experience with so much parallel printers. It is more a additional safety idea that costs nothing. Each printer gets his own 2 threads for communication so it makes not that much difference if you have 1 or 5 s…
-
2.0 is to come, so 1.0 is best to use for now. es set jerk to 10 or 20 an dit should allow slow speeds because they can be reached directly without acceleration.
-
That is a good question. Have already heard about 25 printers on a small intel pc. CPU usage should not be a problem and ram usage is also neglectible. One thing with so many printers on one machine is of course if the pc crashes (or server) all pr…
-
You seem to have a mixing extruder from the gcode. Here switching extruders is just selecting a different weight of mixing ration and no retraction will occur from firmware side on extruder switch as everything is mapped to extruder 0.
-
Please go to console and enable ack/commands to see what is going on. So you also see at which commands it could hang and why. I assume the job is not marked finished. Also make sure to use 0.86.2 and not older versions where some had deadlocks.
-
Did you change settings in eeprom editor? Typical error is changing steps in configuration.h but after first upload changes are not copied, unless you send M502 M500 to replace current eeprom values with configuration.h changes.
-
I mean the firmware since we are in firmware section. This is a pure firmware problem that it enforces higher speeds.
-
No, it is not really good, also it shows how good our error correction works it is an extremely high error rate. Problem is normally electric noise or bad speeds. Make sure you really have same speed and maybe reduce baud rate to 115200 or if you h…
-
It's a very big update so hard to say when everything is working good. Thing mid- late Q1 2018 depending on it goes. Starts just to speed up having solved the most difficult parts.
-
Did you already try 1.0 version? I think there you can set a lower minimum speed now. Problem is that the acceleration algorithm needs a minimum speed for stability. So you should set xy jerk higher then your minimum speed. In version 2.0 I will us…
-
This can result from a bug in 0.86.2 which now needs to interpret data just just blindly copy it through. We trat heaters case sensitive while we should not, causing some webcams to not route the mjpg stream. This is already fixed for 0.90.0.
-
Then baud rate is set wrong in most cases. It connects to a serial device but does not understand anything. See also log with ack enabled if you get any readable responses.
-
It even looks like all lines go to z=0. You should test it in gcode editor with one layer where it happens and see where this happens. Marking lines highlight preview yellow so it is wuite easy if you have the layer to find where the "glitch" happen…
-
Ist ja nicht so das wir im image download nicht unter "Special Cases" beschreiben wie man den xserver abschaltet wenn er nicht genutzt wird. Un auf der Downloadseite steht in der roten Hinweisbox: Notice for Raspberry Pi usersThe Pi is very power s…
-
Never noticed this thread. Have added this for the redo of the config tool. Also this is not that reliable as what you measure and when thermistor measures are different points so it will differ. But it is a good way to make tables for users not kno…
-
So you want to first calibrate the normal way so you can calibrate the length between endstops and then use this later again to calibrate in case steps have changed. That is a feature nearly no one would even notice exists and use. So it would be v…
-
I will start 2.0 when I finish 1.0 to stable. I do not really plan adding new things to 1.0 dev so maybe in my christmas holiday I get some time to finalise 1.0. 2.0 will get some heavy refactoring to make many things hopefully easier which can tak…
-
Probleme mit der Spannungsversorgung sind aber ein hardware problem. Und das program zur Kommunikation mit der pi cam ist auch nicht von uns. Funktioniert aber bei guter Spannungsversorgung prima. Hab es an einem Test pi nonstop laufen. Lass den Se…