mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Improvements in the manual layer width editor.
This commit is contained in:
parent
955bc957ba
commit
479f716625
4 changed files with 178 additions and 83 deletions
|
@ -125,7 +125,7 @@ _constant()
|
|||
%code%{
|
||||
THIS->update_layer_height_profile();
|
||||
adjust_layer_height_profile(
|
||||
THIS->slicing_parameters(), THIS->layer_height_profile, z, layer_thickness_delta, band_width, action);
|
||||
THIS->slicing_parameters(), THIS->layer_height_profile, z, layer_thickness_delta, band_width, LayerHeightEditActionType(action));
|
||||
%};
|
||||
|
||||
int generate_layer_height_texture(void *data, int rows, int cols, bool level_of_detail_2nd_level = true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue