Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to close variable layer feature on prusa #181

Open
Fatihhamircu opened this issue Dec 19, 2023 Discussed in #117 · 1 comment
Open

How to close variable layer feature on prusa #181

Fatihhamircu opened this issue Dec 19, 2023 Discussed in #117 · 1 comment

Comments

@Fatihhamircu
Copy link

Fatihhamircu commented Dec 19, 2023

My setting file is:

`G21 ; metric values
G90 ; absolute positioning
M82 ; set extruder to absolute mode
;P2PP PALETTE3_PRO
;P2PP PALETTE3_PRO
;P2PP PRINTERPROFILE=12345678901234567890123456789012

;P2PP SPLICEOFFSET=40

;P2PP MINSTARTSPLICE=130
;P2PP MINSPLICE=90

;P2PP EXTRAENDFILAMENT=150
;P2PP LINEARPINGLENGTH=350

;P2PP MATERIAL_DEFAULT_1_2_1
;P2PP MATERIAL_PLA_PLA_2_1_2

;P2PP ABSOLUTEEXTRUDER

;P2PP SIDEWIPELOC=X254
;P2PP SIDEWIPEMINY=45
;P2PP SIDEWIPEMAXY=195
;P2PP SIDEWIPECORRECTION=1.0

;set !P2PP SIDEWIPELOC=X254
;set !P2PP SIDEWIPEMINY=45
;set SIDEWIPEMAXY to the same value as SIDEWIPEMINY
;set !P2PP SIDEWIPEMAXY=45
;set WIPEFEEDRATE is required to override default value!!
;set !P2PP WIPEFEEDRATE=200

;P2PP PURGETOWERDELTA=0

;P2PP FULLPURGEREDUCTION
;P2PP WIPEFEEDRATE=3000
;P2PP AUTOADDPURGE
`

after layer change setting is:
;AFTER_LAYER_CHANGE ;LAYER [layer_num] ;LAYERHEIGHT [layer_z] G92 E0

I have manually closed the variable layer feature:

Ekran görüntüsü 2023-12-19 131942

I have set all extruder layer height as 0.2
Ekran görüntüsü 2023-12-19 131905

and

Ekran görüntüsü 2023-12-19 131922

However, I got this error from compiler script:
Variable layers may cause issues with FULLPURGE / TOWER DELTA This warning could be caused by support that will print on variable layer offsets

How can I close this, variable layer feature, on prusa so as to omit the warning?

@tomvandeneede
Copy link
Owner

tomvandeneede commented Dec 25, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants