Compare commits

..

No commits in common. "e63654d6763218fc005fe58520ea0c31187110c7" and "903b6d8c0f4571bc3a7217e9f6c55bd088d9f76b" have entirely different histories.

4 changed files with 1 additions and 52 deletions

View File

@ -148,7 +148,7 @@ variable_fan_speed: 0
gcode: gcode:
##### set defaults ##### ##### set defaults #####
{% set x = params.X|default(0) %} {% set x = params.X|default(0) %}
{% set y = params.Y|default(-90) %} {% set y = params.Y|default(-140) %}
{% set z = params.Z|default(10)|float %} {% set z = params.Z|default(10)|float %}
{% set e = params.E|default(1) %} {% set e = params.E|default(1) %}
##### calculate save lift position ##### ##### calculate save lift position #####
@ -587,34 +587,3 @@ gcode:
_SET_GCODE_OFFSET {% for axis, offset in zoffset.items() if zoffset[axis] %}{ "%s=%s " % (axis, offset) }{% endfor %} _SET_GCODE_OFFSET {% for axis, offset in zoffset.items() if zoffset[axis] %}{ "%s=%s " % (axis, offset) }{% endfor %}
RESPOND TYPE=command MSG="Loaded Z-Offset from variables.cfg: {zoffset.z}mm" RESPOND TYPE=command MSG="Loaded Z-Offset from variables.cfg: {zoffset.z}mm"
{% endif %} {% endif %}
##################################################
# Maintenance Macros
##################################################
[gcode_macro APPLY_GREASE]
description: Moves the head to apply silicon grease to all joints
gcode:
G28
G90
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G0 X0 Y0 Z400 F3500
G0 X0 Y0 Z20 F3500
G28
G90
G0 X150 Y0 Z20 F3500
G2 I-150 F3500
G3 I-150 F3500
G2 I-150 F3500
G3 I-150 F3500
G2 I-150 F3500
G3 I-150 F3500
G28

View File

@ -1,20 +0,0 @@
# PLA+ SUNLU Wood
## Settings
| Setting | Value |
| :--------------------------------------------- | :------- |
| Printing Temperature | 213°C |
| Build Plate Temperature | 65°C |
| Flow | 93.5% |
| Retraction Distance | 0.55mm |
| Retraction Speed | 50mm/s |
| Retraction Extra Prime Amount | 0.03mm |
| Linear Advance Factor | 0.020 |
## Prices
https://www.amazon.de/gp/product/B07Y5K1TB5?psc=1
| Date | Price |
| :--------- | :----- |
| 29.07.2024 | 17.99€ |

Binary file not shown.