Web control - miss reporting. April 07, 2016 08:52AM |
Registered: 10 years ago Posts: 782 |
Re: Web control - miss reporting. April 07, 2016 10:06AM |
Registered: 10 years ago Posts: 14,685 |
Re: Web control - miss reporting. April 08, 2016 05:54AM |
Registered: 10 years ago Posts: 782 |
Re: Web control - miss reporting. April 08, 2016 08:10AM |
Registered: 10 years ago Posts: 14,685 |
Re: Web control - miss reporting. April 08, 2016 09:11AM |
Registered: 10 years ago Posts: 782 |
Re: Web control - miss reporting. April 08, 2016 09:21AM |
Registered: 10 years ago Posts: 14,685 |
Re: Web control - miss reporting. April 08, 2016 09:34AM |
Registered: 10 years ago Posts: 782 |
Quote
dc42
The problem is the G1 Z5 command in your end gcode, which makes the firmware think the object height is 5mm. I suggest you move it and the surrounding G91/G90 commands into a macro file, and invoke that macro instead.
Re: Web control - miss reporting. April 08, 2016 09:47AM |
Registered: 10 years ago Posts: 782 |
Re: Web control - miss reporting. April 08, 2016 04:37PM |
Registered: 10 years ago Posts: 14,685 |
Quote
appjaws1
Quote
dc42
The problem is the G1 Z5 command in your end gcode, which makes the firmware think the object height is 5mm. I suggest you move it and the surrounding G91/G90 commands into a macro file, and invoke that macro instead.
I see what you mean, thanks.
I am using simplify3d and that code is in the ending script.
If I made a macro and called it ending, do I just put ending in the script, as shown below or is there something else I need to do?
ending
G1 X30 Y210 F3000;
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
;M84 ; disable motors
Re: Web control - miss reporting. April 08, 2016 05:20PM |
Registered: 10 years ago Posts: 665 |
Re: Web control - miss reporting. April 11, 2016 07:14AM |
Registered: 10 years ago Posts: 2,472 |
Re: Web control - miss reporting. April 12, 2016 08:14AM |
Registered: 10 years ago Posts: 782 |
Re: Web control - miss reporting. April 12, 2016 12:03PM |
Registered: 9 years ago Posts: 638 |
Re: Web control - miss reporting. April 13, 2016 07:16AM |
Registered: 10 years ago Posts: 2,472 |