Skip to content

Commit

Permalink
Cleaned up logic and added additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
tehniemer committed Jan 8, 2025
1 parent f9edb6b commit 44f1a4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macros/helpers/nozzle_cleaning.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ gcode:

# Retract
G92 E0
G1 E-1.7 F2100
G1 E-{RETRACT*0.1} F2100
G1 E-({RETRACT}-{RETRACT*0.1}) F150
G92 E0

Expand Down
4 changes: 3 additions & 1 deletion user_templates/variables.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ variable_prime_line_height: 0.6 # mm, used for actual cross section computation
variable_prime_line_margin: 5 # distance of purge line from fl_size rectangle
variable_prime_line_wipe: False # enable a wipe of the nozzle after completing the prime line

## Length of filament to retract/retract to disengage it from the heatbreak.
## Length of filament to retract to disengage it from the heatbreak.
## This is to reduce final print oozing, but also to prevent heatcreep, clogging, and allow cold filament change between prints.
## Unretract is the length of filament to prime and pressurize the nozzle prior to printing.
## This is recommended to be 10-20% more than the retract value.
variable_retract_length: 20
variable_unretract_length: 23

Expand Down

0 comments on commit 44f1a4f

Please sign in to comment.