MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
15.97k stars 19.09k forks source link

add -DGLM_ENABLE_EXPERIMENTAL flag to env:simulator_windows #27092

Closed ellensp closed 2 weeks ago

ellensp commented 2 weeks ago

Description

The simulator under windows 11 doesn't build anymore

error "GLM: GLM_GTX_euler_angles is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."

Added the required define into the environment

Requirements

use BOARD_SIMULATED with env:simulator_windows

Benefits

Builds as expected

Configurations

https://github.com/MarlinFirmware/Marlin/files/15306344/Config.zip

Related Issues

https://github.com/MarlinFirmware/Marlin/issues/27091