Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
The server sends gcodes and I see you uploaded some stl and windows drives zipped as gcode. This will not do any good and should show a gray image. YOu can delete these non gcode files. To be clear gcode is the result of slicing your models! These n…
-
I think you mean in lcd? That is possible since it is bed coating and not bed with total different height. But if you use eeprom editor instead you can enter any value you want.
-
dry mode = no heaters will be enabled even if you send the proper commands and extrusions will be ignored. You normally get this message if something heater related does not work as expected to protect the printer. Reasons are decoupled or defect he…
-
With current firmware you can only control 4 steppers the same time (X,Y,Z,E). For more steppers you need to rewrite the firmware to handle more axis the same time as this is nothing required for 3d printers.
-
Your 2 extruders are returning a bad temperature which makes firmware disable extruders and heater system. This can result from wrong temp. table or wrong analog pin. Also note that if you have thermocouples you can not use the analog inputs for the…
-
I would try to solve this in firmware instead of slicer. Much more safe in long run. The solution would be that every extruder has it's own start/end gcode. So If E0 is active and E1 should be activated by T1 you would put in E0 end gcode the retrac…
-
It moves just adjusting to software side. Homing position at z max is not that relevant so just take where it stops and measure how much you can now go down = your z height. If this is stored in eeprom you can simply adjust it.
-
????
-
Marlin only works with marlin firmware. I do not think it is the configuration of Printer that is the problem here. If you select the printer in frontend and have uploaded gcodes and select icon view instead of tabs you should see images for the gco…
-
I think it will work. Just try it with free version. But I think it communicates the same like Marlin and since this is only to define how data gets send and some basic commands it should work. If not let us know where it gets problems. We can add a…
-
Please try our beta. It uses a newer OpenTK version that was reported to solve such problems on newer drivers https://dl.dropboxusercontent.com/u/74036902/setupRepetierHost_2_0_0.exe Note that it is in development but should be stable for printing. …
-
Just to be clear, when you say pause you mean hitting the pause button during a print and not doing nothing after a print? What firmware are you using? Can you enable logging for idle and print so we can see communication afterwards. I think somethi…
-
Missing libs is not the problem. That would show up errors. One thing that existed in the past was a incompatibility between mono and linux kernel, but if i remember right that caused it to crash and not to hang. You could start it from terminal wit…
-
Decouple test period / EXT0_DECOUPLE_TEST_PERIOD would be my guess.
-
This is an error that occurs when host queries the gcode preview image. Can you see the images in the web frontend? If you see the images what are the exact steps to reproduce it? Did you slice and upload for printing or select existing gcode on ser…
-
Assuming you are connected to server, so the connected just means host is connected with server. But if printer is not connected to server you still can not communicate. This would be indicated by disconnected state in server tab. In that case go to…
-
This is something the firmware must handle. Server only sends commands to firmware. Going below z min endstop is normally not possible but the opposite can be done normally, but would require a flexible bed so this does not damage anything. An other…
-
Would be a question to electronic experts, what the cable length changes. GLCD should maybe not use the display port which uses level shifters in between. Also this is good for 5V displays it seems sometimes to also cause problems. The expansion por…
-
Swap motor x and y and try again the combinations. Sounds like you have the one combination that does not fit with both motor configurations.
-
In our online config tool or configuration.h directly.
-
No this is currently not possible.
-
Then I see no problems if port and baud rate are correct. Sure port is the right one? Assume baud rate is set to what works on mac. What happens when you connect? Any messages in log? Connect button getting green?
-
Ok, dev version now has the MPX3 board.
-
Did you run the configurefirst script of host to give you the permissions to connect to serial?
-
I think you should use RepRapDiescount Graphic Display and adjust ui.h to use the right pin numbers if they differ. U8glib is already included in firmware, so do not add it somehow twice.
-
Look earlier in the log. Your extruder seems to trigger the decoupled test. So it is either configured wrong or it heats slower then assumed and you need to increase decouple time for that. Log should show more info at the time decoupling is detecte…
-
M109 always uses computed temperature but not sure on older versions. Since thermocouple and thermistor need different analog inputs, that would be the only thing to change.
-
Yes, looks liek the board. So MPX3 is only nearly compatible. Will add a extra board for it.
-
No. As I said wrong language and don't have the hardware.
-
The new dev version can handle 2 separate serial channels. That way you could communicate to one port with display and main port with a host software. Only in case this would be of any help.