Cr 10 error " G92 in "before layer change""
 
Benachrichtigungen
Alles löschen

Cr 10 error " G92 in "before layer change""  

  RSS
lt72884
(@lt72884)
New Member
Cr 10 error " G92 in "before layer change""

Hello all. I have noticed a new error has popped up after updating to the latest version of PS. 

I am using a cr 10 with marlin 1.1... very old and an 8 bit board. Arachne is currently off as i have heard it doesnt play nice with 8 bit boards

I noticed under advance that i have "use relative E distances" checked. and if i have that checked i get the error "G92 in before layer change" 

So i have 2 questions:

1. Should i use relative or absolute with my printer?
2. If i use absolute, then i should just comment out the G92 in the "before layer change" section of the gcode tab? and make sure relative E distance is unchecked?

here is my start code

; ====== START GCODE ======
G90 ; Use absolute positioning
M82 ; Set extruder to absolute mode

; --- Home first before heating ---
G28
; Home all axes
G1 Z25 F3000 ; Raise nozzle 25mm to avoid scraping during heat-up

; --- Begin heating ---
M140 S55 ; Start heating bed to 55°C
M104 S210 ; Start heating nozzle to 210°C
M190 S55 ; Wait for bed to reach 55°C
M109 S210 ; Wait for nozzle to reach 210°C

G28

; --- Prepare to print ---
G92 E0 ; Reset extruder again
G1 X2 Y10 Z0.3 F5000.0 ; Move to front-left corner
G1 X250 Y10 Z0.3 F1500.0 E15 ; Prime the nozzle
G1 Z2.0 F3000 ; Lift slightly after priming
G92 E0 ; Reset extruder again

; ====== END START GCODE ======

thanks

Veröffentlicht : 11/10/2025 8:06 pm
Teilen: