Hide raycast debug window

This commit is contained in:
Noisyfox 2023-11-11 16:27:44 +08:00
parent 799b0965f5
commit 6510fd4054

View file

@ -60,7 +60,7 @@
// Enable fit print volume command for circular printbeds
#define ENABLE_ENHANCED_PRINT_VOLUME_FIT (1 && ENABLE_2_4_0_BETA2)
// Enable picking using raytracing
#define ENABLE_RAYCAST_PICKING_DEBUG (1)
#define ENABLE_RAYCAST_PICKING_DEBUG 0
#endif // _prusaslicer_technologies_h_