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

Anycubic Photon Printer Owners 造訪社團 » HMI

原文網址 Matty Bulmer
2020-03-28 10:30:05

16 hrs printed with monocure gray .04 laye height 11sec layers 100 sec by 5 base layers. Fixed the stl with blender and meshmixer turned out awesome

翻譯年糕

Alexandre Gilbert
2020-03-28 11:01:58

Oh boy... it's cold around your place... them titties!

Hoghead Hoffer
2020-03-28 11:18:00

Alexandre Gilbert cannons aimed at the ship

Nikola Pijanac
2020-03-28 11:56:30

very nice print

Sjef Blaster
2020-03-28 15:47:22

Great to see it worked out :)

Igor Melnyk
2020-03-28 15:55:41

Wow! Super ! Please modell printer !

Szabolcs Matefy
2020-03-28 16:43:43

Nice! I'd like to see how did you set up the supports!

Matty Bulmer
2020-03-28 17:32:45

Igor Melnyk anycubic photon

Matty Bulmer
2020-03-28 17:33:20

Szabolcs Matefy probably excessive but it worked well

Matty Bulmer
2020-03-28 17:33:43

Sjef Blaster me too cheers again for your help

Szabolcs Matefy
2020-03-28 17:33:52

Thanks a lot!

Matty Bulmer
2020-03-28 17:34:31

Szabolcs Matefy not a problem

Ivan Del Bene
2020-03-29 00:36:33

Very nice ?


原文網址 Harold Reavley
2020-03-25 10:08:32

Anyone recommend a good YouTube for learning how to cut STL's apart in meshmixer?

有人推薦一個很好的youtube學習如何在meshmixer中剪掉stl ' s?

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

Cesar Gil
2020-03-25 10:10:18

Yeah, youtube

Mark Wardle
2020-03-25 10:18:34

this video will show you how to split a model up. joe is using meshmixer to split a model apart so he can use the parts for multicolour printing but cutting up the model is the same https://youtu.be/2V-HiC0q24E

Aris Maragoudakis
2020-03-25 10:20:18

Windows 3D builder works great for this.

Mark Wardle
2020-03-25 10:51:07

yes but you do get a more refined cut with meshmixer if that's what you need. :)


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


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


原文網址 Quinn Mehling
2020-03-21 08:46:32

I got some model files the other day and they are huge. when I import into Meshmixer it crawls like molasses in freezing weather. Chitubox wont load it and Prusa slicer is really slow. Nettfabb wont allow it to upload because of the file size. I just want to hollow and add drain holes but Meshmixer does not like it and that's the only way I know how to reduce it.

Anyone have alternate suggestions? I know its not my computer, I opened multiple other files and no issues.

翻譯年糕

Jim Nelson
2020-03-21 08:59:35

Following, because I have a file with similar issues.

Scott Pavlich
2020-03-21 09:01:18

How large is the file?

Quinn Mehling
2020-03-21 09:03:28

Scott Pavlich one of the files 427.5mb

Quinn Mehling
2020-03-21 09:05:27

All the files in this model are acting like this. Thought maybe something was wrong and tried sending to nettfabb. It won’t accept it because it’s over the 400mb.

Quinn Mehling
2020-03-21 09:30:41

I finally got Meshmixer to crawl through and reduce the file size.
427.5MB > 225.2MB

Hoping it doesn't affect the print resolution, guess I'll have to reduce all the files so it looks the same just in case.

Scott Pavlich
2020-03-21 09:46:06

Quinn Mehling While you’re computer might be fine, many times the weak link is with the graphics card. I’ve had to update all my cad computers over the years to handle ever increasing cad files. Any 3D model is math- intensive so that, RAM, and a fast processor make life a lot easier on large files

Quinn Mehling
2020-03-21 09:50:58

thought about that too, currently running 2, ATI HD5770 Mac editions

probably wouldn't hurt to up them. haven't had too many issues running Zbrushcore or Maya.

Tyron Craft
2020-03-21 11:58:48

Did you solve the problem by reducing the file size? Having the same issue atm

Quinn Mehling
2020-03-21 19:59:33

Tyron Craft I believe so, I had to reduce it quite a bit. The render looks ok but I’m going to print it today on the photon and see how the quality is.


原文網址 Mika Gruszka
2020-03-18 10:17:16

So I hollowed out a print on meshmixer, opened it in photon slicer and sliced it, well it printed with the base half off the plate, and I don't mean that it came off during printing, I mean for some reason it's printing the bottom of the base at an angle. I'll post some pictures of the print in the comments.

Here I have taken the same model, resliced it after adding some internal supports, and the slicing still shows the bottom working at an angle even after adding supports. The base of the mesh model is completely flat to the plate so I don't understand how this is happening.

I'm showing first and 5th layer so you can understand the way the base is creating itself. Mind you, the front of the base is what's printing last and the edge of the front doesn't start until the 9th layer

翻譯年糕

Mika Gruszka
2020-03-18 10:21:06

Mika Gruszka
2020-03-18 10:21:14

Mika Gruszka
2020-03-18 10:21:19


原文網址 Christopher Fugate
2020-03-18 00:06:01

I don't know if its because I finally tuned things in right, or if its just because I switched models, but I'm FINALLY up and running!

First mini print was technically successful, it stuck to the build plate and went all the way through. Lost an arm and a tail due to bad supports, apparently, but at least it worked!

Re-oriented and re-did supports, crossing fingers for a perfect print this time! I'm at least hearing a nice rhythmic thumping of the FEP, so at least I know its sticking!

翻譯年糕


原文網址 James Peterson
2020-03-15 03:10:38

hello collective minds. Need some advice on 3d tools for prepping prints on my photon.
I'm working on an architectural print and some of the parts are only .05 thick, which isn't going to hold up while printing. I could go in an manually edit them but this would take 100s of hours I'm sure. Is there any tool, or method in the common tools (meshmixer, etc) that can auto scan the model and make any walls or planes double the thickness?

A very specific ask I'm sure, and I cant share the model due to legal limits but there's something similar to a fire escape (old style) and the metal plating is whats failing the most as it's only x thick and wont hold up to even a hair's worth of pressure when printing.

thanks in advance.

翻譯年糕

Orlando Von Lowenstein
2020-03-15 13:07:13

Orlando Von Lowenstein
2020-03-15 13:07:44

James Peterson
2020-03-15 13:09:31

Orlando Von Lowenstein
2020-03-15 14:04:50

James Peterson
2020-03-15 14:29:07


原文網址 David McGyver
2020-03-14 14:20:37

TL;DR - What program do you use to do your supports?

OK, so I've been printing for about 1.5 years now. Up until 3 days ago, my workflow has always been MeshMixer for mesh repairs or F360 for my designs, ChiTu for supports and slicing, validator for checking, print.

3 Days ago I had a look at PrusaSlicer for supports, then photon slicer for slicing, and I feel like I'm spending 1/4 the time doing supporting than I was in ChiTu.

I'm geniunely curious what method is most popular for supporting in the community, and if anyone has tried Prusa for supporting and then gone back to ChiToBox or Photon Slicer.

Thoughts brains trust?

翻譯年糕

Christopher Barnes
2020-03-14 14:27:12

Sam Griffiths
2020-03-14 14:41:14

Bob Deblier
2020-03-14 15:02:16

Neal Conway
2020-03-14 15:42:00

Sam Bishop
2020-03-14 16:04:51

David McGyver
2020-03-14 17:15:30

Sam Bishop
2020-03-14 17:17:10

David McGyver
2020-03-14 17:18:05

Aaron Strome
2020-03-14 17:23:09

Marcin Smoliński
2020-03-14 17:28:08

Daniel Holmes
2020-03-14 18:01:27

Billy Pauler
2020-03-14 19:53:49

Chad Elstad
2020-03-14 20:52:59

Warpy Pagan
2020-03-14 21:20:56


原文網址 Arthur White
2020-03-14 14:10:35

Used Meshmixer to make sure it’s a printable solid. ✅
Used Chitubox to hollow and support ✅
Used Photon Validator to prevent islands ✅
But when I sliced with photon workshop I see these triangles that shouldn’t be there. Always have perfect prints, never had this happen to me before.
Thoughts?
maybe corrupt file?

使用meshmixer確保它是一個可列印的固體. 你知道嗎?
使用chitubox空洞並支援 ✅
使用光子驗證器防止島嶼 ✅
但是當我用光子車間切片時, 我看到這些不應該出現的三角形. 總是有完美的指紋, 以前從未發生過這種情況.
想法?
也許是腐敗的檔案?

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

Nicolas Tsagarides
2020-03-14 16:59:39

Maciej Barwicki
2020-03-14 16:59:51


 

全不選 發文排行