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

Anycubic Photon Printer Owners 造訪社團 » TPU

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


原文網址 Larry McCauley
2020-03-19 08:06:58

Hi everyone. I have a question about Photon File Validator. I have been using auto-support in the Prusa Slicer as I was appalled by what was happening in auto-support in Chitubox! On smaller items there was the odd stray single pixel island but nothing to really worry about. But now I am printing something larger and the amount of islands has naturally increased. I add supports in Prusa, slice in Chitubox and send the exported .photon file to the validator. But now there are more islands and the message "blah blah but nothing can be done." appears.

I return to Chitubox and go to the layers delineated in the validator and for the life of me, I cannot see any islands. I go up a layer, and up a layer but still none appear. I'm beginning to doubt my sanity.

So is it OK to just print with these "islands" in the piece for which "nothing could be done" in the validator?

Obviously, once outputted as a .photon for the validator, I can't send it back into the Prusa Slicer...

Thank you *so much* to anyone who can shed some light on this. It's been driving me spare. I have gone through several YouTube videos but my work is somewhat different from the models used to teach with.

翻譯年糕

Ben James Couey
2020-03-19 08:11:06

Tim Moulton
2020-03-19 08:15:13

Larry McCauley
2020-03-19 08:24:06

Larry McCauley
2020-03-19 08:24:14

Ben James Couey
2020-03-19 08:30:04

Ben James Couey
2020-03-19 08:31:06

Ben James Couey
2020-03-19 08:36:36

Larry McCauley
2020-03-19 08:52:53

Larry McCauley
2020-03-19 09:18:28

Ben James Couey
2020-03-19 09:22:07

Larry McCauley
2020-03-19 09:44:46

Michael Pescuma
2020-03-19 10:17:19

Larry McCauley
2020-03-19 10:44:33

Larry McCauley
2020-03-19 10:50:57

Ben James Couey
2020-03-19 10:53:26

Larry McCauley
2020-03-19 10:58:13

Mario Wessely
2020-03-19 15:56:10

Michael Pescuma
2020-03-19 21:36:03


原文網址 Florian Reil
2020-03-04 04:29:58

Hey folks,
we printed these objects on a an anycubic photon at 100 microns with DruckWege Type D Flex and wanted to share the results as we are really happy with the output of the prints. https://shop.druckwege.de/en/resin/55-139-druckwege-resin-type-d-flex.html#/36-size-05_kg Models used: https://www.myminifactory.com/object/3d-print-bmx-grip-ninjaflex-12909 https://www.myminifactory.com/object/3d-print-transmission-belt-1021 https://www.thingiverse.com/thing:526969

嘿, 朋友們,
我們將這些物件列印在一個100微米的光子上, 帶有druckwege d型flex, 並希望分享結果, 因為我們對列印的輸出非常滿意.
https://shop.druckwege.de/en/resin/55-139-druckwege-resin-type-d-flex.html#/36-size-05_kg
使用的模型:
https://www.myminifactory.com/object/3d-print-bmx-grip-ninjaflex-12909
https://www.myminifactory.com/object/3d-print-transmission-belt-1021
https://www.thingiverse.com/thing:526969

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

Dan Elent
2020-03-04 04:52:05

Florian Reil
2020-03-04 04:53:36

Dan Elent
2020-03-04 04:54:22

Dan Elent
2020-03-04 04:55:03

Florian Reil
2020-03-04 04:55:16

Dan Elent
2020-03-04 04:56:00

Florian Reil
2020-03-04 04:57:48

Dan Elent
2020-03-04 04:59:30

Florian Reil
2020-03-04 04:59:33

Florian Reil
2020-03-04 05:00:56

Saša Sinek
2020-03-04 05:00:58

Dan Elent
2020-03-04 05:01:30

Florian Reil
2020-03-04 05:11:00

Paul Dodd
2020-03-04 05:15:33

Arnar Helgi Adalsteinsson
2020-03-04 06:28:04

Florian Reil
2020-03-04 06:50:26

Mike Chess
2020-03-04 06:57:53

Komet Tou Lee
2020-03-04 07:19:33

Chris Vasquez
2020-03-04 07:31:17

Giancarlo Arriola
2020-03-04 07:40:02

RC Vaporthreedprint
2020-03-04 08:50:37

Patrick Sean Stock
2020-03-04 09:14:11

Marie Stevens
2020-03-04 10:01:31

Dustin Wiebe
2020-03-04 11:41:32

Dan Elent
2020-03-04 13:00:09

Florian Reil
2020-03-04 13:37:36

Florian Reil
2020-03-04 13:42:17

RC Vaporthreedprint
2020-03-04 14:11:57

Tom Sargison
2020-03-04 15:44:24

Damian Jerewski
2020-03-04 16:30:59

Holden8702
2020-03-04 20:23:10

Thomas Weissböck
2020-03-05 04:30:01

Jairo Ledesma
2020-03-05 06:34:03

Dan Elent
2020-03-05 07:05:52

Andrea Bellusci
2020-03-05 07:12:12

Daphinie Clark
2020-03-06 00:25:42

Luis Bivar Ramos
2020-03-07 02:49:12

Antonio Regidor
2020-03-07 04:05:12

Micah Vestal
2020-03-11 13:39:40

Florian Reil
2020-03-11 16:26:51

Florian Reil
2020-03-11 16:27:34

Florian Reil
2020-03-11 21:24:04

Dan Elent
2020-03-11 21:32:46

Florian Reil
2020-03-11 21:35:22

Dan Elent
2020-03-11 21:39:36

Florian Reil
2020-03-11 21:48:12

Dan Elent
2020-03-11 21:55:28

Florian Reil
2020-03-11 22:02:25

Florian Reil
2020-03-11 22:02:42

Dan Elent
2020-03-11 22:06:25

Jen McVey
2020-03-11 22:13:37

Florian Reil
2020-03-11 22:19:30

Florian Reil
2020-03-11 22:20:40

Florian Reil
2020-03-11 22:21:23

Jen McVey
2020-03-11 22:24:19

Florian Reil
2020-03-11 22:28:56

Jen McVey
2020-03-11 22:31:15

Florian Reil
2020-03-11 22:40:46

Jen McVey
2020-03-11 22:45:34

Dan Elent
2020-03-11 23:00:29

Florian Reil
2020-03-11 23:04:17

Dan Elent
2020-03-11 23:10:33

Micah Vestal
2020-03-13 00:49:11


原文網址 Joe Gancher
2020-03-01 07:14:13

Are there any soft pliable resins out there such as TPU in the FDM world ? I need to make a drop resistant case for something a bit bigger than a cell phone.

翻譯年糕

Robert Schulman
2020-03-01 07:20:54

Joe Gancher
2020-03-01 08:30:58

Robert Schulman
2020-03-01 09:46:11

Robert Schulman
2020-03-01 09:47:39

Joe Gancher
2020-03-01 09:49:02

Robert Schulman
2020-03-01 09:55:57

Scott Pavlich
2020-03-01 14:18:28

Joe Gancher
2020-03-01 21:04:31

Scott Pavlich
2020-03-01 21:12:01

Scott Pavlich
2020-03-01 21:14:31


原文網址 Juan Perez
2020-02-04 11:15:25

How squishy is flexible resin? Like tpu squishy or

I want to print phone cases etc...

柔軟樹脂有多麼的? 喜歡tpu squishy或

我想列印電話箱等等...

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

Joseph Daniels
2020-02-04 11:17:39

Juan Perez
2020-02-04 11:18:00

Joseph Daniels
2020-02-04 11:19:07

Kim Deene
2020-02-04 12:05:56

Yasu Tano
2020-02-04 15:55:11

Yasu Tano
2020-02-04 15:55:54

Joseph Daniels
2020-02-04 22:10:54

Mark Wardle
2020-02-04 22:43:22

Matt Hooton
2020-02-05 17:09:08

Luke Mason
2020-02-07 08:55:49

Joseph Daniels
2020-02-07 09:06:41

Juan Perez
2020-02-07 09:16:23


原文網址 Lee Fletcher
2020-01-27 00:46:41

Hi folks, can I ask a favour please? I've mixed up my original Photon power brick with a bunch of others that look quite similar but have different amp outputs (for LED studio lights). Could someone please post a pic of the power brick from original photon, showing the input-output voltage/amps please? The back of the photon itself doesn't seem to say anything other than 240/120V at.

The one I *think* is the anycubic one is showing 12v 6A output. Does that look ok? I also have a 12v 4A one. Both are unbranded and bot fit the photon power port.

Thanks in advance!

翻譯年糕

Lee Fletcher
2020-01-27 00:47:10

James Hendrix
2020-01-27 00:47:37

Lee Fletcher
2020-01-27 00:47:43

Lee Fletcher
2020-01-27 00:48:18

Simon Leclerc
2020-01-27 00:51:53

James Hendrix
2020-01-27 00:57:54

Lee Fletcher
2020-01-27 01:05:13


原文網址 Audrey Col
2020-01-20 15:43:34

Hi guys. I am a Photon S owner, but I believe this can be answered also by normal Photon owners.

I am currently testing different options, to see what allows me the best setup for what I want. I am testing most of all so there is no need to advise me for one in particular.

I would like to know something about the official Anycubic slicer. I am using the latest version which they say can output files in .photons, which I'm using because I didn't update my Photon S since I got it in october and it wasn't locked to .pws.

How do I tell it to save in .photons (or .photon for Photon owners) please ? Here I have this option, and during slicing I have progress bars for the different formats, BUT it only saves as .pws in reality. I don't have a .photon or a .photons file in my folders when the progress ends.

Thanks for the help.

翻譯年糕

Casey Frank
2020-01-20 15:47:19

Audrey Col
2020-01-20 15:58:25

Casey Frank
2020-01-20 15:59:32

Pierre Eichel
2020-01-20 16:06:22

Audrey Col
2020-01-20 16:07:49

Audrey Col
2020-01-20 16:08:02

Tay Chauhan
2020-01-21 01:51:20

Audrey Col
2020-01-21 01:52:09

Tay Chauhan
2020-01-21 01:53:49

Audrey Col
2020-01-21 01:56:22


原文網址 Lee Harry Harrison
2020-01-14 03:33:50

Well I finally have a chance to set up and try and print for the first time. And nothing.
No matter which slicer, or file format I output nothing prints. . photon files say unknown format, as do .pws. .photons says done immediately and then raised bed to crash into the top of z axis.
Is this a firmware issue?

Next question... I've downloaded and followed the instructions for firmware update. And nothing. It ignores the files on boot, and if I select them once loaded just says unknown file type. Any advice?
Thanks

翻譯年糕

Paul West
2020-01-14 03:37:06

Kovács János
2020-01-14 03:39:46

Paul West
2020-01-14 03:42:51

Lee Harry Harrison
2020-01-14 04:21:55

Paul West
2020-01-14 04:26:12

Lee Harry Harrison
2020-01-14 05:34:39

Lee Harry Harrison
2020-01-14 05:43:31

Paul West
2020-01-14 06:00:48

Gaze Hound
2020-01-15 02:52:58

Paul West
2020-01-15 04:39:39

Paul West
2020-01-15 04:43:00

Vinicius Silva
2020-01-15 04:45:36

Gaze Hound
2020-01-15 05:00:10

Paul West
2020-01-15 05:02:14


原文網址 Chris Koonce
2020-01-09 00:21:56

Hey! I see this come up a bunch here and I wanted to share my experience.

I spent several years developing LED strip lighting products.

Standard white LEDs use 480nm Blue Diodes and Phosphors, which take blue light and convert it to yellow and green to make White light.

480mm is the standard blue diode, royal blue/deep blue leds are available but their output is much dimmer so they are not used to make white LEDs (less efficient) or RGB LEDs (difficult to match diode brightness).

All diodes are slightly different, in terms of wavelength, output, temperature, voltage, etc.

Despite what the Google Images searches will show, 480nm LEDs DO have output all the way down to UV (although not much). The curve is more like an asymptote.

You don't need a Spectral Irradiance Meter to test this just turn on any RGB strip to blue and you will see fluorescence.

Do your White Task/Desk/Work LEDs have enough UV to cure resin? IMO, maybe, depends on the resin sensitivity at higher wavelengths and the intensity of the lights.

Is it better than fluorescent or sunlight? Absolutely.
Just something to keep in mind.

(Edit for clarity maybe)

翻譯年糕

Brian Millar
2020-01-09 00:27:16

Péter Farsang
2020-01-09 00:32:36

Nathan Carter
2020-01-09 01:06:51

Chris Koonce
2020-01-09 01:12:37

Nathan Carter
2020-01-09 01:15:29

Paolo Maurini
2020-01-09 01:20:24

Nathan Carter
2020-01-09 01:22:59

Ray Sears
2020-01-09 01:59:46

Jennifer Carter
2020-01-09 02:01:38

Nathan Carter
2020-01-09 02:02:22

Josh Shedaker
2020-01-09 02:03:28

Jennifer Carter
2020-01-09 02:42:26

Sheldon White
2020-01-09 09:39:48

Gerard Hurles
2020-01-09 12:26:43

Serin Jameson
2020-01-09 12:43:48

Chris Koonce
2020-01-11 21:52:05


原文網址 Adam Scaramella
2020-01-03 07:18:53

So still having some problems getting a print. I basically get a disc of resin. Based on the suggestions I have gotten here, I have confirmed levelling and balancing (using the 3DPrintFarm video recommended) and checked that the FEP is tuned to 315.

Still no joy. What's next on this troubleshooting path? (I'm convinced the problem is PEBCAK) I know there's settings I can tweak within the slicer software...but any tweaks I make would be shooting blindly...is there a good resource to read up on what each setting does and how adjusting affects output?

翻譯年糕

Luke Pettit
2020-01-03 07:20:03

Adam Scaramella
2020-01-03 07:21:42

Jarin Udom
2020-01-03 07:40:43

Jeremy Babcock
2020-01-03 07:45:12

Adam Scaramella
2020-01-03 07:51:12

Jarin Udom
2020-01-03 07:52:12

Adam Scaramella
2020-01-03 07:56:45

Eric Boaen
2020-01-03 10:03:56

Adam Scaramella
2020-01-03 15:49:13


 

全不選 發文排行