

Whats the purpose of ‘Noise reduction’ when embossing? Possible Bug?
This is a followup to to this thread where someone else was having an issue:
https://www.reddit.com/r/xToolOfficial/comments/1t6u63u/
I was having a similar issue, where I noticed just before finishing it would do a number of full passes over the metal and generally degrade the finish. Personally I thought it was going slower like the poster, but in fact maybe the fact it was a full pass made it comparably noisier / slower overall. I’m on a Mac (apple silicon) with the latest xTool Studio.
I had AI throw up a relatively simple but functional gcode layer viewer (the online ones didn’t seem to work as needed with the file) and exported the gcode via Settings -> Device Settings -> Export canvas as code. I’ve been trying a varied set of options to try to pinpoint the cause (beyond noise reduction) and so far I can see:
64+NR - The first 8 layers are skipped and then appended in reverse at the end (from 8->1)
128 Layers + NR = Same but 16 layers.
256 Layers + NR = Same but 32 layers.
It would appear that for every 8 layers, an initial one is skipped and moved to the end. I’ve tried to show it in the images, so I hope you can
To be totally honest:
- Not sure if it is a bug, but assuming it is because the final layers would be out of focus if a z offset is used? If the first 50 layers are detailed and then untouched - it would potentially engrave 18 (@256 layers), move out of focus and at the end do another 32 over majority of the material with varying focal points.
- Couldn’t really tell what noise reduction was otherwise doing, but it could be the path or other things behind the scenes.
- I can’t really treat the gcode viewer as reliable, but it does kinda make sense what I was seeing in my embossings.
I tried my best to play around with other settings (including the source image) but couldn’t see anything else impacting. Ideally later I can run tests with specific shades to actually validate it happens but it really does match what I’ve been seeing. Hopefully the images give a gist of what I’m trying to say.
xTool Studio's tooltip describes it as:
“This function can optimize the rough effect of embossment processing for some materials.”
So anyone have a similar experience, or have any idea what the noise reduction does?