mypeopoly / magnetox-os-update

0 stars 1 forks source link

add mcu temp #5

Open nmavor opened 3 months ago

nmavor commented 3 months ago

The board supports temp reporting, so we need to add it to printer.cfg

[temperature_sensor mcu_temp] sensor_type: temperature_mcu min_temp: 0 max_temp: 100

[temperature_sensor mag_tool_temp] sensor_type: temperature_mcu sensor_mcu: MAG_TOOL min_temp: 0 max_temp: 100

mypeopoly commented 2 months ago

Considering that refreshing printer.cfg directly will overwrite the user's QGL, bedmesh, z offset and other data, we will not directly modify the content in printer.cfg during the update. Can this implementation be added to other cfg files?