Update creality_ender6.def.json

Remove material temperatures from profile so they can follow those in the material seleced.
This commit is contained in:
GroovyDrifter 2022-08-25 09:28:15 +02:00 committed by GitHub
parent d843921c7a
commit 16500e06de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,6 @@
"infill_sparse_density": { "value": "10"},
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'grid'"},
"infill_overlap":{"value": 10},
"material_print_temperature":{"value": 220},
"material_bed_temperature":{"value": 50},
"retraction_amount":{"value": 10},
"speed_travel": { "value": 80.0 },
"coasting_enable": { "value": true},