Invalid M code September 09, 2014 03:38PM |
Registered: 11 years ago Posts: 782 |
Re: Invalid M code September 09, 2014 04:47PM |
Registered: 11 years ago Posts: 14,686 |
Re: Invalid M code September 09, 2014 08:06PM |
Registered: 11 years ago Posts: 859 |
Re: Invalid M code September 10, 2014 02:22AM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 04:38AM |
Registered: 11 years ago Posts: 782 |
Re: Invalid M code September 10, 2014 05:58AM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 06:26AM |
Registered: 11 years ago Posts: 782 |
Quote
colsenfoto
I had to try it on Simply3D right away - didn't work out of the box - Simply3D uses G0-codes. It should work now. New script attached.
I have also attached a converted cone-file. The T2 X-offset is 22mm. If you have another offset, let me know and I'll make a new file. The offset hardcoded in the script.
Carsten
Re: Invalid M code September 10, 2014 06:40AM |
Registered: 11 years ago Posts: 782 |
Re: Invalid M code September 10, 2014 06:55AM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 08:13AM |
Registered: 11 years ago Posts: 782 |
Re: Invalid M code September 10, 2014 09:01AM |
Registered: 11 years ago Posts: 782 |
Quote
colsenfoto
You could attach your edited version on the script, and I'll give it a try. My Python is pretty rusty, though - but maybe... :-)
:-) Carsten
Re: Invalid M code September 10, 2014 10:01AM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 10:19AM |
Registered: 11 years ago Posts: 782 |
Yes different extruders can be set for different tasks like support or internals etc., have a look at the videos on www.simplify3D.comQuote
colsenfoto
I'm getting curious about Simplify3D. Is it possible to specify different extruders for support (and maybe support-interface)?
:-) Carsten
Re: Invalid M code September 10, 2014 11:05AM |
Registered: 11 years ago Posts: 14,686 |
Re: Invalid M code September 10, 2014 12:31PM |
Registered: 11 years ago Posts: 782 |
Re: Invalid M code September 10, 2014 12:31PM |
Registered: 11 years ago Posts: 665 |
Re: Invalid M code September 10, 2014 01:22PM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 02:41PM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 03:09PM |
Registered: 11 years ago Posts: 782 |
Re: Invalid M code September 10, 2014 03:27PM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 10, 2014 07:22PM |
Registered: 11 years ago Posts: 14,686 |
M563 P1 D0 H1 ; Define tool 1 G10 P1 X-11 Y0 Z0 S0 R0 ; Set tool 1 offset, operating and standby temperatures M563 P2 D1 H2 ; Define tool 2 G10 P2 X11 Y0.4 Z0 S0 R0 ; Set tool 2 offset, operating and standby temperatures M92 E420:420 ; Set extruder steps/mm
Re: Invalid M code September 11, 2014 01:28AM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 11, 2014 06:24AM |
Registered: 11 years ago Posts: 1,230 |
Quote
colsenfoto
I'm getting curious about Simplify3D. Is it possible to specify different extruders for support (and maybe support-interface)?
:-) Carsten
Re: Invalid M code September 11, 2014 08:14AM |
Registered: 11 years ago Posts: 782 |
Quote
dc42
I have put a test version of firmware with G10 nozzle offset support at [dl.dropboxusercontent.com]. It seems to work OK on my machine although I have yet to do a full print with it.
I have the following in my config.g file:
M563 P1 D0 H1 ; Define tool 1 G10 P1 X-11 Y0 Z0 S0 R0 ; Set tool 1 offset, operating and standby temperatures M563 P2 D1 H2 ; Define tool 2 G10 P2 X11 Y0.4 Z0 S0 R0 ; Set tool 2 offset, operating and standby temperatures M92 E420:420 ; Set extruder steps/mm
G92 commands will always assume that the coordinates you give are of the head as a whole, not a particular nozzle. This means that homing files containing G92 commands will still work. However, the head positions reported by the web interface and by the M114 command will be the position of the current tool, if a tool is selected.
Re: Invalid M code September 12, 2014 01:27PM |
Registered: 11 years ago Posts: 101 |
Re: Invalid M code September 12, 2014 04:19PM |
Registered: 11 years ago Posts: 14,686 |
Re: Invalid M code October 07, 2020 01:51AM |
Registered: 4 years ago Posts: 14 |