You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I'm trying to change a CWS file to modify the delay of some specific layers, in gcode they normally follows with
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
The text was updated successfully, but these errors were encountered: