Where's the specification for conditional G-code?
I have used some custom G-code on my Prusa Slicer software like:
M104 S{235 - (5 * int(((layer_z -1.5) / 10)))}
(This is for my temperature tower.)
But when I started to search the specs for these codes I've got stuck. Though I found some information (like https://github.com/prusa3d/PrusaSlicer/issues/438 and https://forum.prusa3d.com/forum/original-prusa-i3-mk3s-mk3-software-archive/slic3r-1.38.3-1.38.2-prusa-edition-beta-testing-2/#_ga=2.98934877.2106094349.1607318243-1604024374.1607318243), it seems that no full specification for the parser.
I want to explore more possibilities on this, I'd like to read more defined documents for this.
Please let me know if you have any information.
RE: Where's the specification for conditional G-code?
wow noman's here?
RE: Where's the specification for conditional G-code?
Slic3r Prusa Edition Macro Language · prusa3d/PrusaSlicer Wiki (github.com)
Slic3r placeholders (a copy of the mauk.cc page) · prusa3d/PrusaSlicer Wiki (github.com)
RE: Where's the specification for conditional G-code?
Wow Thanks!! It would great help!
RE: Where's the specification for conditional G-code?
I translated the document "Slic3r Prusa Edition Macro Language · prusa3d/PrusaSlicer Wiki (github.com)" into Japanese.
It is on https://kamosawa.hatenablog.com/entry/2020/12/13/041313 .
Feel free to use it.