We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0167 commit a00fad4Copy full SHA for a00fad4
config/gcode_macro.cfg
@@ -78,7 +78,7 @@ gcode:
78
{% set random_x = (range(0, 100) | random) / 10 %}
79
{% set X_end = 60 + random_x %}
80
81
- {% set random_y = (range(0, 40) | random) / 10 %}
+ {% set random_y = (range(0, 30) | random) / 10 %}
82
{% set Y_end = 254 - random_y %}
83
G1 Y{Y_end} F1500
84
0 commit comments