Closed jfpion closed 10 years ago
Just put this in the Layer change G-code:
; layer [layer_num]
Or put your custom G-code directly.
Le 21/09/2014 11:01, Alessandro Ranellucci a écrit :
Just put this in the Layer change G-code:
; layer [layer_num] Or put your custom G-code directly.
Reply to this email directly or view it on GitHub https://github.com/alexrj/Slic3r/issues/2265#issuecomment-56293254.
thank you a lot
that a feature i haven't view because of the small default windows at the opening of slicer
why not open the software full screen or at least big enough to see all the option ?
thank you again
JF Pion
Des montages électroniques pour le modélisme http://jean.francois.pion.free.fr le site du vol électrique http://electrofly.free.fr/
I make some multi color print depend of the high of the print .
it would be a great improvement to have a comment in the gcode ( ; layer xxx ) at the beginning of each layer to insert manualy a bit of gcode like this one:
G91 G1 Z30 F4000 G90 G1 X100 Y0
;@pause ; pause pronterface to change the filament G28 X0 G1 X5 M400 G28 X0
G91 G1 Z-30 F4000 G90 G92 E0
thank you