Jump to content

Extrude only move too long (-369.461mm vs 50.000mm) Error


7milesup

Recommended Posts

That is effectively just what I have installed.

PXL_20220307_062125781.jpg.8fbb2e3df39a2262a206bb797228ca03.jpg

I have a cheap Harbor Freight brush, but same idea. It works, just barely.

The macro I reworked has a randomizer to pick the left or right bucket each time. It's stupid simple when you see it:

{% set leftright = range(2)|random|int %}

Then use this structure:

{% if leftright == 0 %}  ; Randomly picked left
  ; move to left side
{% else %}  ; Randomly picked right
  ; move to right side
{% endif %}
; now do scrub moves

 

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...