Notifications
Clear all

Octoprint Scripts  

  RSS
GertL
(@gertl)
Reputable Member
Octoprint Scripts

Finally came to install Octoprint.
So far so good 🙂

Printing a Raspberry PI mount from it now.

Can someone share whatever scripts you are using ?
The ones that gone under GCODE Scripts.

---
Gert

Posted : 25/06/2017 3:51 pm
Carsten
(@carsten-2)
Estimable Member
Re: Octoprint Scripts

Before start;


; PID tuning
M301 P15.27 I0.98 D59.42

;beep & message to remind me to check for nozzle and old intro line
M300 S1 P200
M117 Remove Intro Line!

After Print:


M117 Octoprint ready.

Abort print:


G91; Set to Relative position
G1 E-1 F300; retract the filament a bit before lifting the nozzle
G0 Z15; move z axis up 15
G28 X; home X axis
G1 Y150 F5000; move part out for inspection
G90; Set to Absolute position

;disable all heaters
{% snippet 'disable_hotends' %}
{% snippet 'disable_bed' %}
;disable fan
M106 S0

; disable motors
M84 ; which one?

Carsten

My Prints: https://www.prusaprinters.org/social/15695-carsten/prints
My Employer: https://make-magazin.de

Posted : 25/06/2017 6:49 pm
GertL
(@gertl)
Reputable Member
Topic starter answered:
Re: Octoprint Scripts

Thanks Carsten

M117 i get, just a message, right ?

What is the reason for doing the PID from Octoprint? I have that in my GCODE.

Also, i get a Sleep message when printing with my gcode from Octoprint, do you have a clue why?

My start code in S3D
M301 P18.00 I1.47 D54.92 ; PID 240 Degrees
G28 W ; home all without mesh bed level
G0 Z60 ; get head above bed to keep it cool
M140 S[bed1_temperature] ; this will take the layer 1 temperature for bed 0
M190 S[bed1_temperature] ; wait for bed temp
M104 S[extruder0_temperature] T0 ; this will take the layer 1 temperature for extruder 0
M109 S[extruder0_temperature] T0 ; wait for extruder temp
M300 S440 P500 ; Beep 0.5 Sec
G4 S10 ; Wait 10 Sec. Remove ooze filament.
G28 W ; home all without mesh bed level
G80 ; mesh bed leveling
G1 Y-3.0 F1000.0 ; go outside printing area
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line

---
Gert

Posted : 25/06/2017 7:44 pm
PJR
 PJR
(@pjr)
Antient Member Moderator
Re: Octoprint Scripts

Also, i get a Sleep message when printing with my gcode from Octoprint, do you have a clue why?

Faulty firmware - it happens when not printing from SD card and overrides all the Octoprint/slicer messages...

Peter

Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…

Posted : 25/06/2017 8:01 pm
GertL
(@gertl)
Reputable Member
Topic starter answered:
Re: Octoprint Scripts

Faulty firmware - it happens when not printing from SD card and overrides all the Octoprint/slicer messages...

Ok, I'm on 3.0.10, is this fixed in 3.0.11 what you know of?

---
Gert

Posted : 25/06/2017 8:44 pm
PJR
 PJR
(@pjr)
Antient Member Moderator
Re: Octoprint Scripts

Ok, I'm on 3.0.10, is this fixed in 3.0.11 what you know of?

I don't think so, there was something implemented in 3.0.12-RC1 (for MM) I believe, but it still does exactly the same for me.

For me, when printing, that 4th line should be left alone for messages I want to display and not be overridden by useless firmware messages.

Peter

Please note: I do not have any affiliation with Prusa Research. Any advices given are offered in good faith. It is your responsibility to ensure that by following my advice you do not suffer or cause injury, damage…

Posted : 25/06/2017 8:57 pm
GertL
(@gertl)
Reputable Member
Topic starter answered:
Re: Octoprint Scripts

Can confirm, 3.0.11 dosent fix it.

Thanks Peter, i came around to do the upgrade finally anyway 🙂

---
Gert

Posted : 25/06/2017 9:23 pm
Share: