(small) Feature request May 03, 2017 02:09PM |
Registered: 8 years ago Posts: 109 |
Re: (small) Feature request May 03, 2017 02:51PM |
Registered: 9 years ago Posts: 517 |
Re: (small) Feature request May 03, 2017 05:39PM |
Registered: 10 years ago Posts: 14,682 |
Re: (small) Feature request May 03, 2017 05:45PM |
Registered: 9 years ago Posts: 517 |
Re: (small) Feature request May 04, 2017 12:09AM |
Registered: 9 years ago Posts: 71 |
M83 ; relative extruder moves G1 E-4 F2500 ; retract 4mm G91 ; relative moves G1 Z10 F600 ; raise nozzle 10mmThis is my entire pause script. I've never had the issue of hitting hard limits, simply because it doesn't try to go anywhere but up. I pause during heating up all the time with this.
Re: (small) Feature request May 04, 2017 12:17AM |
Registered: 9 years ago Posts: 517 |
Re: (small) Feature request May 04, 2017 12:54AM |
Registered: 9 years ago Posts: 71 |
Re: (small) Feature request May 04, 2017 02:54AM |
Registered: 9 years ago Posts: 5,232 |
Re: (small) Feature request May 04, 2017 09:16AM |
Registered: 9 years ago Posts: 517 |
Quote
Masterjuggler
Sorry, I wasn't trying to imply that you don't. I just ranted a bit too long about the reasoning behind my process. What I was trying to say was that I think it's easier to time watching the first layer when starting the print after it's heated, rather than having to watch it and trying to time it when the printer thinks it's heated up enough.
Re: (small) Feature request May 05, 2017 03:03AM |
Registered: 8 years ago Posts: 109 |
Re: (small) Feature request May 05, 2017 04:53AM |
Registered: 10 years ago Posts: 14,682 |
Re: (small) Feature request May 05, 2017 08:13AM |
Registered: 9 years ago Posts: 517 |
Quote
dc42
In firmware 1.19alpha I've changed things so that pause.g, resume.g and cancel.g are not run unless all axes have been homed.
Re: (small) Feature request May 05, 2017 09:02AM |
Registered: 8 years ago Posts: 109 |
Quote
ElmoC
Quote
dc42
In firmware 1.19alpha I've changed things so that pause.g, resume.g and cancel.g are not run unless all axes have been homed.
While that will fix the problem with movement, there are still activities in those scripts that should be performed, such as turning off heaters, fans, lights, or other items that were activated at the start of the print.
Re: (small) Feature request May 05, 2017 09:14AM |
Registered: 9 years ago Posts: 517 |
Quote
unromeo21
Well, if we don't do any moves with cancel.g and only turn off fans,temps, etc, than there is no need to include it in the homing check.
Quote
ElmoC
Quote
dc42
In firmware 1.19alpha I've changed things so that pause.g, resume.g and cancel.g are not run unless all axes have been homed.
While that will fix the problem with movement, there are still activities in those scripts that should be performed, such as turning off heaters, fans, lights, or other items that were activated at the start of the print.
Re: (small) Feature request May 05, 2017 10:38AM |
Registered: 10 years ago Posts: 14,682 |
Quote
unromeo21
Well, if we don't do any moves with cancel.g and only turn off fans,temps, etc, than there is no need to include it in the homing check.
Quote
ElmoC
Not sure what you are trying to say. If the print had actually moved the hotend, I would want the hotend moved after the cancel in addition to the other activities.
Re: (small) Feature request May 06, 2017 07:45PM |
Registered: 9 years ago Posts: 93 |
Re: (small) Feature request May 07, 2017 06:46AM |
Registered: 9 years ago Posts: 893 |
Quote
roboprint
David, is it possible to add G28 command parameter to support "home only if not already homed" behaviour? Sometimes this can help for those (including me) who forget to home printer before print.
Re: (small) Feature request May 07, 2017 07:21AM |
Registered: 9 years ago Posts: 93 |
Quote
David J
Quote
roboprint
David, is it possible to add G28 command parameter to support "home only if not already homed" behaviour? Sometimes this can help for those (including me) who forget to home printer before print.
I put a homing command in the slicer's startup script that gets added to the beginning of every gcode file I produce - every time I print that file, it homes everything before trying to lay down filament
(unless I have mis-understood what you're trying to achieve! )
Re: (small) Feature request May 07, 2017 07:37AM |
Registered: 9 years ago Posts: 517 |
Re: (small) Feature request May 07, 2017 08:06AM |
Registered: 9 years ago Posts: 93 |
Quote
ElmoC
Does homing take so long on your printer? It doesn't seem it would take long to home if already homed.