area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
133 stars 112 forks source link

Print .cws file failed #284

Closed vzex closed 7 years ago

vzex commented 7 years ago

the Status: Failed Your printer configuration isn't capable of this feature and log files: LogBundle.zip The printer just stop after lift up and lift down, and i can't find out the reason

vzex commented 7 years ago

btw,my machine is a lcd dlp printer, and when i test a cws file to print, the lcd screen can be light up(M106 S255), but there is no render pic on screen,so I just wonder whether this host can support this kind of printer?

WesGilster commented 7 years ago

It looks like you were trying to print a file called: ship.cws. Could you attach the gcode file that is contained in the cws file? That would help me fix this issue. By the look of the code it looks like you have a blank line after the following gcode: M106 S255.

If you could confirm that, I could fix the bug quite easily and write a test for the situation. As a temporary fix, you might be able to remove the line yourself in Creation Workshop and recreate the cws file. Although I would still like to fix the problem because my gcode parser should not be that picky.

vzex commented 7 years ago

I'll upload this file later, and there's another problem, the screen doesn't show any pics during printing, and my printer has a resolution of 2560*1440 lcd connected with pi through the hdmi,Is there any reason cause this?

WesGilster commented 7 years ago

When you say "the screen" doesn't show any pics while printing. Do you mean that it doesn't show up on the lcd screen or it doesn't show the printed picture on Photonic3d itself, or both?

WesGilster commented 7 years ago

If it shows up on Photonic3d but not on the LCD printer screen you probably have a screen config issue on the pi.

vzex commented 7 years ago

I mean, doesn't show the printed pic,and I upload a .cws here,It's not the original file I used, because it't at home now, so I made a new slice using the same stl file(the slice configure is more or less the same), you could check whether this file can use.

WesGilster commented 7 years ago

"Doesn't show the printed pic" is an ambiguous statement and doesn't help me to determine whether you can't see the picture on the Photonic3d html page, the printer's LCD screen or both of them. Depending on how you answer that question, the solution could be this: https://forum.photonic3d.com/t/upgraded-to-1-0-5-no-longer-able-to-print-cws-files/73/10?u=wesgilster

I've replicated your other problem, built a test and a dev release should be available in the next few minutes: image

vzex commented 7 years ago

Ok, i'll talk aboue the screen problem later, so , is the .cws problem solved?

WesGilster commented 7 years ago

Yes, fixed yesterday in the dev Repo, but it is not in production Repo yet.

Thanks, Wes G. On 11/10/2016 7:51 AM, vzex wrote:

Ok, i'll talk aboue the screen problem later, so , is the .cws problem sloved

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/area515/Photonic3D/issues/284#issuecomment-259694543, or mute the thread https://github.com/notifications/unsubscribe-auth/ACT_NBICxsLGYsXR7n-NvJeVKquUUfbbks5q8yFhgaJpZM4KtpmI.

vzex commented 7 years ago

So I could use the "Latest development" to re-install it ?

WesGilster commented 7 years ago

Yes, but keep in mind that every time you reboot your pi, it will attempt to reinstall from production which will wipe out these changes until the changes are promoted to production. I'll see if I can get that done today.

On 11/10/2016 8:04 AM, vzex wrote:

So I could use the "Latest development" to re-install it ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/area515/Photonic3D/issues/284#issuecomment-259697419, or mute the thread https://github.com/notifications/unsubscribe-auth/ACT_NK4mK7To7Sx-2zOdEZaKU62c7YKOks5q8yRSgaJpZM4KtpmI.

vzex commented 7 years ago

OK, you're so sweet!

vzex commented 7 years ago

image hi, here is the second question, I setup the machine just like this, without choosing "Projector Serial Port",because I just want the pic render to pi's hdmi port(I think this looks like in creation workshop).After setup the printer started, and just show nothing on screen during print.So did I choose the right option?(leave the Projector Serial Port blank)

kloknibor commented 7 years ago

Yes you don't need to set the serial port for the projector. This is only useful if you have connected your projectors serial port to the USB on the raspberry pi. When you to this you would be able to do things is powering your projector on and off, getting bulb hours etc.

vzex commented 7 years ago

image 20161110_232956 Now my printer behavior like this, during my test, the lcd just looks like the projector control(Show Blank) in windows's creation workshop. If i connect the printer to the pc use creation workshop, the printer works fine.And I can't control the projector in the webpage either. image I just want to make sure it's the photonic3d's problem, or my pi' config problem?

WesGilster commented 7 years ago

You shouldn't be able to control the projector or detect a projector because you don't have one. Projector controls are things that Kloknibor was talking about querying bulb hours and auto power controls. Since you have an LCD screen things just work "automatically" There really isn't much Photonic needs to do. Have you tried to show the grid screen? If the grid shows up, then you know Photonic can show something on your screen.

vzex commented 7 years ago

Yeah you're right,it's my problem

WesGilster commented 7 years ago

I wasn't implying it was "your" problem. I was trying to determine the source of the problem. Are you sure you don't need further help on this issue?

vzex commented 7 years ago

yes, after I did some tests, I found the screen works well with a small resolution, then I realized it's a setting problem of /boot/config.txt.

vzex commented 7 years ago

If I have other questions, I'll open another issue, thanks for your patience