1

Topic: Gcode

I have a commission that I need to do, but the stl file crashes the xyzware when I go to export it. Unfortunately my prusa i3 is down or if use it. What I want to do is replace one of the demos with Gcode generated by repeater host, and print from that. What I need to know is if there are any specifics I need put at the beginning of the Gcode?

2

Re: Gcode

I produce gcode for the 1.0 all the time and use the Sd card method. I have opened the printer and created a slot to allow access to the Sd card inside. I take the Sd card out and contained on it is 3. Gcode files SAMPLE01, SAMPLE02 and SAMPLE03. What I then do is use slicer or craftware and save the gcode to the Sd card as one of the file names. Then I open it with notepad ++ press ctrl + h and replace all values of G0 with G1 and then press save. Replace the Sd card in the printer and then print one of the samples. Job done

3

Re: Gcode

Have you tried netfabb to repair the STL?  Can you share the STL so I can try here for you?

4

Re: Gcode

CdRsKuLL wrote:

Have you tried netfabb to repair the STL?  Can you share the STL so I can try here for you?


He did say it was a commission, so it is doubtful he can share it.

Printing since 2009 and still love it!
Anycubic 4MAX best $225 ever invested.
Voxelabs Proxima SLA. 6 inch 2k Mono LCD.
Anycubic Predator, massive Delta machine. 450 x 370 print envelope.

5

Re: Gcode

CdRsKuLL wrote:

Have you tried netfabb to repair the STL?  Can you share the STL so I can try here for you?


It's not that there is a problem with the stl file, it just happens to be such a size that slicer freezes up trying to slice it, cura tends to do just fine with it. The only time I've actually got it to slice in xyzware it projected that it would take 22hours to print, and that was set to 10% infil and fast speed, cura will only take 7 hours.

6

Re: Gcode

Remember if you sliced with Cura that all of the G0's have to be replaced with G1's.

Also it's the end of the file that Cura creates by default that causes issue's, not the start. What it will do is not "finish" printing and home / lower the build plate.

This in the start code ...

;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
;M109 S{print_temperature} ;Uncomment to add your own temperature line
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
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0                  ;zero the extruded length
G1 F200 E3              ;extrude 3mm of feed stock
G92 E0                  ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...

and this in the end code...

;End GCode
M104 S0                     ;extruder heater off
M140 S0                     ;heated bed heater off (if you have it)
G91                                    ;relative positioning
G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
M84                         ;steppers off
G90                         ;absolute positioning
G92 E0
M84     ; disable motors


Will print correctly from the SD card with Cura if you use something like notepad++ to change all the G0 statements to G1 with the search and replace all function.

7

Re: Gcode

Thank you, that's gonna be very helpful, hopefully I won't have any warping problems, this part is nearly 7"x7"X1.25" and will be printing for a while since it's got 144 holes in it.

8

Re: Gcode

Got the part printing right now, hopefully it doesn't have any problems while I'm sleeping. Inserted the headers into the appropriate spots in the Gcode, and replaced one of the demos. Only issue I saw was some studering on the first layer, and I'm wondering if that's something caused by cura, because my other printer was doing the same thing. Thanks everyone that made suggestions, and I'll let y'all know how it turns out.

9

Re: Gcode

And the part shifted in the program, it seems to have first shifted in y then shifted in x. Guess I'll have to use the xyzware.

10

Re: Gcode

How fast were you attempting to print it at? Cura defaults are way above what my printer can handle.

I print at 30 for everything that matters and I only go up to 50 even for a travel speed. This is about the speeds that xyzware had for it's "excellent" output options.

What I've noticed over the slicers that I've tried is that xyzware does "fine" IF it can slice the object at all, Cura does better on fine details and is faster but has poorer supports than Slic3r, and that KISSlicer is somewhere in between. I've also tried Mattercontrol and depending on which slice engine you choose, seems to match the output of Cura or Slic3r's native output.

Out of the two "big" slicers left I still want to try is Simply3d. I'm just waiting until they have an option for "trial", so that I can test and see if for what I do it would actually matter. My prints are not done for artistic reasons, which means that as long as the item prints and I can get the dimensions correct I'm satisfied with that.

I'm running my printer on a modified version of "E" so that I don't have to mess with a cartridge resetter. I print directly from the printer off a Flashair SD Card, so that I don't ever have to hook up anything to the printer to send prints.  All of this could easily be "upgraded" by installing repetier and Simply3d, but at the moment I'm satisfied with the results I get.

11

Re: Gcode

I'd be happy to try it at xyzwares default speed, but it's not really fast enough. The speed cura was setting it at seems to work fine, got most of it done, just had a minor filament issue. My price on these is quoted off of filament used, and when I told them that xyzware would take upwards of 22-23 hours they freaked and said other 3d printed stuff they've ordered prints so much quicker. I figured out that the problem was caused by the spool falling off the holder, most of the problems I've had with this job has been because of filament jams. I've got the filament sitting on a pvc pipe filament holder I made, so I shouldn't have issues for a bit. http://soliforum.com/i/?Zb8cASE.jpg