Initial layer line width increase

Increasing the initial layer line width both increases print speed, and results in more reliable bed adhesion.
This commit is contained in:
THeijmans 2018-02-07 15:35:09 +01:00
parent ca83089eff
commit bc0a4cdc17

View File

@ -90,6 +90,7 @@
"infill_overlap": { "value": "0" },
"infill_pattern": { "value": "'triangles'" },
"infill_wipe_dist": { "value": "0" },
"initial_layer_line_width_factor": { "value": "120" },
"jerk_enabled": { "value": "True" },
"jerk_layer_0": { "value": "jerk_topbottom" },
"jerk_prime_tower": { "value": "math.ceil(jerk_print * 15 / 25)" },