Skip to content

Commit

Permalink
Fix printer definition for SV02
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Aug 18, 2023
1 parent 0432b76 commit 64715ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/SV02.def.json
Expand Up @@ -59,7 +59,7 @@
"machine_width": { "default_value": 280 },
"material_diameter": { "default_value": 1.75 },
"material_initial_print_temperature": { "value": "material_print_temperature" },
"prime_tower_min_volume": { "value": "((reveOrValue('layer_height'))/2" },
"prime_tower_min_volume": { "value": "((resolveOrValue('layer_height'))/2" },
"prime_tower_position_x": { "value": "240" },
"prime_tower_position_y": { "value": "190" },
"prime_tower_size": { "value": "30" },
Expand All @@ -73,4 +73,4 @@
"top_bottom_thickness": { "default_value": 1 },
"wall_0_wipe_dist": { "value": 0.0 }
}
}
}

0 comments on commit 64715ae

Please sign in to comment.