Sakati84 / 3DPrintColorizer

Software & Hardware to do multi color printing with Sharpies
GNU General Public License v3.0
425 stars 56 forks source link

Printer don't extrude #86

Open valle12345 opened 2 years ago

valle12345 commented 2 years ago

I need Help. My Cr-10-V3 sets the Temperature at beginning to 150 and don't extrude. This behavior doesn't change in the whole print. The Printer do the right movement.

This is the G-Code i'm using CFFFP_pikachu_dual_details.txt

fnorbenden commented 1 year ago

M104 S{ ; set final nozzle temp M190 S{ ; wait for bed temp to stabilize M109 S{ ; wait for nozzle temp to stabilize

It looks like you're having issues passing a slicer (cura?) set variable to the script which results in a malformed command that the firmware ignores. Your gcode sets the hotend to 150 a few lines before that to prevent oozing while homing and since the only other hotend temp command is malformed, it never is set to a useful temperature.