• COSPLAY 3D 建模
  • 3D列印服務
  • #maker+t=market
  • 1
  • 2
  • 3

Anycubic Photon Printer Owners 造訪社團 » CLI

原文網址 Daniel Kottmair
2020-03-29 19:10:05

Here's a hint: if liquid resin seeped into your tools (clipper etc) while clipping off supports and got them somewhat stuck and no IPA or greasing treatment helps, try pouring some acetone over it and excercise them! My spring-opening clipper opens again now!

這裡有一個提示: 如果液體樹脂滲入你的工具(剪貼器等), 剪斷支撐並讓它們有點卡住了, 沒有ipa或潤滑劑治療有幫助, 試著把丙酮倒在上面, 然後把它們挖出來! 我的春季開啓剪刀現在又開啓了!

· 查看原文 · 為此翻譯評分

Angus Sanders
2020-03-29 19:12:22

Aceton will break thr resin down.

Daniel Kottmair
2020-03-29 19:14:17

Angus Sanders good to know. Apparently even cured resin, cause the IPA did NOTHING here, so it must've already cured..

Angus Sanders
2020-03-29 19:36:12

Daniel Kottmair yea just leave it to soak, takes a bit of time but it breaks it down.

Daniel Kottmair
2020-03-29 19:40:54

Angus Sanders IPA? I tried soaking for hours to no effect..

Angus Sanders
2020-03-29 19:43:35

Daniel Kottmair no leave it soaking in acetone. IPA doesn’t do anything really


原文網址 Damo Bradshaw
2020-03-26 13:36:00

Hey friends, got a weird problem with my og photon and wanted to see if anyone had encountered it recently to save me some time before I tear the thing apart to find the cause.

On starting a print with initial layer cure of about 60 seconds, the plate lowers into position and the unit starts beeping every second like it was cycling through the layers. The problem is that it's stuck on the first layer and just keeps cycling that image.

翻譯年糕

Mike Michaels
2020-03-26 14:18:02

Have you tried to print something else and it does the same thing?

Giliam Oranje
2020-03-26 14:21:25

This happened to me only with the original USB that came with the machine. Once replaced it was over. But you are probably using a new one already...

Damo Bradshaw
2020-03-26 14:23:19

Mike Michaels yeah, different prints and still occurring unfortunately


原文網址 William Lui
2020-03-26 12:11:16

Photon zero here. Anyone seen this before? I don't see a preview of the file anymore and when I click to print it says, "Failed to open file!" I thought it was bad USB drive first, so I got another one that I know is good and tried, same thing. I was just printing last night.

翻譯年糕

Ken Chi Nok Ng
2020-03-26 12:52:57

Happened to me few days ago, I turned it on and off few times and it suddenly reads properly again since ?

William Lui
2020-03-26 12:56:06

Yes turning off and waiting for a few minutes fixes it.

William Lui
2020-03-26 12:56:12

I think I may have fixed it. The newest file was crashing the software. So unplugged and turned back on. Loaded the original Photon cube file, loaded fine.

My file was only 595KB, sliced at 0.1mm layer height. So not very large file. Then resliced at 0.075mm layer height, file size 768KB. That file
worked.

Appears to have a minimum file size limit.

Tyler Cox
2020-03-26 13:02:06

One of your files has a duplicate model overlapping. Delete all and remake.

Bob Deblier
2020-03-26 20:57:29

Best to only slice in multiples of 0.01mm. Search for 'microstepping' for an explanation why.

William Lui
2020-03-26 21:39:27

Bob Deblier 0.1mm is 10x 0.01mm, so it is a multiple

Bob Deblier
2020-03-26 21:40:15

William Lui but 0.075 isn't.


原文網址 陈亮
2020-03-25 16:19:32

點擊可展開 Calabrese Dental Clinic triangle-down triangle-up share 分享 你好像無法播放這段影片。如果是的話,請重新啟動瀏覽器。 關閉 Andrà tutto bene Calabrese Dental Clinic 張貼 追蹤 取消追蹤 4,507 次觀看 4,507 次觀看 Calabrese Dental Clinic 說這專頁讚 3月14日下午11:00

Il nostro Fabius Fabius e il suo piccolo Mattia studiano e ci mandano un grande messaggio: andrà tutto bene! # lontanimauniti

翻譯年糕


原文網址 Sol Aris
2020-03-25 08:02:01

Hi folks!

I did a little programming over the weekend and now I would like to share the results with you.

What it is about

I have extended the awesome Photon File Validator Tool from Photonsters by the import of Prusa SL1 file format, so that the files generated by PrusaSlicer can be read in directly, without detour via ChituBox or other slicers that support .photon file format. Additionally I have implemented a Print Host, which pretends to be a Prusa SL1 printer to PrusaSlicer, so that the file can be sent to the Photon File Validator with one click, without a roundtrip via file system.

Motivation

The PrusaSlicer is - thanks to its excellent algorithms for auto-alignment and auto-support - very popular among Anycubic Photon users. Unfortunately, the currently common pipeline for print preparation is very cumbersome. Normally it works something like this:

1. Open the model in the MeshMixer or similar, hollow it out, put drainage holes in it and save it again.
2. Open the model in the PrusaSlicer, align it, generate support and save it again.
3. Open the model in ChituBox, adjust print parameters, slice and save.
4. Open model in Photon File Validator, correct errors and save.
5. Print

Even once, it's already time consuming. But if it turns out that there are still unsupported areas (and usually you will find this in the Photon File Validator, that's what the tool is for), you have to start from step 2 again. The whole open/save orgy over dozens of programs is very time consuming and just not fun. I wanted to change that.

Thanks to the new features in PrusaSlicer 2.2+ an external program for scooping out and drilling is no longer necessary, the slicer can do that by itself now. And thanks to the SL1 import into Photon File Validator you can do without proprietary slicers as an intermediate step, so it reduces the pipeline as follows

1. Open the model in PrusaSlicer, prepare it completely and transfer it to the Photon File Validator with a click on "Send to Printer".
2. Correct any errors in the Photon File Validator and save the .photon file.
3. Print

If there are some unsupported areas, simply switch to the PrusaSlicer window, fix the problem and click on "Send" again. This will reduce the time needed significantly.

Warning / Disclaimer

The software is still beta, and may contain smaller (and possibly larger) bugs. I do not take any warranty for functionality, possible damage to the printer etc. USE AT YOUR OWN RISK.

Installation

Currently no installers are provided. You need an installed Java-Runtime in version 11 or later to run the program. Download the JAR file and start the program with java -jar PhotonFileValidator.jar from the command line.

The complete source code (only necessary for developers) can be downloaded from my GitHub repository.

Usage

1. Start Photon File Validator with java -jar PhotonFileValidator.jar from the command line

2. The main window opens.

3. In the main window, click on Settings The setup dialog opens.

4. Make sure that "Print Host Settings / Current State" shows "Print Host is Running". If a problem occurs, change the port and restart the Print Host.

5. Under "Print Host Settings / Output directory", select the directory where the generated .photon files will be saved.

6. Click the button "Show PrusaSlicer settings" and follow the instructions to set up PrusaSlicer.

Basically you only need to adjust two entries in the default Prusa SL1 printer profile:

1. Set gamma correction to zero. This disables the anti-aliasing in the PrusaSlicer, as the anti-aliasing settings cannot be applied at the moment. However, this is not a limitation, as the built-in calculation in the Photon File Validator provides much finer control over the anti-aliasing settings. The import of gamma correction values is the next item on my TODO list.

2 (Optional) In the "Print Host upload" section, set the "Hostname, IP or URL" field to "http://localhost:8080" (or the port number you set). This setting allows you to send the file to Photon File Validator with one click after slicing, without having to save and reopen it.

----------------------

Link Jar file: https://github.com/…/…/out/artifacts/PhotonFileValidator.jar

GitHub Repository: https://github.com/3ddc-solaris/PhotonFileValidator

翻譯年糕

Alex Engbæk Christensen
2020-03-25 08:26:37

Se lige her Steffen Andersen

Georgio Chloe
2020-03-25 14:04:11

Bo Nørgaard
2020-03-25 20:39:12

Thanks for making the Validator even better...

David Collinson
2020-03-25 20:40:30

Thank you for your great efforts Sol!

Robert Jeppesen
2020-03-25 22:20:32

You are the most amazing person alive! At least until I find something else shiny. But seriously, this is awesome, thank you.

Christopher Fugate
2020-03-25 22:51:32

If you're updating the Validator, are you taking requests?

Because the ability to flick up and down between layers while in the zoom-in mode would be hella handy.

Bo Nørgaard
2020-03-25 22:57:22

Christopher Fugate add your request to the GitHub, there are a small group of people who are currently improving the application.

Mimmo Lagonigro
2020-03-26 00:37:20

Thank you! Good work

Kyle McPherson
2020-03-26 03:25:38

Great

Sol Aris
2020-03-26 04:22:33

Many thanks to all for the positive feedback. I've been busy printing for a couple of days now and so far every print has been successful.

As soon as I have implemented the gamma correction and cleaned up the code, I will make a pull request so that the changes are included in the main branch.

Robert Jeppesen
2020-03-27 09:38:07

Sol Aris Any idea what would cause this, or more importantly how to fix this?

Sol Aris
2020-03-27 10:32:24

Robert Jeppesen You need a newer Java version. The program runs from version 11, the error message says that you have Java 8 installed.

Robert Jeppesen
2020-03-27 10:32:55

Ok, thanks


原文網址 Charles Lease
2020-03-23 22:09:23

Ok, trying my first big print. have some questions -

Open in prusaslicer - right click - optimize orientation. Done

Add supports - i seem only to be able to auto add support in prusaslicer by slicing, which then makes an SL1 file, which chitubox can't open.

What am i doing wrong?

翻譯年糕

Alex Rallis
2020-03-23 22:11:03

You need to export the file with supports and it will create a new stl file. Open that in slicer of choice.

Charles Lease
2020-03-23 22:11:53

i can only export as a *.sl1 file, which chitubox can't open.

Paul Soucy
2020-03-23 22:12:39

Export as stl with supports

Alex Rallis
2020-03-23 22:13:10

Charles Lease under file there is a export with supports choice

Charles Lease
2020-03-23 22:13:56

export with supports is grayed out. and no supports show on the model. but pad/supports show on the right...

Charles Lease
2020-03-23 22:14:51

Alex Rallis
2020-03-23 22:14:59

I believe once you have supports showing the choice will be available.

罗西晟
2020-03-23 22:15:06

When in Prusaslicer, select what you want to Support, then on the left at the bottom you can select supports.
You can auto support or add manually. remember to select apply if you do manually.

Then the supports should be visible, you can choose file -> export -> export plate with support.

罗西晟
2020-03-23 22:15:26

Charles Lease there are no supports added yet.

Alex Rallis
2020-03-23 22:16:02

Charles Lease
2020-03-23 22:16:40

that's what i was missing, it was processing and i dind't realize it. thanks!

罗西晟
2020-03-23 22:17:06

the supports are not yet on your model

Charles Lease
2020-03-23 22:17:15

this communit is the best! it was slicing to create supports and i was impatient/didn't see the processing bar. took it only like 5s...guess too much coffee this morning...

Alex Rallis
2020-03-23 22:17:21

Alex Rallis
2020-03-23 22:18:31

Xi-Sheng Luo lol thanks, i was sending the pic for the poster.


原文網址 Pico Elgin
2020-03-23 07:33:31

What is happening here? Some supports don't form on the base - it's absolutely clean. Then, about 1/3rd the way up, they appear. I'm inclined to think it is a Chitubox problem of not forming them, because there isn't a trace of them on the base. What is the opinion of our group? Thanks.

翻譯年糕

Matthew Overbeck
2020-03-23 09:53:13

Mine did that the other day as well. Also using chitubox but then again dozens of others did not. No idea what made that one special. Sorry the only thing I can give you is you are not alone.

Pico Elgin
2020-03-23 17:39:54

I have had another failure; with the back half of the model; so I sliced it a second time in Chitubox and will report here in 6 hours if the print is successful. Sooner if it fails.

André Nettermann
2020-03-23 17:43:49

had the same issue too. listening in

Pico Elgin
2020-03-23 21:54:26

72% finished and I can tell that there are several "slices" taken out of the supports and model body. I'll post an image when the thing is finished.

Uriah Redden
2020-03-23 21:55:21

following


原文網址 Daniel Weatherhead
2020-03-23 06:28:45

Quick question for you all. How do you dispose of your resin waste as in tissues, gloves anything like that. I’m guessing you have a separate bin and then take that bin to a recycling centre to the chemical part?

翻譯年糕

Fred Bey
2020-03-23 06:46:31

I have a plastic box any resin contaminated stuff goes into. When it's about halfway full, and it's sunny, it gets set outside. Then I mix it up a bit so the sun hits everything for a while. Then I just toss it in the normal trash.

Daniel Weatherhead
2020-03-23 06:49:51

Fred Bey that’s a good idea, think I’ll try that.

Stefan Giudici
2020-03-23 06:55:19

I take everything to the hazmat disposal site once a year or so

Jeremy Babcock
2020-03-23 07:01:38

That’s great to bring up the tissues. Been wondering what everyone does with theres ?‍♂️

Phez Darryn Stanmore
2020-03-23 16:07:56

Lots of sun light, turning it every now and then like tilling a field crop. Once it's all set I bag it and put it in the bin

Ben Fairbank
2020-03-23 21:29:42

I set it under my cure light for a day and throw it away.

Russell Beer
2020-03-23 22:49:49

Burn them!

Christopher Fugate
2020-03-24 02:43:55

The stuff is harmless when cured. Just set your tissues and the like out in the sun, let it cure, then toss in trash.


原文網址 Steven Nichols
2020-03-22 06:59:06

Is there a ‘right way’ of putting the lcd screen onto the motherboard? I’ve just changed my motherboard. Pretty sure I put it in right (pushed the screen cable in and felt it ‘click’ anyway I turn it on and do a screen test and this happens. I then update it and try the screen test again and it has no effect

翻譯年糕


原文網址 Johnny Wee
2020-03-21 17:33:37

Need help with something! I have a file here with an back part that seems to have no thickness, so I was hoping to cover it up by making it solid on Meshmixer. However, the whole file seemed to become "jagged" once I clicked on the option and quite a lot of details (like the eyes) seems to be lost. Is there anything that can be done to make the thin shells solid/ have thickness while not losing any detail?

需要幫忙! 我這裡有一個背部部分似乎沒有厚度的檔案, 所以我希望通過在meshmixer上扎實來掩蓋它. 但是, 一旦我點選這個選項, 整個檔案似乎變得"堵塞", 而且相當多的細節(像眼睛)似乎遺失了. 有甚麼可以做的事情可以讓薄殼堅固/厚度, 同時不丟失任何細節?

· 查看原文 · 為此翻譯評分

Sjef Blaster
2020-03-21 17:35:32

You could select the edge, then smooth out that selection, erase (you loose a little bit of the edge, and then have the inspector close the hole.

Johnny Wee
2020-03-21 17:42:01

there's a inspector function in meshmixer? Sorry, newbie user here

Sjef Blaster
2020-03-21 17:53:04

on the left click Analysis, then select inspector, it will show some coloured balls, the pink ones are floating non attached parts, bleu is open holes, red is open hole but could create non manifold fix.

Sjef Blaster
2020-03-21 17:55:20

Meshmixer is not the most intuitive program to use, but watching lots of Youtube vids can really help, the best are the ones with dental fixtures, search " meshmixer dental"


 

全不選 發文排行