area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
131 stars 115 forks source link

Difference between ${layersHeight} and ${LayerThickness} (if any) #338

Open Momboz52 opened 6 years ago

Momboz52 commented 6 years ago

Hi What is the difference between ${layersHeight} in the slicer JSON file and the ${LayerThickness} as GCode template variable? Can I also use the ${layersHeight} as GCode template variable? Many thanks.

WesGilster commented 6 years ago

There isn't a variable called ${layersHeight}. You are looking for: https://forum.photonic3d.com/t/how-to-send-layerthickness-to-printer-at-each-exposure/258/6

$LayerThickness or ${LayerThickness} depending on if you are building a javascript calculator or gcode template

WesGilster commented 6 years ago

I made a new dev build to allow the slacer contributions to be available in image preview. Not sure this would have affected you or not.