Hello Guest it is March 28, 2024, 06:42:46 PM

Author Topic: A axis as extruder  (Read 7118 times)

0 Members and 1 Guest are viewing this topic.

Re: A axis as extruder
« Reply #10 on: August 05, 2013, 01:17:56 PM »
Hi KAK  ! 
Quote
I´m getting arachnophobic when I look at some of my parts :-)
Spiderman ?   ;D

It depends on your slic3er Settings.



G21 ; set units to millimeters
M107
M104 P200 ; set temperature
G28 ; home all axes
G1 Z5 F5000 ; lift nozzle
M109 P200 ; wait for temperature to be reached
G90 ; use absolute coordinates
G0 Z0.350 F7800.000 A-1.00000                           <====  first Z and A
G0 X85.680 Y91.228                                              <==== then X and Y
G1 F2400.000 A0.00000
G1 X86.690 Y90.397 F540.000 A0.04253
G1 X87.840 Y89.787 A0.08489
G1 X89.090 Y89.407 A0.12739

 :)

Alex

Offline kak

*
  •  81 81
    • View Profile
Re: A axis as extruder
« Reply #11 on: August 05, 2013, 08:11:43 PM »
JohnHaine - the reprap software is a little bit to complicated for me. I think it needs more than Win Xp to run Skeinforge.

Cncalex - people have discussed the Slic3r retraction just 2 weeks ago.  The last 5 posts.
http://forums.reprap.org/read.php?263,225351

I have the latest 9.10b version and I don´t know where the setting is.

My first retraction looks like yours, but from there it´s combined moves.

M109 P200 ; wait for temperature to be reached
G90 ; use absolute coordinates
G0 Z0.200 F9000.000 A-2.40000
G0 X41.495 Y39.021
...
G0 X49.276 Y47.991 F9000.000 A802.14553
...
G0 X48.620 Y45.328 F9000.000 A802.14642



« Last Edit: August 05, 2013, 08:22:22 PM by kak »
Re: A axis as extruder
« Reply #12 on: August 05, 2013, 10:46:20 PM »
It looks like it may work with this settings. ( see pict.)

Alex

Offline kak

*
  •  81 81
    • View Profile
Re: A axis as extruder
« Reply #13 on: August 07, 2013, 10:02:21 AM »
Thanks. I will try that. Now I´m trying to understand Kisslicer and se how it works.