Cura users, or would be users!
Cura users, or would be users!
There was an issue with that some, self included, had with Cura generating the massive string at the end of it's g-code causing the printer to want to head towards the deck. I went and removed the output that generates said string from Cura and have the patch for those that would like to use it as well. Unzip the attachment, and use it to replace the profile.py file located in Program Files>Cura 14.01>Cura>util. It appears to be working for my printer, though, I do not have other Rostock's laying around to test it with, so let me know if it does/doesn't fix your issue!
- Attachments
-
- profile.zip
- (16.05 KiB) Downloaded 284 times
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Cura users, or would be users!
I am running Windows 7 32 bit. When I replace the profile.py file with the one from your patch, Cura no longer opens. When I restore the original profile.pyMSURunner wrote:There was an issue with that some, self included, had with Cura generating the massive string at the end of it's g-code causing the printer to want to head towards the deck. I went and removed the output that generates said string from Cura and have the patch for those that would like to use it as well. Unzip the attachment, and use it to replace the profile.py file located in Program Files>Cura 14.01>Cura>util. It appears to be working for my printer, though, I do not have other Rostock's laying around to test it with, so let me know if it does/doesn't fix your issue!
Cura opens fine but as you indicate, it sticks that massive string at the end of the gcode. If I manually delete the string and place the gcode on a card I get
a read error every time it is read by the firmware. Looks like I cannot use Cura on .091 Repetier and will have to stay with Slic3r or Kisslicer.
Re: Cura users, or would be users!
Wait, Eagle, when did you get that rank... 

- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Cura users, or would be users!
Anyone with 1000 or above has that rank. Pretty rank huh?Nylocke wrote:Wait, Eagle, when did you get that rank...
Re: Cura users, or would be users!
they should make one for 2k...Eaglezsoar wrote:Anyone with 1000 or above has that rank. Pretty rank huh?Nylocke wrote:Wait, Eagle, when did you get that rank...
- Generic Default
- Printmaster!
- Posts: 554
- Joined: Mon Jun 03, 2013 6:56 pm
- Contact:
Re: Cura users, or would be users!
I had that same glitch with Cura generated files crashing into the finished print and ruining it. I just edited the "end" gcode to remove it. Mine looks like this now;
Check out the Tri hotend!
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: Cura users, or would be users!
I did the same thing. The "park" command doesn't land the hot-end in a particularly good place.
It's because homing the machine goes to the MAX end-stops instead of the min, and because X0,Y0 is in the middle of the print instead of at the very bottom corner.
It's because homing the machine goes to the MAX end-stops instead of the min, and because X0,Y0 is in the middle of the print instead of at the very bottom corner.
- bvandiepenbos
- Printmaster!
- Posts: 923
- Joined: Thu Apr 05, 2012 11:25 pm
- Location: Goshen, IN
- Contact:
Re: Cura users, or would be users!
I had crash issue with Cura also. Edited my end code so G28 did not have any X or Y values.
Just G28
NOT G28 X0 Y0
Then Cura code works fine on my MAX.
Just G28
NOT G28 X0 Y0
Then Cura code works fine on my MAX.
~*Brian V.
RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Cura users, or would be users!
Are you using the latest release candidate for Cura? If you are how do you handle the last line of the GCode that Cura generates? I try to delete it and get a read error.bvandiepenbos wrote:I had crash issue with Cura also. Edited my end code so G28 did not have any X or Y values.
Just G28
NOT G28 X0 Y0
Then Cura code works fine on my MAX.
-
- Printmaster!
- Posts: 446
- Joined: Sun Jun 30, 2013 5:52 pm
- Location: Orange County, CA
- Contact:
Re: Cura users, or would be users!
I don't know about Brian, but I made similar changes to my end code and I've never seen any crazy last line of code on Cura - and I'm on 14.01
Fellow Philosophy majors unite!
"The proverbial achilles heel of property monistic epiphenomenalism is the apparent impossibility of ex-nihilo materialization of non-structural and qualitatively new causal powers."
"The proverbial achilles heel of property monistic epiphenomenalism is the apparent impossibility of ex-nihilo materialization of non-structural and qualitatively new causal powers."
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: Cura users, or would be users!
You mean the closed beta that got shared the other day?Eaglezsoar wrote:Are you using the latest release candidate for Cura?
http://forum.seemecnc.com/viewtopic.php ... eta#p30024
http://software.ultimaker.com/Cura_closed_beta/
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Cura users, or would be users!
Yes the Cura 14.02 adds that last line of gook to the end of the generated gcode file.Jimustanguitar wrote:You mean the closed beta that got shared the other day?Eaglezsoar wrote:Are you using the latest release candidate for Cura?
http://forum.seemecnc.com/viewtopic.php ... eta#p30024
http://software.ultimaker.com/Cura_closed_beta/
- bvandiepenbos
- Printmaster!
- Posts: 923
- Joined: Thu Apr 05, 2012 11:25 pm
- Location: Goshen, IN
- Contact:
Re: Cura users, or would be users!
I am using 13.06
Last edited by bvandiepenbos on Fri Feb 21, 2014 12:39 pm, edited 1 time in total.
~*Brian V.
RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
RostockMAX v2 (Stock)
MAX METAL "ShortyMAX"
MAX METAL Rostock MAX Printer Frame
NEMESIS Air Delta v1 & v2 -Aluminum delta printers
Rostock MAX "KITT" - Tri-Force Frame
GRABER i3 "Slim"
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Cura users, or would be users!
13.06 ? I bet you drive a model A ford too! (just picking on you, I do it to em all!)bvandiepenbos wrote:I am using 13.06
14.02 does not work for me so I will get an older version.