Reposition prime tower automatically

This actually looks really nice. It just moves right along that border there. Eventually we could also auto-position the X position but for now this is fine.
This commit is contained in:
Ghostkeeper 2017-07-10 14:20:49 +02:00
parent 7d9f99c0e8
commit ee52e1b9ea
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -70,7 +70,7 @@
"machine_start_gcode": { "default_value": "" },
"machine_end_gcode": { "default_value": "" },
"prime_tower_position_x": { "default_value": 175 },
"prime_tower_position_y": { "default_value": 177 },
"prime_tower_position_y": { "value": "machine_depth - prime_tower_size - (brim_width if adhesion_type == 'brim' else (raft_margin if adhesion_type == 'raft' else (skirt_gap if adhesion_type == 'skirt' else 0))) - 1" },
"prime_tower_wipe_enabled": { "default_value": false },
"prime_blob_enable": { "enabled": true },