Fix const mesh_index_pair in G26

Followup to #9493
This commit is contained in:
Scott Lahteine 2018-02-05 14:29:47 -06:00 committed by GitHub
parent 7d8f49f82c
commit 873fb84d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -736,7 +736,7 @@
for (uint8_t i = 0; i < A_CNT; i++)
trig_table[i] = INTERSECTION_CIRCLE_RADIUS * cos(RADIANS(i * 30 + 15));
const mesh_index_pair location;
mesh_index_pair location;
do {
location = g26_continue_with_closest
? find_closest_circle_to_print(current_position[X_AXIS], current_position[Y_AXIS])