MANU F1
Technical guide
Changing food printing mode

Printer setup (Chocolate/Butter)

Duet - Code changing

For chocolate printer need to be heated constantly while for butter printer is room temperature.

Under file management, click on system.

New section will popup. On fourth row, click on config.g.

Config.g page will appear.

Code changes for Butter/ chocolate

For butter

Under miscellaneous section disable M104 ; Miscellaneous Disable code ;M104 S35

Under Drives section-M906 code, changes value of E to 1100 M906 X2000 Y2000 Z1500 E1100 I30 (motor current)

After changes, click on save

For chocolate

Under miscellaneous section disable M104 ; Miscellaneous Enable code M104 S35

Under Drives section-M906 code, changes value of E to 1500 M906 X2000 Y2000 Z1500 E1500 I30 (motor current)

After changes, click on save