Compare commits
3 Commits
903b6d8c0f
...
e63654d676
Author | SHA1 | Date | |
---|---|---|---|
e63654d676 | |||
fffd3b65a5 | |||
949ab05942 |
@ -148,7 +148,7 @@ variable_fan_speed: 0
|
||||
gcode:
|
||||
##### set defaults #####
|
||||
{% set x = params.X|default(0) %}
|
||||
{% set y = params.Y|default(-140) %}
|
||||
{% set y = params.Y|default(-90) %}
|
||||
{% set z = params.Z|default(10)|float %}
|
||||
{% set e = params.E|default(1) %}
|
||||
##### calculate save lift position #####
|
||||
@ -587,3 +587,34 @@ gcode:
|
||||
_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"
|
||||
{% 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
|
||||
|
20
04-material/PLA+/SUNLU/wood.md
Normal file
20
04-material/PLA+/SUNLU/wood.md
Normal file
@ -0,0 +1,20 @@
|
||||
# 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€ |
|
BIN
05-models/ResonanceCalibration/V400 PIS Mount.stl
Normal file
BIN
05-models/ResonanceCalibration/V400 PIS Mount.stl
Normal file
Binary file not shown.
BIN
05-models/TopCover/Cylinder.stl
Normal file
BIN
05-models/TopCover/Cylinder.stl
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user