printer goes into home mode without printing anything
-
@chris4 said in printer goes into home mode without printing anything:
M84 ;steppers off
Remove the M84 M0 and the M17 from your startscript
-
-
@SIam
HI again,
I have to remove every time M84, M0, M17, after slicing to print, isn't there in CURA that I can do to avoid it? -
Check your printer profile in cura to see what it uses for start gcode.
It also appears that you have your gcode flavor set to marlin, it should be set to reprap.
Goto Settings > Printers > Manage printers > Select your printer > click machine settings
-
Thanks. I change it.
-
Hi, has changed in CURA but it will be the same.
need more changes in CURA to print?;FLAVOR:RepRap ;TIME:3750 ;Filament used: 2.19156m ;Layer height: 0.1 ;MINX:87.2 ;MINY:80.2 ;MINZ:0.3 ;MAXX:132.8 ;MAXY:139.8 ;MAXZ:30.1 ;Generated with Cura_SteamEngine 4.4.0 T0 M190 S60 M104 S200 M109 S200 M82 ;absolute extrusion mode G21 ;metric values G90 ;absolute positioning M82 ;set extruder to absolute mode M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops M84 ;steppers off M0 S12 ;wait 12 seconds M17 ;turn steppers on G1 Z10.0 F300 ;move the platform down 10mm G92 E0 ;zero the extruded length G1 F200 E8 ;extrude 8mm of feed stock G92 E0 ;zero the extruded length again M0 S5 ;wait 5 seconds G1 F9000 M117 Printing... M83 ;relative extrusion mode G1 F1500 E-6.5 ;LAYER_COUNT:299 ;LAYER:0 M107 G0 F3600 X89.08 Y82.929 Z0.3 ;TYPE:SKIRT G1 F1500 E6.5 G1 F1800 X89.623 Y82.356 E0.03938 G1 X90.222 Y81.841 E0.03941 G1 X90.87 Y81.39 E0.03939 G1 X91.561 Y81.006 E0.03944 G1 X92.286 Y80.694 E0.03938 G1 X93.039 Y80.457 E0.03938 G1 X93.813 Y80.298 E0.03942 G1 X94.598 Y80.217 E0.03937 G1 X94.998 Y80.207 E0.01996 G1 X124.998 Y80.2 E1.49671 G1 X125.787 Y80.24 E0.03941 G1 X126.567 Y80.359 E0.03936 G1 X127.332 Y80.557 E0.03942 G1 X128.073 Y80.831 E0.03942 G1 X128.782 Y81.178 E0.03938 G1 X129.452 Y81.595 E0.03937
-
@chris4 said in printer goes into home mode without printing anything:
M84 ;steppers off
M0 S12 ;wait 12 seconds
M17 ;turn steppers onYou still haven't changed the start gcode in Cura. It's in the same window as the reprap flavor change in a text box.
-
@Phaedrux said in printer goes into home mode without printing anything:
M84 ;steppers off
M0 S12 ;wait 12 seconds
M17 ;turn steppers onThis changed should be done every time you print, CURA. "Goto Settings> Printers> Manage printers> Select your printer> click machine settings" and change, M84; steppers off
M0 S12; wait 12 seconds
M17; turn steppers on?OK! excuse me, NOW I get it
-
Why in the world is Cura defaulting to turning the motors off then on again AFTER homing the axes, and right before printing?
-
@bot Maybe it's a marlin thing? Or a profile from someone else?