mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add the last line (when time-sim active) as a separate batch instead.
part of CURA-11521
This commit is contained in:
parent
6e75eb34af
commit
d6295171dd
3 changed files with 28 additions and 17 deletions
|
@ -435,6 +435,10 @@ u_max_feedrate = 1
|
|||
u_min_thickness = 0
|
||||
u_max_thickness = 1
|
||||
|
||||
u_last_vertex = [0.0, 0.0, 0.0]
|
||||
u_next_vertex = [0.0, 0.0, 0.0]
|
||||
u_last_line_ratio = 1.0
|
||||
|
||||
[bindings]
|
||||
u_modelMatrix = model_matrix
|
||||
u_viewMatrix = view_matrix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue