Jwolf1987
About
- Username
 - Jwolf1987
 - Joined
 - Visits
 - 3
 - Last Active
 - Roles
 - Member
 
Comments
- 
                Thank you. I will try your suggestions.
 - 
                "The printhead is shutting off the air, retracting, and moving back to the original starting ..." When I say retracting here I mean retracting the printhead, not the material. Sorry if there was any confusion.
 - 
                Thank you for the suggestions. Can you give an example on what you mean using the same reference coordinates? I use solidworks and build both objects in the same plane, about the same origin using the same units. Is this what you mean by referenc…
 - 
                Hmm, I am seeing this in both the print preview and object placement tab.
 - 
                I can center both without grouping them together and slice it, but I get a message saying that at least one object is outside the printable area (Even though nothing is outside that area). When I slice it it seems to be fine and I am able to assign…
 - 
                Thank you for the advice. It helped and I was able to print my object.
 - 
                I noticed something in the gcode, with my nozzle and everything set at .361 the code is saying to move the z-axis .722 (twice as much) between layers. I am not sure why this would be. If needed I can screenshot the gcode for the part I am currentl…
 - 
                Thank you for the help. I got it to work. I pressed delete after highlighting everything in Repetier instead of clicking on cut. Was then able to paste the new code in. Again, thanks for the help.
 - 
                I think I figured it out. I went in and deleted the command to home the axes and to set the temperature (both I do through the printer itself) and that seems to have fixed the problem.
 - 
                I noticed within the gcode that the first steps involve homing the axes... M104 S130 ; set temperatureG28 ; home all axesG1 Z5 F5000 ; lift nozzle Before the print I do this using the printer itself, so there is no need to redo it, also the gcode i…