Re: Cura 14.01 February 12, 2014 05:25PM |
Registered: 10 years ago Posts: 578 |
Re: Cura 14.01 February 14, 2014 05:25AM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 17, 2014 04:57PM |
Registered: 9 years ago Posts: 147 |
Re: Cura 14.01 February 18, 2014 01:24AM |
Registered: 9 years ago Posts: 14 |
Re: Cura 14.01 February 18, 2014 02:30PM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 18, 2014 02:58PM |
Registered: 9 years ago Posts: 147 |
Quote
Cash
Happy to hear that!
I'm using Cura all the time at the moment! You should also take a look at this thread: forums.reprap.org to archive best results. With that modified firmware I am using 15mm/s for perimeters and 100mm/s for infill and the results are very good. Better quality with less printing time!
Frank
Re: Cura 14.01 February 18, 2014 04:44PM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 18, 2014 05:56PM |
Registered: 10 years ago Posts: 578 |
Re: Cura 14.01 February 19, 2014 02:58AM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 19, 2014 04:20AM |
Registered: 9 years ago Posts: 265 |
Re: Cura 14.01 February 19, 2014 04:25AM |
Registered: 9 years ago Posts: 147 |
Re: Cura 14.01 February 19, 2014 06:28AM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 19, 2014 02:18PM |
Registered: 9 years ago Posts: 57 |
Quote
rayhicks
M203 sets the maximum speed (by default this is capped at 50mm/s or 3000 mm/minute in the firmware - I increased this limit in the version of firmware I uploaded:
M203 X6000 Y6000 Z500 E3000 ; will allow 100mm/s sliced gcodes to work... if they have time/distance to get up to speed
Ray
Re: Cura 14.01 February 19, 2014 02:36PM |
Registered: 10 years ago Posts: 578 |
Re: Cura 14.01 February 19, 2014 02:42PM |
Registered: 9 years ago Posts: 103 |
Quote
Cash
Quote
rayhicks
M203 sets the maximum speed (by default this is capped at 50mm/s or 3000 mm/minute in the firmware - I increased this limit in the version of firmware I uploaded:
M203 X6000 Y6000 Z500 E3000 ; will allow 100mm/s sliced gcodes to work... if they have time/distance to get up to speed
Ray
I have added this line to my settings inside Cura (start g-code) and found out, that the plugin will handle this in a wrong way, because of X Y and Z is inside one line and the plugin tries to divide this into 2 seperated G1 commands that the Ormerod firmware can handle.
Now I have modified the plugin again, i forgot that the line must also contain a "G1"!
In the attachment you will find the new plugin and my actual setting (for quality) with the above line included into the start g-code to enable printing at 100mm/s!
@dc42: Your 057n firmware is working great so far. Thank you very much!
Cheers,
Frank
Re: Cura 14.01 February 19, 2014 03:20PM |
Registered: 9 years ago Posts: 147 |
Quote
Cash
Quote
rayhicks
M203 sets the maximum speed (by default this is capped at 50mm/s or 3000 mm/minute in the firmware - I increased this limit in the version of firmware I uploaded:
M203 X6000 Y6000 Z500 E3000 ; will allow 100mm/s sliced gcodes to work... if they have time/distance to get up to speed
Ray
I have added this line to my settings inside Cura (start g-code) and found out, that the plugin will handle this in a wrong way, because of X Y and Z is inside one line and the plugin tries to divide this into 2 seperated G1 commands that the Ormerod firmware can handle.
Now I have modified the plugin again, i forgot that the line must also contain a "G1"!
In the attachment you will find the new plugin and my actual setting (for quality) with the above line included into the start g-code to enable printing at 100mm/s!
@dc42: Your 057n firmware is working great so far. Thank you very much!
Cheers,
Frank
Re: Cura 14.01 February 19, 2014 03:23PM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 19, 2014 03:30PM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 19, 2014 04:00PM |
Registered: 9 years ago Posts: 147 |
Quote
Cash
Hi Paul,
are you using the actual 057n firmware from dc42? You could also try my V2.3 settings above at this thread, this was using slower settings! 30 minutes ago i finished a print with this settings without any problem. Ok, i think the bottom layer could be printed at a litte bit lower speed.
I have also this heating issue, but it's no problem for me...
Frank
Edit: I think you could also try to reduce the Z500 value after the M203 command to limit the Z Axis speed.
Re: Cura 14.01 February 19, 2014 04:33PM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 19, 2014 04:42PM |
Registered: 9 years ago Posts: 147 |
Re: Cura 14.01 February 19, 2014 04:51PM |
Registered: 9 years ago Posts: 57 |
Re: Cura 14.01 February 20, 2014 06:46PM |
Registered: 9 years ago Posts: 2,472 |
Quote
Cash
Doing this inside the start-gcode is not possible, because Cura is setting the temperatures ahead of the start-gcode. But I think at least the plugin can do the trick. I will see what I can do!
Cheers,
Frank
Re: Cura 14.01 February 20, 2014 06:54PM |
Registered: 10 years ago Posts: 578 |
Re: Cura 14.01 February 21, 2014 02:37AM |
Registered: 9 years ago Posts: 57 |
Quote
dmould
Not done any prints yet, but I noticed that if I reference the temperatures in the start g code, Cura will not set a temperature at the start. If the temperatures are not referenced (or the lines are commented out as they are in Cash's sample ini file), then Cura does indeed set the temperatures right at the start as you say.
Re: Cura 14.01 February 21, 2014 06:19AM |
Registered: 9 years ago Posts: 2,472 |
Quote
rayhicks
are those underscores entries not cura's internal variables though Dave? I've only used it for slicing and not for running the machine, but I guess that the ormerod firmware would ignore "insert name here" style gcodes if sent as-is. Personally I don't use slicers for setting temps so I can feel in control (actually so I can slice once and run with both ABS and PLA and see who gives the best results, even though it means I need to remember to push a couple of buttons to set temps before running a gcode)
Ray
Re: Cura 14.01 February 21, 2014 07:03AM |
Registered: 10 years ago Posts: 578 |
;Generated with Cura_SteamEngine 13.12 ;Basic settings: Layer height: 0.24 Walls: 1 Fill: 25 ;Print time: #P_TIME# ;Filament used: #F_AMNT#m #F_WGHT#g ;Filament cost: #F_COST# ;M190 S0 ;Uncomment to add your own bed temperature line ;M109 S0 ;Uncomment to add your own temperature line G21 ;metric values G90 ;absolute positioning M83 ; use relative distances for extrusion ;G1 Z5 F200 ; lift nozzle ;G1 X2 Y50 F2000; Go to wait for warm position ;M116; Wait for all temperatures(The above is using Frank's initial plugin - hence the hash signs that I think he removed in later versions for compatibility with Matt's web interface )
Re: Cura 14.01 February 21, 2014 09:54AM |
Registered: 9 years ago Posts: 2,472 |
Re: Cura 14.01 February 21, 2014 10:03AM |
Registered: 10 years ago Posts: 578 |
Re: Cura 14.01 February 22, 2014 09:24AM |
Registered: 9 years ago Posts: 2,472 |