Update sovol_base_planetary.def.json

Removed retraction_speed and material_print_temperature hard values. These should be defined by the material properties, not the printer definition.
This commit is contained in:
Asterchades 2023-07-11 16:20:32 +10:00 committed by GitHub
parent 63e78d313c
commit 40467fb961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,6 @@
"machine_acceleration": { "value": 1000 },
"machine_max_feedrate_e": { "value": 40 },
"machine_max_jerk_xy": { "value": 5 },
"material_print_temperature": { "value": 195 },
"retraction_speed": { "default_value": 30 },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" }
}
}
}