Skip to content

Commit 652dc39

Browse files
authored
Update extruder_panel.cpp
1 parent 2e2e7e3 commit 652dc39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extruder_panel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ ExtruderPanel::ExtruderPanel(KWebSocketClient &websocket_client,
3030
6, 62, 30, &ExtruderPanel::_handle_callback, this)
3131
, length_selector(panel_cont, "Extrude Length (mm)",
3232
{"5", "10", "30", "50", "80", "100", "150", ""},
33-
1, 62, 15, &ExtruderPanel::_handle_callback, this)
33+
3, 62, 15, &ExtruderPanel::_handle_callback, this)
3434
, speed_selector(panel_cont, "Extrude Speed (mm/s)",
3535
{"1", "2", "5", "8", "10", "15", "20", ""},
36-
2, 62, 15, &ExtruderPanel::_handle_callback, this)
36+
3, 62, 15, &ExtruderPanel::_handle_callback, this)
3737
, rightside_btns_cont(lv_obj_create(panel_cont))
3838
, leftside_btns_cont(lv_obj_create(panel_cont))
3939
, load_btn(leftside_btns_cont, &load_filament_img, "Load", &ExtruderPanel::_handle_callback, this)

0 commit comments

Comments
 (0)