Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Start Script ändern (heiz Problem)

geschrieben von Kalonifi 
Start Script ändern (heiz Problem)
23. November 2020 20:26
Hallo zusammen

Ich habe einen Zaribo auf Duet 2 WiFi umgebaut.
Dieser hat 0.9grad Motoren spendiert bekommen.

Leider Blicke ich in Sachen Programmierung noch nicht durch.
Ist alles unverständlich für mich. Bin aber fleißig am lesen und bin lerngierieg.
Also nimmt es mit bitte nicht übel wenn hier ein paar Doofe Fragen kommen.

Zu meinen Anliegen.

Ich habe auf dem Duet die Reprap 3.1.1 installiert. Über WDC habe ich ein bestehendes Profil geladen.
Damit scheint der Drucker erstmal zu laufen.
Jedoch habe ich hier 2 Punkte die mich total Nerven und die ich nicht weg bekommen.
Und zwar beim starten eines Drucks.
Dazu fährt er erstmal nach Hause (X0 Y0 (links vorne), macht da den offset für X,y und Z.
danach fährt er zur Mitte und misst docht den Offset. Finde ich aber schon unlogisch, weil er die Temperatur noch nicht erreicht hat.
Danach fährt er wieder nach vorne links und heizt auf 150 grad Nozzle und 90 grad Bed auf.
Dann macht er wieder in der Mitte eine offset Messung und macht ein G29 mit 81 Punkte hinterher.
Und das immer noch bei 150grad.
Dann fährt er super langsam von hinten rechts nach vorne und dann nach links.
Dort heizt er dann auf 240 grad und fängt an zu drucken.


Ist doch total Käse. Möchte das nicht so haben. Er soll vorne links die Offset für XYZ machen (homen) dort stehen bleiben und auf 240grad aufheizen.
Ein retract von E-5-10 (mosquito mit Bondtech) wäre nice.
Nach dem aufheiten ein Bed Leveling (G29 mit max 7x7 Punkte)
Dann soll er danach eine Primeline ziehen. Die soll vorne links sein.
Dann ab zur Mitte und denn Druck raus lassen.


Also eigentlich so wie beim Prusa auch.
Ich bin gerade auf der Arbeit und habe die aktuellen cfg nicht parat.
Füge ich aber heute ein.
Könnt ihr mir bitte bei der Umsetzungen helfen.
Finde die Zeile nicht, die für das abkühlen auf 150 grad zuständig ist.

Wäre für jede Hilfe dankbar.
LG Kalonifi






; 0:/sys/config.g
; Configuration file for MK3s Duet WiFi, firmware version 3.11
; Go to [github.com]
; for corresponding wiring information.

; General preferences
M500
G90 ; Set absolute coordinates
M83 ; Set relative extruder moves
M550 P"Bügeleisen" ; Set printer name
;
; =========================================================================================================
; Network
; =========================================================================================================
;
;M551 P"3D" ; Set password
M552 S1 ; Enable network
M586 P0 S1 ; Enable HTTP
M586 P1 S1 ; Enable FTP
M586 P2 S0 ; Disabled Telnet
M575 P1 S1 B38400 ; Enable support for PanelDue
;
; =========================================================================================================
; Drive Mappings S0 = backwards, S1 = forwards
; =========================================================================================================
;
M569 P0 S1 ; Drive 0 goes forwards: X Axis
M569 P1 S1 ; Drive 1 goes forwards: Y Axis
M569 P2 S1 ; Drive 2 goes forwards: Z Axis Left
M569 P3 S1 ; Drive 3 goes backward: E Axis
M569 P4 S1 ; Drive 4 goes forwards: Z Axis Right (using E1)
;
; =========================================================================================================
; Motor Configuration
; =========================================================================================================
;
;
M350 X16 Y16 E16 Z16 I1 ; Set X, Y, Z, and E microstepping with interpolation.
M92 X200.00 Y200.00 Z400.00 E830.00 ; Set steps per mm
M566 X600.00 Y600.00 Z24.00 E300.00 P1 ; Set maximum instantaneous speed changes (mm/min)
M203 X15000.00 Y15000.00 Z900.00 E2000.00 ; Set maximum speeds (mm/min)
M201 X4000.00 Y4000.00 Z1000.00 E5000.00 ; Set accelerations (mm/s^2)
M906 X1000.00 Y1000.00 Z550.00 E550.00 I50 ; Set initial motor currents (mA) and motor idle factor in percent
M84 S60 ; Set idle timeout before shifitng to idle-current
M564 H0
;
; ; Allow unhomed movement
; =========================================================================================================
; Motor remapping for dual Z and axis Limits
; =========================================================================================================
;
;
M584 X0 Y1 Z2:4 E3 ; Set two Z motors connected to driver outputs Z and E1
M671 X-37:287 Y0:0 S10 ; Leadscrew at left connected to Z, leadscrew at right connected to E1

;
; =========================================================================================================
; Set bed dimensions
; =========================================================================================================
;
M208 X-2 Y-7.5 Z0 S1 ; set axis minima
M208 X256.9 Y214 Z316.50 S0 ; set axis maxima

;
; =========================================================================================================
; Endstops for each Axis
; =========================================================================================================
;
;
M574 X1 S3 ; configure sensorless endstop for low end on X
M574 Y1 S3 ; configure sensorless endstop for low end on Y
M574 Z1 S2 ; configure Z-probe endstop for low end on Z
M574 Z2 S3 ; configure sensorless endstop for high end on Z
M591 D0 P2 C"e0_stop" S1 ; configure extruder endtstop (filament sensor)
M950 S3 C"exp.heater3" ; create servo pin 0 for BLTouch
M558 P5 C"zprobe.in" H1.5 F1000 T12000 A3 ; set Z probe to PINDA
;M558 P5 C"zprobe.in" I1 H0.7 F400 T8000 A20 S0.003 ; USE FOR PINDA!
M557 X23:235 Y5:186 S30.25:30 ; define mesh grid
M574 Z1 S2 ; Set endstops controlled by probe
;
;
;
;
; =========================================================================================================
; Stallgaurd Sensitivity
; =========================================================================================================
;
M98 P"current-sense-homing.g" ; Set the current and sensitivity for normal routine, per the macro
;
M915 X S2 F0 H400 R0 ; Set X axis Sensitivity
M915 Y S1 F0 H400 R0 ; Set Y axis Sensitivity
M915 Z S0 F0 H200 R0 ; Set Z axis Sensitivity
;
;
;
;
; =========================================================================================================
; Z-Probe Settings for BLTouch
; =========================================================================================================
;
;M558 P9 C"^zprobe.in" H2.5 F200 T10000 ; BLTouch, connected to Z probe IN pin
;M950 S0 C"exp.heater3"
;
;
; =========================================================================================================
; Z-Probe Setting for PINDA v2
; =========================================================================================================
;
; 1 - If using PindaV2, Remove above M558 & M950 lines, replace with the following M558 & M308 line
; 2 - Uncomment one of the Z-Offsets below, follow the wiki guide steps to get the proper Z-offset for your printer
; 3 - Comment out the 2 BLTouch lines in the homez and homeall files
;
M558 P5 C"^zprobe.in" I1 H1 F1000 T6000 A20 S0.005 ; Prusa PindaV2
M308 S2 P"e1_temp" A"Pinda V2" Y"thermistor" T100000 B3950 ; Prusa PindaV2
;
; =========================================================================================================
; Z-Offsets - Read here: [duet3d.dozuki.com]
; =========================================================================================================
;
; G31 P1000 X23 Y5 Z0.985 ; PEI Sheet (Prusa) Offset Spool3D Tungsten Carbide
; G31 P1000 X23 Y5 Z0.440 ; PEI Sheet (Prusa) Offset MICRO SWISS NOZZLE
; G31 P1000 X23 Y5 Z1.285 ; Textured Sheet (Prusa) Offset MICRO SWISS NOZZLE
G31 P1000 X23 Y5 Z1.32 ; Textured Sheet (thekkiinngg) Offset MICRO SWISS NOZZLE
;
; =========================================================================================================
; Heatbed Heaters and Thermistor Bed
; =========================================================================================================
;
M308 S0 P"bed_temp" Y"thermistor" A"Heizbett" T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 Bed
M950 H0 C"bedheat" T0 ; Creates Bed Heater
M307 H0 A91.5 C264.0 D10.2 S1.00 V24.0 B0 ; Bed PID Calibration @ 75c - updated 11AUG2020
M140 H0 ; Bed uses Heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C Bed
;
; =========================================================================================================
; Filament Sensor
; =========================================================================================================
;
M591 D0 P2 C"e0stop" S1 ; Filament Runout Sensor
;
; =========================================================================================================
; HotEnd Heaters and Thermistor HotEnd
; =========================================================================================================
;
; !!! Use this line for stock thermisotr:
M308 S1 P"e0_temp" Y"thermistor" A"Mosquito" T500000 B4725 R4700 ; Set thermistor + ADC parameters for heater 1 HotEnd
;M308 S1 P"e0_temp" Y"pt1000" A"Mosquito" ; Set extruder thermistor for PT1000
M950 H1 C"e0heat" T1 ; Create HotEnd Heater
M307 H1 A311.0 C130.0 D4.3 S1.00 V24.1 B0 ; Hotend PID Calibration @ 240c - updated 09AUG2020
M143 H1 S285 ; Set temperature limit for heater 1 to 285C HotEnd
M302 S190 R190 ; Allow cold extrudes, S-Minimum extrusion temperature, R-Minimum retraction temperature
;
; =========================================================================================================
; Fans
; =========================================================================================================
;
;
M950 F1 C"Fan1" Q250 ; Creates HOTEND Fan
M106 P1 T45 S255 H1 ; HOTEND Fan Settings
;
;
; =========================================================================================================
PARTS COOLING FAN
; =========================================================================================================
;
;
M950 F0 C"Fan2" Q250 ; Creates PARTS COOLING FAN
M106 P2 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off PARTS COOLING FAN
;M950 F2 C"Fan2" Q250 ; Creates CASE Fan
;M106 P2 H-1 ; CASE Fan Settings = Hotend Settings
;
; ; Fan Pin umbennen. P0 zu P2, Fan0 zu Fan2, F0 bleibt F0
;
; =========================================================================================================
; Tools
; =========================================================================================================
;
M563 P0 D0 H1 F0 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
T0 ; Set Tool 0 active
;
; =========================================================================================================
; Relase X, Y, and E axis
; =========================================================================================================
;
M18 XYZE ; Unlock the X, Y, and E axis
;

1-mal bearbeitet. Zuletzt am 24.11.20 00:12.
Re: Start Script ändern (heiz Problem)
25. November 2020 04:15
Poste doch einfach mal Deinen Start-gCode, den der Slicer auswirft.
Wenn Du nicht weißt, was ich meine, poste einen kleinen Code (geslicter Würfel oder so) als Dateianhang.

Gruß,
Julien


Wer rasiert mit mir KingKong? Der wichtigste Guide - Triffid Hunter's Calibration Guide


Drucker:
CoreXY in 2502x300 - geschlossen & beheizt für ABS - Duet2WiFi - Eigenbau Wasserkühlung
Eigenbau I3 - V6-Clon- Profilrahmen - Ramps 1.4 24V - TMC2208 - Simplify3D - Octoprint - Marlin 1.1.8
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen