Page 1 of 1
Bad z starting position
Posted: Tue Apr 22, 2014 9:20 pm
by mcgragger
Just built mine this week. I am trying out some different slicers because Slicer keeps crashing on large objects.
I have tried Kiss and Cura but both are creating prints that are starting at almost the highest Z position. Never had this problem with Repetier and Slicer. I downloaded all the Kiss settings from mhackney and tried adjusting zoffset but nothing is working.
Re: Bad z starting position
Posted: Wed Apr 23, 2014 9:48 pm
by carter
so, I've only been printing about 2 weeks now, but since nobody has replied yet I thought I'd say something.
I have only used slicer and have a solid gaming computer. My rig slices stuff pretty quick, but I have noticed that at about 80% the completion bar slows way down. this probably isn't your problem since you say it crashes but thought I'd mention it.
so far all my problems have been solved by running my .obj files from sketchup through netfabb and using the repair feature. maybe this will help you. just google netfabb basic and the download page is on the top. If not that specific software, I would at least try exporting your files from a couple different CADs if possible to see if those work better with repieter
Re: Bad z starting position
Posted: Wed Apr 23, 2014 10:59 pm
by Tinyhead
mcgragger wrote:Just built mine this week. I am trying out some different slicers because Slicer keeps crashing on large objects.
I have tried Kiss and Cura but both are creating prints that are starting at almost the highest Z position. Never had this problem with Repetier and Slicer. I downloaded all the Kiss settings from mhackney and tried adjusting zoffset but nothing is working.
What do you mean by 'creating prints at almost the highest Z position'? Like it's printing in mid-air?
Re: Bad z starting position
Posted: Thu Apr 24, 2014 8:35 am
by mcgragger
carter wrote:I have only used slicer and have a solid gaming computer. My rig slices stuff pretty quick, but I have noticed that at about 80% the completion bar slows way down. this probably isn't your problem since you say it crashes but thought I'd mention it.
I actually got slicer to stop crashing when I updated it. No more memory issues. The packaged version with Repeteir is now out of date. Thanks for the suggestion I will play around with more.
Re: Bad z starting position
Posted: Thu Apr 24, 2014 8:36 am
by mcgragger
Tinyhead wrote:What do you mean by 'creating prints at almost the highest Z position'? Like it's printing in mid-air?
Correct. The gcode generated by Kisslicer/Cura/Skeinforge all look like they are placed correctly when I load it into Repeteir but all start printing in mid air. Slicer also looks correct but starts printing on the bed though.
Re: Bad z starting position
Posted: Fri May 09, 2014 9:33 am
by mcgragger
This is my Kisslicer prefix code ....
T<EXT+0>
M104 S<TEMP>
M190 S<BEDTEMP>
M109 S<TEMP>
This is my postfix code ....
G1 X70 Y0 F5000
G28
What are others using?
Re: Bad z starting position
Posted: Fri May 09, 2014 10:25 am
by geolupulus
mcgragger wrote:
Correct. The gcode generated by Kisslicer/Cura/Skeinforge all look like they are placed correctly when I load it into Repeteir but all start printing in mid air. Slicer also looks correct but starts printing on the bed though.
I am in the same boat, this happens to me I'd say 30% of the time. I reboot the printer, and Repetier and load the same EXACT G-code and it prints fine. Drives me mad. (Using Rostock Max V2, Windows XP & newest Repetier.)
Re: Bad z starting position
Posted: Fri May 09, 2014 10:46 am
by EyeBee
I have the same issue with Cura (but not slic3r or kiss). Half the time the print starts about 10cm above the bed.
I have a Max V2 and using Repetier Host to initiate the print from a Mac running Mountain Lion.
Re: Bad z starting position
Posted: Fri May 09, 2014 9:41 pm
by mcgragger
Its finaly working with these prefix and post in kisslicer
Pre:
G28
T<EXT+0>
M104 S<TEMP>
M190 S<BEDTEMP>
M109 S<TEMP>
M117 KEEP HANDS AWAY
Post:
G1 X70 Y0 F5000
G28
M104 S0 ; turn off temperature
M140 S0 ; turn off bed temperature
M84 ; disable motors
M117 PRINT FINISHED
Re: Bad z starting position
Posted: Fri May 09, 2014 9:56 pm
by Eaglezsoar
It's good to see that you got it working.
Happy Printing!
Re: Bad z starting position
Posted: Mon May 12, 2014 12:14 pm
by foshon
G1 X70 Y0 F5000
Take that out, it's for cartesions and places the print to the front for grabbing it more readily. On a Rostock its just moving your effector to one side before going straight up with the G28.