Update purge bucket mod macros (#189)

This commit is contained in:
edwardyeeks 2020-12-10 06:48:06 +11:00 committed by GitHub
parent 56805e0da7
commit 7fa947cb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -74,7 +74,10 @@ variable_wipe_spd_xy: 5000 ; Nozzle wipe speed in mm/min.
#variable_brush_start: 50
## For V2.4 350mm build, uncomment this below:
#variable_brush_start: 75
#variable_brush_start: 75
# This value is defaulted from brush location in CAD (rear left). Change if your brush width is different.
variable_brush_width: 52
## These are only used if location_bucket_rear is False. You specify a custom location in y axis for your brush - see diagram above. ##
variable_brush_front: 0
@ -106,7 +109,11 @@ variable_brush_depth: 0
#variable_bucket_left_width: 67
## For V2.4 350mm build, uncomment below
#variable_bucket_left_width: 92
#variable_bucket_left_width: 92
# These values are defaulted from bucket geometry in CAD (rear left location). Change only if you're using a custom bucket.
variable_bucket_right_width: 40
variable_bucket_gap: 22
# For V1.8, you may need to measure where your bucket start is and input into bucket_start. Otherwise, a value of 0 is for a default
# installation of purge bucket at rear left.
@ -124,13 +131,6 @@ variable_bucket_start: 0
# Placeholder. The variable will contain at random a number representing the left or right bucket.
variable_bucket_pos: 1
# This value is defaulted from brush location in CAD (rear left). Refer to diagram for visual reference.
variable_brush_width: 52
# These values are defaulted from bucket geometry in CAD (rear left location). Refer to diagram for visual reference.
variable_bucket_right_width: 40
variable_bucket_gap: 22
gcode:
# First, check if the axes are homed.
{% if "xyz" in printer.toolhead.homed_axes %}

View File

@ -48,7 +48,7 @@ You will be able to find these older revisions under [Legacy_Revisions](./Legacy
![Revision_Comparisons](./Images/rev2_rev3_comparison.png)
In Rev1+2, the brush holder was available as two options: a regular holder and one with fully printed sheet indexing stops. In Rev3, the brush holder became only available as a sheet stop option with M2X10 BCHS self tapping screws. Purge buckets were compatible across Rev1+2 and Rev3.
In Rev1+2, the brush holder was available as two options: a regular holder and one with fully printed sheet indexing stops. In Rev3, the brush holder became only available as a printed sheet stop option with M2X10 BCHS self tapping screws. Purge buckets were compatible across Rev1+2 and Rev3.
## REV4 (LATEST)