Taxus812
Think I actually found a bug with Host connecting to server. Normally its me breaking something. Glad I can start to turn the corner and contribute .
About
- Username
- Taxus812
- Joined
- Visits
- 41
- Last Active
- Roles
- Member
Comments
-
Thanks. I set it up and it's not bad at all. All my slicers that can't talk to Repetier server directly now dump in that shared folder.
-
Thanks. That will do the trick. The more I look into the problem I am finding lots of posts with other platforms. So it is Pi 3 issue I suppose.
-
Then again I could always kill the GUI front end for the touch screen and plug a keyboard into it for testing.
-
I have tried that. When the Wi-Fi goes out, It knocks out the physical ethernet connection as well. This is why I was looking for the ability to add server commands to the front end. So I could use commands like nmcli or iwconfig on the touchscreen.
-
I thought of one way to test this. I can make it AP only and see if I loose the wifi . Do you think that would be conclusive ? Terry
-
Thank you that resolved my issue.
-
Thanks.Its not a fritzbox but it is a Cisco residential gateway. perhaps they have similar issues. I have tried two different Pi 3 boards and two different 2.5Amp Power supplies. Same problem. I have two printers connected via USB to the Pi each ha…
-
Good to know thank you. I would love to know what it was. I was guessing that the printer 2 button was supposed to be greyed out (since it is printing something) but targeted printer 1 incorrectly. Multiple printers sound like a bit of a challenge
-
The new 2.3 version has some nice features and more slicer settings. ( I am looking froward to perhaps seeing them in repetier - host someday )
-
Morning,This has been consistent and I suspect a real bug (normally its all me ) . If you agree please move this to the bugs section Problem: When Repetier Host is connected to Reptier-server with multiple printers attached. Print function is disa…
-
More info. If NO objects are printing everything works as expected. To reproduce the issue you must be actively printing on one printer. If one printer is printing (and the other is not). BANG the print function is greyed out incorrectly. I think …
-
Both printers are online in server.
-
The option to select the printer is greyed out (also in print settings). So I have to disconnect before changing printer. I'm going to muddy the water a but I have been testing further. It is a enable\disable toggle thing. Here are the steps to re…
-
Thanks for the reply. I still get this when I switch printers. The image is what I see when I change printers (it automatically connects) and slice an object. Unless I disconnect and reconnect the print button is greyed out. I can "save to serve…
-
Also why do I see two HE3D Delta 180+ in the drop down. I only have one setup on the server ??
-
I also am seeing this error. 19:26:24.435 : Set output: 42 to 0 19:27:25.128 : Socket Error: An exception has occurred while receiving a message. 19:27:25.129 : Repetier-Server disconnected. 19:27:28.684 : Repetier-Server successfully connected.
-
That was it. I found it in my end G-code. I used the code in the slicer profile located here http://3dprinterwiki.info/wiki/wanhao-duplicator-i3/duplicator-i3-factory-documentation-files/. I must not have imported correctly and then I missed it. …
-
Full G-code was to large to fit. I hope you really only need the header and footer information, so here is the beginning and end of the file. BEGINNING OF CODE generated by Slic3r 1.2.9 on 2017-01-03 at 08:08:07 ; external perimeters extrusion wid…
-
Well I used EEPROM Clear and I have the same result. I cleared eeprom, uploaded my firmware, Performed a G30 (to test), performed a G32 and it was a also a success. Then performed a G33 and the head was driven hard to the back left and I have to …
-
That sounds like a good idea. I will see if I can locate the EEPROM_CLEAR sketch and let you know.
-
I just tried it again. G32 works as expected. G28 works as expected then G33 lowers the head to x0 y0 z3.10.The first position it sends it to is x -73.64, Y 89.96 Z -443.44. and I have to power the unit off. Where is it getting these values from …
-
It is a Delta Kossel with a 180mm bed. Distortion mapping (G33) does not work. that command always attempts to move the print head off the print surface and will continue to until it snaps the rods if allowed. This is regardless of what I set for…
-
Soo close I messed around with that setting but it appeared like it didn't have an effect. So for a starting point on a print bed with a 90mm radius, (the z probe offset of 0,0 and assuming 70%) I could use :#define DISTORTION_XMIN 27 #define DISTO…
-
Ok I'm still lost. G31 works great so does G32. If I run G33 it still tries to measure points off the bed .Here is my configuration.h. Where would I set the points for G33 ? (BTW if I try to use create a bed height map it also fails about half way…
-
Thank You.
-
None of this is actually useful during a print. it is helpful if you are hearing impaired (or watching on a webcam). Visually signaling that something has occurred. (I'm doing it because I am a geek and wanted to see if I could) I should have bee…
-
https://www.facebook.com/groups/makerbot/1021097684674402/?comment_id=1021227221328115¬if_t=like¬if_id=1473122306301281 here it is in action. total geek I know but fun.
-
Thanks that helped a lot. I was using a sensitive pin D0 and D1 . I moved the whole rig to D63,D40,D42 that way I can use a straight 4 pin connector. Works like a charm. adding the M42 commands to scripts in slic3r and repetier. I have red for hea…
-
Set Endstop to here button - Set the bed close in EEPROM, I then move the head up or down to the correct gap. Then hit a button that says adjust endstops to here and it sets the endstop offset for you. (for deltas there would be three x,y,z) Str…
-
One note. In the example above no other corrections are entered (all set to zero or default). Bed is leveled and travel confirmed to be flat. The only change is to the x and y offests for the extruder. #define EXT0_X_OFFSET -500#define EXT0_Y_OFFS…