RikshaDriver / adventurer3-orcaslicer-profile

Orca Slicer profile for Flashforge Adventurer 3 Series
GNU Affero General Public License v3.0
3 stars 1 forks source link

Temperature control fails #1

Open RustyRaindeer opened 6 months ago

RustyRaindeer commented 6 months ago

Orca slicer seems to generate temperature control commands using "M104" with a comment at the end, like so:

M104 S225 ; set nozzle temperature

This happens for example if you do a temperature tower calibration.

Adventurer 3 IGNORES this temperature control line, and it seems to be due to the comment at the end. To fix, temperature control should be without the comment, like so:

M104 S225

I am using a python post processing script to remove these comments, not sure if there is another way. When the comments are removed, temperature gets adjusted by the printer.

Pseudopay commented 3 months ago

CThe Adventurer 3 hotend cannot exceed 240°C.