mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Fan profiles: On to 100%
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#include "constants.h"
|
#include "constants.h"
|
||||||
|
|
||||||
const char* fan_speeds_col_1[] = { "On", "Off" };
|
const char* fan_speeds_col_1[] = { "100%", "0%" };
|
||||||
const int fan_speeds_col_1_values[] = { 100, 0 };
|
const int fan_speeds_col_1_values[] = { 100, 0 };
|
||||||
|
|
||||||
const char* fan_speeds_col_2[] = { "10%", "20%", "30%", "40%", "50%"};
|
const char* fan_speeds_col_2[] = { "10%", "20%", "30%", "40%", "50%"};
|
||||||
|
|||||||
Reference in New Issue
Block a user