You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: macros/helpers/prime_line.cfg
+9-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ gcode:
7
7
{% set prime_line_height = params.LINE_HEIGHT|default(printer["gcode_macro _USER_VARIABLES"].prime_line_height)|default(0.6)|float %}
8
8
{% set prime_line_adaptive = params.ADAPTIVE_MODE|default(1)|int %}
9
9
{% set prime_line_margin = params.LINE_MARGIN|default(printer["gcode_macro _USER_VARIABLES"].prime_line_margin)|default(5.0)|float %} # Used only in adaptive mode
10
-
10
+
{% set prime_line_wipe = printer["gcode_macro _USER_VARIABLES"].prime_line_wipe|default(False) %}
11
+
{% set prime_line_wipe_length = prime_line_length * 0.8 %}
12
+
11
13
# If the SIZE parameter is defined and not a dummy placeholder, we use it to do the adaptive bed mesh logic
12
14
{% set coordinatesFound = false %}
13
15
{% if params.SIZE is defined and params.SIZE != "0_0_0_0" %}
0 commit comments