Update purge bucket mod macros (#189)
This commit is contained in:
parent
56805e0da7
commit
7fa947cb1f
0
printer_mods/edwardyeeks/Decontaminator_Purge_Bucket_&_Nozzle_Scrubber/Images/db.png
Normal file → Executable file
0
printer_mods/edwardyeeks/Decontaminator_Purge_Bucket_&_Nozzle_Scrubber/Images/db.png
Normal file → Executable file
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
|
@ -76,6 +76,9 @@ variable_wipe_spd_xy: 5000 ; Nozzle wipe speed in mm/min.
|
||||||
## For V2.4 350mm build, uncomment this below:
|
## 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. ##
|
## 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
|
variable_brush_front: 0
|
||||||
variable_brush_depth: 0
|
variable_brush_depth: 0
|
||||||
|
|
@ -108,6 +111,10 @@ variable_brush_depth: 0
|
||||||
## For V2.4 350mm build, uncomment below
|
## 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
|
# 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.
|
# installation of purge bucket at rear left.
|
||||||
variable_bucket_start: 0
|
variable_bucket_start: 0
|
||||||
|
|
@ -124,13 +131,6 @@ variable_bucket_start: 0
|
||||||
# Placeholder. The variable will contain at random a number representing the left or right bucket.
|
# Placeholder. The variable will contain at random a number representing the left or right bucket.
|
||||||
variable_bucket_pos: 1
|
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:
|
gcode:
|
||||||
# First, check if the axes are homed.
|
# First, check if the axes are homed.
|
||||||
{% if "xyz" in printer.toolhead.homed_axes %}
|
{% if "xyz" in printer.toolhead.homed_axes %}
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ You will be able to find these older revisions under [Legacy_Revisions](./Legacy
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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)
|
## REV4 (LATEST)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue