1 parent 2e2e7e3 commit 652dc39Copy full SHA for 652dc39
1 file changed
src/extruder_panel.cpp
@@ -30,10 +30,10 @@ ExtruderPanel::ExtruderPanel(KWebSocketClient &websocket_client,
30
6, 62, 30, &ExtruderPanel::_handle_callback, this)
31
, length_selector(panel_cont, "Extrude Length (mm)",
32
{"5", "10", "30", "50", "80", "100", "150", ""},
33
- 1, 62, 15, &ExtruderPanel::_handle_callback, this)
+ 3, 62, 15, &ExtruderPanel::_handle_callback, this)
34
, speed_selector(panel_cont, "Extrude Speed (mm/s)",
35
{"1", "2", "5", "8", "10", "15", "20", ""},
36
- 2, 62, 15, &ExtruderPanel::_handle_callback, this)
37
, rightside_btns_cont(lv_obj_create(panel_cont))
38
, leftside_btns_cont(lv_obj_create(panel_cont))
39
, load_btn(leftside_btns_cont, &load_filament_img, "Load", &ExtruderPanel::_handle_callback, this)
0 commit comments