I like this app and it is quite easy to use, what i would like as an option is the ability to have a subtype for the filaments, also the ability to put different brands in it. And preferably that it is stored inside the app, so one doesn't have to alter this all the time.
Out of the box it works but i would like to prefer to use instead of general that the subtype is like ABS Nylon or whatever it is.
Perhaps the application.json could be altered to this:
{
"protocol": "openspool",
"version": "1.0",
"brand": "Elegoo",
"type": "PETG",
"subtype": "Rapid",
"color_hex": "AFAFAF",
"additional_color_hexes": ["EEFFEE","FF00FF"],
"alpha": "FF",
"min_temp": "230",
"max_temp": "260",
“bed_min_temp”: “40”,
“bed_max_temp”: “60”,
“weight”: “1000”,
“diameter”: “1.75”
}
I like this app and it is quite easy to use, what i would like as an option is the ability to have a subtype for the filaments, also the ability to put different brands in it. And preferably that it is stored inside the app, so one doesn't have to alter this all the time.
Out of the box it works but i would like to prefer to use instead of general that the subtype is like ABS Nylon or whatever it is.
Perhaps the application.json could be altered to this:
{ "protocol": "openspool", "version": "1.0", "brand": "Elegoo", "type": "PETG", "subtype": "Rapid", "color_hex": "AFAFAF", "additional_color_hexes": ["EEFFEE","FF00FF"], "alpha": "FF", "min_temp": "230", "max_temp": "260", “bed_min_temp”: “40”, “bed_max_temp”: “60”, “weight”: “1000”, “diameter”: “1.75” }