挤出机

image-20211104235702018

image-20211104235720947

附加

image-20211105000054532

填充

image-20211105000108192

温度

image-20211105000124446

冷却

image-20211105000132447

脚本

开始脚本

1
G28 ; home all axes

结束脚本

1
2
3
4
5
6
7
8
9
M104 S0		;extruder heater off
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle
to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F8700 ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops
so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning

速度

image-20211105000313305

其他

image-20211105000321457