Looks Z Offset not considered with Duet 2 WiFi
 
Notifications
Clear all

Looks Z Offset not considered with Duet 2 WiFi  

  RSS
AndreaA71
(@andreaa71)
Active Member
Looks Z Offset not considered with Duet 2 WiFi

Good morning, I'm trying to use the latest version of prusa Slicer with my CoreXY based on Duet 2 WiFi board....well, I can't print anything at all...as you can see in the video it looks like the printer loses the Z Offset after printing the 4 verticals line which purge the nozzle...what am I doing wrong? Same STL with same start gcode with other slicers (S3D, IdeaMaker) works like a charm...

This is my start GCODE:

M104 S[first_layer_temperature]; set extruder temp
M109 S[first_layer_temperature]; wait for extruder temp
M140 S[first_layer_bed_temperature]; set bed temp
M190 S[first_layer_bed_temperature]; wait for bed temp
M83 ; relative extrusion mode
M106 P3 S100 H-1 ; Turns on LED Stripe
G28 XY ;Home XY
M561 ; Clear any bed transform that might be in place
G1 X165 Y165 ; Move Probe to middle of bed
G30 ; Do a single probe
G29 S1 ; load height map
; ==============================================
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
;-----------------------------------------------------
G1 X1 Y10 Z0.3 F5000.0 ; move to start-line position
G1 X1 Y320.0 Z0.3 F1500.0 E22 ; draw 1st line
;-----------------------------------------------------
G1 X1.3 Y320.0 Z0.3 F5000.0 ; move to side a little
G1 X1.3 Y10 Z0.3 F1500.0 E22 ; draw 2nd line
;-----------------------------------------------------
G1 X1.7 Y10.0 Z0.3 F5000.0 ; move to side a little
G1 X1.7 Y320 Z0.3 F1500.0 E22 ; draw 3rd line
;-----------------------------------------------------
G1 X2 Y320 Z0.3 F5000.0 ; move to side a little
G1 X2 Y10 Z0.3 F1500.0 E22 ; draw 4th line
;-----------------------------------------------------
G1 E-3 F3000 ; retract filament 3mm
G92 E0 ; reset extruder
; ==============================================
G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
 
Thanks in advance!
Attachment removed
Posted : 17/01/2021 2:47 pm
cwbullet
(@cwbullet)
Member
RE: Looks Z Offset not considered with Duet 2 WiFi

Why did you switch to a duet 2?

--------------------
Chuck H
3D Printer Review Blog

Posted : 18/01/2021 2:04 am
Share: