hello
I do not know what the final position of the XYZ axis after the print done, but in my case XY go to the home place, and Z is a few millimeters below the last print layer.
I would like the XY axis stay home and Z stay 100mm below the last layer to remove the bed more easily.
Is possible set that with the software?
I’m Mac User and I use CuraEngine
and this is my end-gcode
[color=#FF0000];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
;{profile_string}[/color]
[quote=“zannddor”]hello
I do not know what the final position of the XYZ axis after the print done, but in my case XY go to the home place, and Z is a few millimeters below the last print layer.
I would like the XY axis stay home and Z stay 100mm below the last layer to remove the bed more easily.
Is possible set that with the software?
I’m Mac User and I use CuraEngine
and this is my end-gcode
[color=#FF0000];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
;{profile_string}[/color]
thank you and sorry for my bad english : )[/quote]
I tried to run Cura on my MacBook pro with Yosemite, but it just says the binary is not valid! Could you tell me how you get Cura working on Mac? thanks
[quote=“zannddor”]I have the cure perfectly running on a macbook with the maverick and the imac with Yosemite
try the downlad here software.ultimaker.com/[/quote]
I got it running after i changed the system settings to allow for unsigned apps!
[quote=“zannddor”]I have the cure perfectly running on a macbook with the maverick and the imac with Yosemite
try the downlad here software.ultimaker.com/[/quote]
Please share your Cura profile. How did you import the settings ?
Hello,
I’m using Repetier-Host with Cura engine under Windows 8.1. I downloaded Cura 14.12.1. I found in this forum many tips for setting up the Cura. But I need also the machine Settings (I know Vertex’s build volume is X=200 Y=180 Z=190 is smaller than build bed size). Can you give an advice please?