Search found 64 matches

by cooly
Wed Aug 30, 2017 5:02 pm
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

Hello Dan,

With CW and Marlin, how do you know if the motor completes travel? I've seen NanoDLP users are also using patched Marlin to get a notification when a motor runs and stops. At least Grbl has a realtime feedback for this, but could not find the same with Marlin.
by cooly
Tue Aug 22, 2017 10:03 pm
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

I'll look into whether I can use Marlin for 3 axis control with MonoWare. I will post here for any update.
Thanks!
by cooly
Wed Aug 16, 2017 10:47 pm
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

How is the marlin firmware supported version coming along? Hello Dan, I've implemented additional axis using my own firmware, but need more time to make it with Marlin. I'm not an expert on G-code and Marlin implementation, so need to study the firmware first. How do you control your system? Are yo...
by cooly
Thu Aug 10, 2017 7:17 pm
Forum: Hardware
Topic: Mirror choice for DLP Printer
Replies: 1
Views: 8253

Re: Mirror choice for DLP Printer

First surface mirror is standard for scientific application unless you intentionally need to configure the optical path to have both the first and second surface reflections. If you use normal (second surface mirror) without anti-reflection coating on the first(front) surface, you'll lose the light ...
by cooly
Fri Jul 07, 2017 8:51 am
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

Hello Dan, I'm working on a new product now, so it will take some time to update the software for supporting Marlin. Will find a time to do it soon. Regarding extra axis, I will use couple of more motors for my products, so I will try to support those additional motions through Grbl or Marlin. Thanks!
by cooly
Mon Jun 26, 2017 8:23 am
Forum: Resins
Topic: IMMISCIBLE Liquid layer between Resin and VAT window IDEA
Replies: 7
Views: 18390

Re: IMMISCIBLE Liquid layer between Resin and VAT window IDEA

I'm not a patent lawyer, but guess their application should be declined if the patent idea is identical to yours and your posting to general public is earlier than your posting here. It's just an application, but USPTO might approve almost all applications unless there is a clear reason to reject. I...
by cooly
Thu Jun 22, 2017 8:32 am
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

I've quickly scanned the G-codes of Marlin, but there seems no real-time feedback about stepper position. I've used this scheme to track the current position of steppers with my own firmware or Grbl. I may need to study a little more so that support for Marlin may take some time. Regarding time limi...
by cooly
Sat Jun 17, 2017 7:36 pm
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

That's because the feedback message/commands are different between Grbl and Marlin. If you can upload Grbl instead of Marlin, you can check if this is correct or other things make them not working. I may implement the ability of custom code injection between each layer like other control softwares. ...
by cooly
Sat Jun 17, 2017 8:10 am
Forum: Software Forum
Topic: MonoWare Lite - Slicing and control software for resin printers
Replies: 56
Views: 109979

Re: MonoWare Lite - Slicing and control software for resin printers

I've not studied G-codes of Marlin, but basically its commands should be similar to Grbl except some feedback messages from firmware. Do you want to control other than z-axis?