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

Anycubic Photon Printer Owners 造訪社團 » Anycubic

原文網址 J.R. DeJesus
2020-03-25 13:08:54

May as well participate in the contest being held by @anycubic3d my submission is obviously Small Soldiers related. With that said my best Anycubic print would have to be my 4 inch tall Acrher. I personally modeled this guy using zbrush and printed it on the Photon S. Larger guy has a few parts printed on the same machine. # anycubic

也不妨參加@ anycubic3d舉辦的比賽, 我的呈件顯然是小兵相關的. 既然這麼說, 我最好的任何立方體列印都必須是我的4英吋高的acrher. 我個人用zbrush模仿了這個傢伙, 並列印在光子s上. 大個子在同一台機器上印了一些零件. # anycubic

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

Salvatore Daloiso
2020-03-25 19:18:51

Woww

Michael D Showalter
2020-03-25 19:26:22

aw man, I've been looking for an stl set of all the main characters.. your's are great

Tony Shadman
2020-03-25 19:55:30

Amazing work. Any chance you are sharing the file?

Clark Paints
2020-03-25 21:57:28

Gorgonites for the win.

J.R. DeJesus
2020-03-25 23:00:54

Michael D Showalter much appreciated, I hope to offer them for sale once all 13 characters are finalized.

J.R. DeJesus
2020-03-25 23:01:15

Tony Shadman thanks, I do plan on offering them for sale in the future

J.R. DeJesus
2020-03-25 23:01:29

Clark Paints here’s to hoping ?

Richard Thomas
2020-03-26 07:33:21

Still love this film as much today as when I first saw it

J.R. DeJesus
2020-03-26 07:54:37

Richard Thomas I’m right there with ya ?

Steven Parrish
2020-03-26 08:03:50

J.R. DeJesus in the near future I hope. ?

Dan Gump
2020-03-26 11:21:39

This guy looks like Ookla the Mok


原文網址 John Valdes
2020-03-25 09:43:42

Little assistant. Today I tried using my anycubic. Tried to print some weapons for some figures. But did not print. I see the first layer down in the tray. But nothing was stuck on the build plate. What could be the cause? Using anycubic slicer and resin.

翻譯年糕

Brendan Wood
2020-03-25 09:51:39

It's either a leveling issue or not enough time on the Base layer. Relevel the build plate and increase Base exposure by 5 seconds and try again. Repeat until perfect prints.

Anders Scot Hudson
2020-03-25 09:54:02

Also if it’s your first time, the plate may not be down far enough when you set the Z, the paper needs to be more snug than you think...

John Valdes
2020-03-25 11:21:00

Brendan Wood where can increase the base exposure?

Brendan Wood
2020-03-25 11:21:26

John Valdes what program are you using to slice?

John Valdes
2020-03-25 11:21:36

Anders Scot Hudson I will tried it again. Had it tight that paper was real tight

John Valdes
2020-03-25 11:22:15

I have both chitubox and the anycubic one. I was using the anycubic one.

Brendan Wood
2020-03-25 11:31:12

Well first of all I recommend not using the anycubic one. Then in Chitubox, on the right hand of the screen there is a button for Settings. In the middle of the Settings window, there is a Print tab. You can change the numbers in there and press the En ter key to save. If you haven't used Chitubox yet then the numbers might be a little low by default. That was my experience. When doing test prints to find your curing time you can increase the Exposure Time by 1 second and Bottom Exposure Time by 5 seconds to dial it in.

Brendan Wood
2020-03-25 11:31:55

I like this town as my test piece to figure out a resin's times
https://ameralabs.com/blog/town-calibration-part/

John Valdes
2020-03-25 11:32:49

Brendan Wood will try it. I read about sanding the bed plate.

Brendan Wood
2020-03-25 11:33:23

John Valdes i've never done that so I can't recommend.

Bob Deblier
2020-03-25 15:26:48

John Valdes beware of destructive hardware modifications. Only do that if 1) you have exhausted all other possibilities [including releveling dozens of times if necessary] and 2) have visually confirmed with a steel ruler and a light source that your build plate is not flat.


原文網址 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


原文網址 Ether Quanta Deals
2020-03-24 22:50:35

Thirteen of them is printed by AP - Anycubic Photon as Master model.9.999 Gold.

翻譯年糕


原文網址 Kevin Boogaard
2020-03-24 22:38:26

Hi,

Im looking for spare UV led sources for the Anycubic Photon (OG).

I know FepShop have them, but they are expensive wij everything, this part included. Does anyone know where to find them? I need several.

Kevib

嗨,

我在尋找任何立方光子(og)的多餘紫外線led源.

我知道fepshop有它們, 但他們是昂貴的wij一切, 包括這部分. 有人知道在哪裡可以找到他們嗎? 我需要幾個.

凱維布

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

Kevin Boogaard
2020-03-24 23:02:03

I mean the part inside the photon. Not an external UV light ?


原文網址 Felix Flauta Jr.
2020-03-24 22:09:41

Has anyone had parts shipped direct from anycubic lately? The shipping window of a replacement LCD on amazon is April- May (due to replacement of non essential stuff change). Was wondering if anycubic direct has been any better.

Storytime (optional): Had holes appearing in prints and there was no resin on the glass underneath, so I replaced the LCD. My replacement didn't come with a gasket like my previous replacement did. First print turned out great. Second print frame sheared and then my brand new LCD stuck to the vat and ripped out. (I had heat tape down, but it I guess a corner came off and stuck to the FEP).

so RIP to printing for however long.

翻譯年糕

Felix Flauta Jr.
2020-03-24 22:10:09

Guess print downtime = maintenance


原文網址 Pete Frith
2020-03-24 20:21:05

Hi all, I hope you’re all safe and well.

My first few prints with Anycubic Transparent on my Photon S.

They’ve come out printed great, though with a slight yellow tinge. I’m guessing my exposure settings are a bit out?

Any tips or definitive exposure settings for it?

翻譯年糕

Ken Chi Nok Ng
2020-03-24 22:05:03

What's your exposure set to, mine was 6s at 0.05mm and not much better

Pete Frith
2020-03-24 22:40:22

I’m not sure at the moment as my printer setup is away from home and we’re currently in lockdown in the UK.

Christopher Fugate
2020-03-25 01:05:55

All resins will yellow as they cure, its usually just not noticeable unless you have clear or white resin to start with.


原文網址 Johnny Wee
2020-03-24 06:49:16

Praise the lord, attempt #5 worked! Accidentally poured in anycubic white into my siraya blu before I left work. Spent the whole night regretting the error!

贊美主, 嘗試#5成功了! 我下班前不小心把任何立方白色倒進我的siraya blu. 整晚都在後悔錯誤!

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

Jeffery Nelson
2020-03-24 06:54:43

I mix colors all the time. It’s fine.

Johnny Wee
2020-03-24 10:28:50

Jeffery Nelson Siraya blu and anycubic white had pretty different settings, ended up with disastrous results the last time I accidentally used the wrong settings.

Dave Dewees
2020-03-24 16:33:35

Shouldn't be a problem... I've never had failure from mixing resin


原文網址 Cory Lautzenheiser
2020-03-24 06:26:00

Quick question. My print is going to be done in about an hour but i have to go to work. My print will be done and sitting in my anycubic for about 12 hours before I get back to it. Will this be a problem its just sitting there for 12 hours?

翻譯年糕

Jim Nelson
2020-03-24 06:26:33

It will be just fine, don't worry.

Jared Allen
2020-03-24 06:31:50

Yeah, I frequently set prints which finish after I have gone to sleep, they are perfectly fine

Brendan Wood
2020-03-24 06:48:23

That will give it an ample amount of time to finish dripping excess resin that would otherwise be washed away.

Luis Zamudio
2020-03-24 10:53:17

I have a print that’s been done for like 2 months lol I’m not worried about it at all

Cory Lautzenheiser
2020-03-24 12:21:20

Luis Zamudio and its just sitting in the machine?

Luis Zamudio
2020-03-24 12:31:39

yup . On the build plate .had one on there for a month recently with no issues

Cory Lautzenheiser
2020-03-24 12:33:49

Luis Zamudio good to know. Thanks, but I gotta ask.. why is it just sitting there lol

Luis Zamudio
2020-03-24 12:34:56

Cory Lautzenheiser I just get lazy honestly . I have so many other hobbies that I just get caught up with other stuff then I’ll see something 3d printing related and I’ll get all excited about it and continue where I left off lol

Cory Lautzenheiser
2020-03-24 12:37:40

Luis Zamudio haha. Good for you. I have too many hobbies as well.. why wife just loves it (not)

Jason Nielson
2020-03-25 00:36:53

Cory, I leave prints on the plate all the time, for hours with no problem. They only thing I would be worried about would be if sunlight was shining on it.

Cory Lautzenheiser
2020-03-25 02:15:22

Jason Nielson ahhh. Makes sense. Ya i just got to my prints and they were fine after like 12 hours

Jason Nielson
2020-03-25 02:42:39

Cool

Jason Nielson
2020-03-25 02:44:19

Cory Lautzenheiser I just got a replacement printer for my old one that went down. But now there is no IPA anywhere so I can’t print. ?

Cory Lautzenheiser
2020-03-25 06:01:36

Cory Lautzenheiser
2020-03-25 06:02:23

Jason Nielson ive been using super strength mean green and a soft tooth brush. Seems to be working

Jason Nielson
2020-03-25 06:03:14

Jason Nielson
2020-03-25 06:06:19

Cory Lautzenheiser yeah I can’t even find mean green anywhere lol

Cory Lautzenheiser
2020-03-25 08:10:13

Jason Nielson oh jeez, didnt know that was out as well... whats the world coming too?

Bruno L'Archeveque
2020-03-25 08:12:26

No.

Jason Nielson
2020-03-25 08:21:27

Cory Lautzenheiser where did you get yours?

Cory Lautzenheiser
2020-03-25 09:39:08

Jason Nielson umm it was at walmart on hunt highway but i got it at the start of the epidemic.. it may be gone


原文網址 Philipp Seidel
2020-03-24 04:31:46

 

全不選 發文排行