第三方切片使用需在切片中替换切片文件头
Gcode风格设置:marlin2/klipper
打印尺寸设置:300x300x300
缩略图设置:96x96, 300x300
辅助风扇使用请在耗材开始gcode中添加命令:M106 P2 S255 风扇大小0-255
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[material_print_temperature_layer_0] BED_TEMP=[material_bed_temperature_layer_0]
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP={material_print_temperature_layer_0} BED_TEMP={material_bed_temperature_layer_0}
修改示意:
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[extruder0_temperature] BED_TEMP=[bed0_temperature]
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer]
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP={temperature_extruder1} BED_TEMP={temperature_heatbed}
M140 S0
M104 S0
START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]
END_PRINT