Is there an existing issue for this feature request?
Is your feature request related to a problem?
When making multi-bed quotes, you have to manually calculate the print time and filament usage for each of the bed created within the project.
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
I would like to have a button that opens a form requesting client details and project name, allowing the export of a .json file containing sample printing data for each bed: {
"project_name": "Architectural Production Batch",
"client": "Metropolitan Design Studio",
"date": "2026-08-11",
"creality_printers": [
{
"printer_model": "Creality Ender 3 V3 KE",
"print_beds": {
"1": {
"material": "Matte Black Pro PLA",
"print_time_hours": 6.5,
"filament_used_grams": 145.2
},
"2": {
"material": "Matte Black Pro PLA",
"print_time_hours": 4.2,
"filament_used_grams": 92.8
},
"3": {
"material": "Matte White PLA",
"print_time_hours": 8.0,
"filament_used_grams": 180.5
},
"4": {
"material": "Gray PETG",
"print_time_hours": 5.7,
"filament_used_grams": 120.0
},
"5": {
"material": "Gray PETG",
"print_time_hours": 3.5,
"filament_used_grams": 75.4
}
}
},
{
"printer_model": "Creality Ender 5 MAX",
"print_beds": {
"1": {
"material": "Wood PLA",
"print_time_hours": 12.4,
"filament_used_grams": 310.0
},
"2": {
"material": "Wood PLA",
"print_time_hours": 9.1,
"filament_used_grams": 225.6
},
"3": {
"material": "Blue PLA",
"print_time_hours": 11.0,
"filament_used_grams": 260.4
},
"4": {
"material": "Blue PLA",
"print_time_hours": 7.5,
"filament_used_grams": 165.2
},
"5": {
"material": "Marble PLA",
"print_time_hours": 10.2,
"filament_used_grams": 240.1
}
}
}
]
} This would allow this .json file to be uploaded into other applications that automate quotations.
Describe alternatives you've considered
The button can be placed in this section. This would allow for easy export of the .json file. This .json format is the standard for application communication. This JSON can be used to be uploaded into web applications for customer management, budgeting, etc., etc.
Additional context
No response
Is there an existing issue for this feature request?
Is your feature request related to a problem?
When making multi-bed quotes, you have to manually calculate the print time and filament usage for each of the bed created within the project.
Which printers will be beneficial to this feature?
All
Describe the solution you'd like
I would like to have a button that opens a form requesting client details and project name, allowing the export of a .json file containing sample printing data for each bed: {
"project_name": "Architectural Production Batch",
"client": "Metropolitan Design Studio",
"date": "2026-08-11",
"creality_printers": [
{
"printer_model": "Creality Ender 3 V3 KE",
"print_beds": {
"1": {
"material": "Matte Black Pro PLA",
"print_time_hours": 6.5,
"filament_used_grams": 145.2
},
"2": {
"material": "Matte Black Pro PLA",
"print_time_hours": 4.2,
"filament_used_grams": 92.8
},
"3": {
"material": "Matte White PLA",
"print_time_hours": 8.0,
"filament_used_grams": 180.5
},
"4": {
"material": "Gray PETG",
"print_time_hours": 5.7,
"filament_used_grams": 120.0
},
"5": {
"material": "Gray PETG",
"print_time_hours": 3.5,
"filament_used_grams": 75.4
}
}
},
{
"printer_model": "Creality Ender 5 MAX",
"print_beds": {
"1": {
"material": "Wood PLA",
"print_time_hours": 12.4,
"filament_used_grams": 310.0
},
"2": {
"material": "Wood PLA",
"print_time_hours": 9.1,
"filament_used_grams": 225.6
},
"3": {
"material": "Blue PLA",
"print_time_hours": 11.0,
"filament_used_grams": 260.4
},
"4": {
"material": "Blue PLA",
"print_time_hours": 7.5,
"filament_used_grams": 165.2
},
"5": {
"material": "Marble PLA",
"print_time_hours": 10.2,
"filament_used_grams": 240.1
}
}
}
]
} This would allow this .json file to be uploaded into other applications that automate quotations.
Describe alternatives you've considered
Additional context
No response