Search found 7 matches

Go to advanced search

by nka
Fri Dec 25, 2015 8:49 am
Forum: General Discussion and Tips
Topic: Layer Change Script for Raft
Replies: 8
Views: 5718
 
Jump to post

Re: Layer Change Script for Raft

Oh good idea, thanks!
by nka
Wed Dec 23, 2015 7:43 pm
Forum: General Discussion and Tips
Topic: Layer Change Script for Raft
Replies: 8
Views: 5718
 
Jump to post

Re: Layer Change Script for Raft

So, I finally did it... working, but with some bugs. This is the line I need to add. {REPLACE "; layer 7, Z = 2.4973" "\n; nka adding\nG1 E-5.0000 F1800\nG1 Z10 F1800\nM109 S110 T0\nM109 S210 T0\nG1 E-2.0000 F1800\nG1 Z2.997 F9000\n\n; layer 7, Z = 2.4973"} But there's two proble...
by nka
Fri Nov 20, 2015 9:03 am
Forum: General Discussion and Tips
Topic: Layer Change Script for Raft
Replies: 8
Views: 5718
 
Jump to post

Re: Layer Change Script for Raft

I guess you could, but it will be a lot of job, as you will have to modify EACH commands under the layer you wish... better go edit the .gcode directly, changing the Fxxx for that layer.
by nka
Sun Nov 08, 2015 12:38 pm
Forum: General Discussion and Tips
Topic: Layer Change Script for Raft
Replies: 8
Views: 5718
 
Jump to post

Re: Layer Change Script for Raft

Oh, so I must use post processing... thanks!
by nka
Sat Nov 07, 2015 8:40 pm
Forum: General Discussion and Tips
Topic: Layer Change Script for Raft
Replies: 8
Views: 5718
 
Jump to post

Layer Change Script for Raft

Hello, I'm currently adding this before my layer 7 (layer 6 is the last layer of my Raft). ; nka adding G1 E-5.0000 F1800 G1 Z10 F1800 M109 S110 T0 M109 S210 T0 ; copy last line above G1 E-2.0000 F1800 G1 Z2.997 F7200 I'm wondering if there's any way to do it directly with the "layer change scr...
by nka
Wed Aug 05, 2015 8:52 am
Forum: General Discussion and Tips
Topic: Tip of the Day 8- Scripts tab, G-Code
Replies: 71
Views: 427690
 
Jump to post

Re: Tip of the Day 8- Scripts tab, G-Code

Oh amazing, thanks !
by nka
Wed Aug 05, 2015 8:16 am
Forum: General Discussion and Tips
Topic: Tip of the Day 8- Scripts tab, G-Code
Replies: 71
Views: 427690
 
Jump to post

Re: Tip of the Day 8- Scripts tab, G-Code

Can I do calculation, like something like this to raise the nozzle 10mm at the end of a print?

G0 X0 Y0 Z{[current_Z_layer]+10}

?

Go to advanced search