brucehvn
About
- Username
- brucehvn
- Joined
- Visits
- 62
- Last Active
- Roles
- Member
Comments
-
I had the same problem with Marlin 2.0.5.3. The workaround listed by the others worked for me. Running standard Mega with RAMPS.
-
It can run smoothieware, but it also can run Marlin 2.0. The instructions are similar in that you start by hooking the board up to the computer where The SD card on the rearm board shows up as a mass storage device and you use platform IO or someth…
-
Yup, that fixed it. But I was using gyroid infill, which should be supported. But changing that to rectlinear in the values.xml file took care of it. BTW, the proper path on my installation was: ~/.mono/registry/CurrentUser/software/repetier/sli…
-
Ok, it will be awhile before I get this mill built, but in the meantime, I believe I saw GRBL has an emulator on their website that I can install, so I will play with that a little bit and see how it sends responses, etc.
-
I wanted to run this a few days to be sure, but so far after several cycles, the webcam is working normally after I had to re-add it under 0.90.0 and then upgraded back to 0.90.1.
-
After I downgraded to 0.90.0 and re-added my heated bed as described above, I then re-installed 0.90.1 and the heated bed configuration seems to have remained and is working properly showing the temperature and the status of the bed. Could it possi…
-
brucehvn said: I'm experiencing the same problem. I use mjpg_streamer that I compiled back in 2016 and start and stop it manually. It's always worked fine with RS. I just upgraded to 0.86.2 and have the same problem as the OP. The stream …
-
I downgraded back to 0.90.0 and re-added the heated bed configuration. It now shows up in the upper right area of the web UI, and I can select one of my presets, but it's not showing me that the bed is on or the temperature. The bed is heating up …
-
I'm having the same problem with the 0.90.1 update. It seems to have lost my configuration for the heated bed. Doesn't show up in the UI as available for setting temp, etc. I looked at the XML config file and the heated bed section is mostly blan…
-
I'm experiencing the same problem. I use mjpg_streamer that I compiled back in 2016 and start and stop it manually. It's always worked fine with RS. I just upgraded to 0.86.2 and have the same problem as the OP. The stream works fine in the brow…
-
WOO HOO! Success. I commented the busy response line in marlin.xml as you suggested and everything worked as expected. I ran the print job twice (letting everything cool down in between) and it waited on both the M190 and M109 commands. Even wh…
-
Ahh, interesting. I just finished the Windows test. Although, a little interesting in Windows was that on the first run, I did see it stop and wait for the M190, but on the M109, it generated the timeout messages again. On the second run, it didn…
-
BTW, I'm using the armel version since I have libc version 2.15.
-
Ok, this is interesting. Running the test gcode again, it looks like RS is trying to do ping pong mode correctly now. But it still doesn't wait on the M190 or M109 commands. Here's what it looks like to me is happening: 1) Each line of gcode is …
-
I just installed 0.85.2 and will run some tests. Do you think slowing down the serial communications might have some effect? Do you think the problem is that because it doesn't seem to stop at the M190 command and because it won't get an OK until …
-
Here is a link to my printer configuration. https://drive.google.com/open?id=0ByWKg0tckgv2ZnJNaXdqdWJ2aTQ I ran a test where I pre-heated the bed to 80, then ran that same gcode. It did return immediately from the M190, and when it hit the M109 f…
-
It's the armel version. It's running on a pcduino2 board that has Linaro 12.10 as the OS. Welcome to Linaro 12.11 (GNU/Linux 3.4.29+ armv7l) * Documentation: https://wiki.linaro.org/ I'll get you the configs later today. Any idea why ping pong …
-
Ok, here is the gcode. I turned on ping pong mode, but it still looks like it's doing the exact same thing. Does that have anything to do with advanced ok being turned on? I tried restarting the RS service, but it still wouldn't wait for anything…
-
Turned on advanced ok. From what I can see all the Ok's are coming back, but after the M190 to set the bed temp and wait, Marlin doesn't send the ok until the bed has heated up which I think is correct, isn't it? If it was an M140, it would return…
-
I installed 0.85.0 and it appears the same problem is there. Although, it looks like maybe my test gcode might have printed ok as from the log file it appears that RS maintained all the lines that didn't actually make it through while the printer w…
-
I commented out the capability check for autotemp as you described above, but it had no affect on the problem. Ran a sample gcode that prints one layer with no extrusion (dry run) and it still blasted through the temp commands without waiting. I …
-
What I thought might be causing issues was the auto temp reporting which is controlled by M155 S0/S1. That makes it so that client software like RS/RH doesn't have to do the M105 queries as Marlin auto sends the temperature values at all times. It…
-
Here's the link to my Configuration.h/Configuration_adv.h https://drive.google.com/open?id=0ByWKg0tckgv2YU9oak54aWhCNm8
-
Thought I was on to something, but I guess not. So, in actuality, your 2 line gcode didn't show that printing was complete until the bed was heated up to temperature, but it didn't stop issuing the commands at the M190. The progress bar in the UI …
-
Here is the log from running a gcode file with the two commands you requested earlier. The UI showed it completely printed in just a couple seconds and the bed continued to heat after it was done. < 23:22:05.276: N13 M532 X0 L0< 23:22:05.277…
-
So last night, I stripped down the gcode file I was trying to print to just one layer and removed all the extrudes, just to see what would happen with and without the BOM (just to rule that out). I got the same behavior. I'll post some of the begi…
-
Do you think that BOM might be causing an issue: N111 ; generated by Slic3r 1.2.9 on 2017-06-21 at 00:59:48 Normally it looks like RS doesn't send comments to the printer, but in this case it's sending this line along which is probably generating t…
-
This is using a pcDuino2 board and the armel version of RS. The firmware is Marlin 1.1.0 RCBugFix branch. I only had the "Commands" switch on, not "Ack". Here's the beginning of the log from the last attempt: < 23:27:32.431: N1622 ; generated…
-
I'm just trying to print from the UI for the first time since upgrading to .80. I've been printing from SD card because I've been trying to track down other problems. After I started the print while the bed and hotend were heating, I saw similar e…
-
I would suggest making the same webcam in the right sidebar available on the commands tab as well. When it's doing auto bed leveling, I want to see the values output in the console, but would like to watch it at the same time. If I switch to the w…