Sd card printing problem

Hello,

I have a problem with printing from sd card.

G code was transferred ok , sd card init ok , can select the object to print

but the I got the message -> waiting for user on the lcd of the vertex.

What do i have tot do to solve this issue ?

Best regards,

Bon Jean

[quote=“bon jean”]Hello,

I have a problem with printing from sd card.

G code was transferred ok , sd card init ok , can select the object to print

but the I got the message -> waiting for user on the lcd of the vertex.

What do i have tot do to solve this issue ?

Best regards,

Bon Jean[/quote]

Were you trying to print from the SD card whilst the printer was connected to a computer via the USB port?

thanks for the reply,

No usb cable connected , i did to make sure a reset of the vertex.

then init SD , print form Sd , select the item to print , and then the result is waiting for user

Did you try to print something else from that card ?
Did you try another card ?
Always the same respons?

Yes I tried several card , same problem?

Can it be that it has something to do with the start code you can setup in de G code tab in the slicer curga engine

Or do you have to edit something via the g code editor ?

I also tried to load the g code form the repetier host , is the sd tab to the SD card but that doesn’t work.

When I copy/paste from the dir I saved it before I can copy the file to the SD card

Is this the first time you have tried to print with it?
If you have just finished the assembly and only have 1 print head did you change the firmware?
Have you tried to print from your computer?

The best course of action would probably be to redownload the PC software and reflash the firmware on your printer. [color=#FF0000]Remember to unplug the printer before you do this![/color]

Hi There

I’ve got the same problem: “Waiting for user”

Is there a solution for this problem ?

Please help

Rob

[quote=“bon jean”]G code was transferred ok [/quote]Did you do it with the upload function of Repetier or with the SD card plugged in the computer?

Can you post your gcode?

same problem here

have the latest firmware 1.4

but i get the question: waiting for user?

with the firmware 1.2 no problem printing from sd works great

Hey.

I just got the same problem. I solved mine by [color=#FF0040]unchecking[/color] “save in binary format (for repetier firmware)” when exporting to the SD card in Repetier host.

Hope this helps =)

[quote=“exustio”]Hey.

I just got the same problem. I solved mine by [color=#FF0040]unchecking[/color] “save in binary format (for repetier firmware)” when exporting to the SD card in Repetier host.

Hope this helps =)[/quote]

+1

Same problem, same fix, same success :wink:

what version of repetier are you using?

Anyone else have to initiate the print twice from sd ? First time I print from SD, it starts heating, then after a while it says “heating completed” (or similar), but it never begins to print unless I again initiate print from sd command.

Could you film that? That’s something new we’ve never heard that

Ill try filming it later. Full disclosure: the printer is connected to octopi via USB, which may be causing this, but Im printing from SD because the Pi (original pi 1) is too slow for certain prints.

Here it is on video:
goo.gl/photos/PPu7RvRt4Hk6dAi69

I initiated the print from the menu, it started heating the bed, then the extruders and then you get what you see. Once the extruders reach the correct temp, it says “heating done” and doesnt do anything. When I initiate the print a second time, it briefly says “heating extruders” again, and then starts printing as normal. Not a huge problem, but its consistent.

When printing via octopi, it works fine.

Could you post the GCODE saved on the SD card?
Seems like somethings wrong with that

Best Regards
VEL337

This is the start of it:

[code]M190 S80.000000
M104 T1 S235.000000
M109 T0 S210.000000
M109 T1 S235.000000
T0
;Sliced at: Mon 25-04-2016 10:33:12
;Basic settings: Layer height: 0.21 Walls: 0.7 Fill: 20
;Print time: 20 hours 36 minutes
;Filament used: 42.169m 125.0g
;Filament cost: None
;M190 S80 ;Uncomment to add your own bed temperature line
;M104 S210 ;Uncomment to add your own temperature line
;M109 T1 S235 ;Uncomment to add your own temperature line
;M109 T0 S210 ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
T1 ;Switch to the 2nd extruder
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F200 E-16.5
T0 ;Switch to the first extruder
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
;Put printing message on LCD screen
M117 Printing…

;Layer count: 482
;LAYER:0
M106 S127
G0 F9000 X74.092 Y45.451 Z0.210
;TYPE:SKIRT
G1 F2400 X76.913 Y44.888 E0.08790
G1 X78.819 Y44.888 E0.14615
G1 X80.850 Y46.919 E0.23392
G1 X80.035 Y49.869 E0.32744
G1 X74.292 Y51.305 E0.50833
G1 X74.292 Y48.915 E0.58137
G1 X74.092 Y48.715 E0.59001
G1 X74.092 Y45.451 E0.68975
G0 F9000 X74.442 Y45.738
G1 F2400 X76.948 Y45.238 E0.76784
G1 X78.674 Y45.238 E0.82058
G1 X80.459 Y47.022 E0.89770[/code]