mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Cartesio acc. and jerk control
Added acceleration and jerk control for normal opperation, for special materials, and for multi material jobs.
This commit is contained in:
parent
a5f46d2ff2
commit
88e761e1be
7 changed files with 17 additions and 3 deletions
|
@ -45,7 +45,6 @@ speed_equalize_flow_max = =speed_print
|
|||
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 100
|
||||
acceleration_travel = 300
|
||||
jerk_print = 5
|
||||
|
||||
retraction_hop_enabled = True
|
||||
|
|
|
@ -45,7 +45,6 @@ speed_equalize_flow_max = =speed_print
|
|||
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 100
|
||||
acceleration_travel = 300
|
||||
jerk_print = 5
|
||||
|
||||
retraction_hop_enabled = True
|
||||
|
|
|
@ -20,6 +20,10 @@ infill_before_walls = False
|
|||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 300
|
||||
acceleration_travel = 300
|
||||
jerk_print = 10
|
||||
jerk_travel = 10
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
|
|
|
@ -20,6 +20,10 @@ infill_before_walls = False
|
|||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 300
|
||||
acceleration_travel = 300
|
||||
jerk_print = 10
|
||||
jerk_travel = 10
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
|
|
|
@ -20,6 +20,10 @@ infill_before_walls = False
|
|||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 300
|
||||
acceleration_travel = 300
|
||||
jerk_print = 10
|
||||
jerk_travel = 10
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
|
|
|
@ -20,6 +20,10 @@ infill_before_walls = False
|
|||
infill_angles = [0,90]
|
||||
|
||||
speed_slowdown_layers = 1
|
||||
acceleration_print = 300
|
||||
acceleration_travel = 300
|
||||
jerk_print = 10
|
||||
jerk_travel = 10
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue