Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does photonics respect the layer setting in CWS gcode? #351

Open
eminarcissus opened this issue Nov 4, 2018 · 1 comment
Open

Does photonics respect the layer setting in CWS gcode? #351

eminarcissus opened this issue Nov 4, 2018 · 1 comment

Comments

@eminarcissus
Copy link

eminarcissus commented Nov 4, 2018

I'm trying to change a CWS file to modify the delay of some specific layers, in gcode they normally follows with

;<Slice> N
M106 S255
;<Delay> X

where X is the exposure time of current layer, but looks like no matter how did I change that it just won't work somehow.
Since I'm using a third party(close source one) device which using photonic3d as the controller, I'm trying to bushing around the source of CWS file processor and found looks like the handler does not respect delayPatter at all.

So I'm guess no matter how long time is settling in the cws file, it just going to be overwritten by ink config of a layer time, including bottom layer time, which is not modifiable in a programming manner(like to specific or change layer time for some specific layers, 50-100 5s,100-150 2s etc.)

Is that correct? Or am I miss something here.

Any hints would be real appreciated :)
Thx very much

@WesGilster
Copy link
Contributor

We commented out all of the delay for CWS files long ago in commit: 843fc8e. You can use javascript to set the delay times using whatever variables you'd like. It's actually quite a bit more sophisticated than CWS.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants