Slight meshfix resolution change

By changing the meshfix resolution from 0.01 to 0.04 mm, we change the minimum out wall line pieces and can have a more continuous printhead movement. Also decreases Gcode size by around 30% for very high detail models.
This commit is contained in:
THeijmans 2018-02-07 15:31:09 +01:00
parent 1a44ad48a3
commit f535ed29ad

View File

@ -109,6 +109,7 @@
"material_bed_temperature": { "maximum_value": "115" }, "material_bed_temperature": { "maximum_value": "115" },
"material_bed_temperature_layer_0": { "maximum_value": "115" }, "material_bed_temperature_layer_0": { "maximum_value": "115" },
"material_standby_temperature": { "value": "100" }, "material_standby_temperature": { "value": "100" },
"meshfix_maximum_resolution": { "value": "0.04" },
"multiple_mesh_overlap": { "value": "0" }, "multiple_mesh_overlap": { "value": "0" },
"prime_tower_enable": { "default_value": true }, "prime_tower_enable": { "default_value": true },
"raft_airgap": { "value": "0" }, "raft_airgap": { "value": "0" },