Load GCode
button stays grayed out after saving the blend file and reopening it
You possibly have relative path
option checked when picking a file. Please turn it off
Random black disks on your loaded GCode?
If you are facing such random black disks on your loaded GCode, it’s called z-fighting. This happens when two objects exactly overlap in the z axis. This can be improved by increasing the Z Fighting Stagger
value in increments of 0.0005
. This will lead to some “stepping” when zooming close in. Below is an example of the stepping purposefully created by using a high value of 0.008
This is a tradeoff between close-up quality and z-fighting for now. This problem will be resolved once this Geometry Union and Reduction feature has been added.