mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
QoL: show transparent shell in gcode preview and truncate long gcode line caused by native Klipper commands
This commit is contained in:
parent
40b08bb0e1
commit
95d12c24f6
23 changed files with 157 additions and 133 deletions
|
@ -717,8 +717,9 @@ void Preview::load_print_as_fff(bool keep_z_range, bool only_gcode)
|
|||
//BBS show sliders
|
||||
show_moves_sliders();
|
||||
|
||||
//BBS: turn off shells for preview
|
||||
m_canvas->set_shells_on_previewing(false);
|
||||
//Orca: keep shell preview on but make it more transparent
|
||||
m_canvas->set_shells_on_previewing(true);
|
||||
m_canvas->set_shell_transparence();
|
||||
Refresh();
|
||||
zs = m_canvas->get_gcode_layers_zs();
|
||||
//BBS: add m_loaded_print logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue