Page 1 of 1

Scripts not reading variables

Posted: Tue Nov 20, 2018 6:00 am
by cj.bravo
Hey,

so i've this script for example:

;announce new layer <[layer_num]>
;---
M756 S1
M790 ;execute any new layer actions

---

but [layer_num] stays the same way and not reading the layer numer.

in Slic3r the readings are fine...

what changed?

Re: Scripts not reading variables

Posted: Tue Nov 20, 2018 4:03 pm
by dkightley
The slicer software. You've changed from Slicr to Simplify3D!

You have specified something that is specifically designed in Slicr.........and S3D knows nothing about the variable at all! Its as simple as that!

Have a read of this thread: viewtopic.php?f=8&t=1959

The variables that S3D use are whatever you see in square brackets.....and the only script the can be used in is the heading of the paragraph/section they appear in.