Editor
Visualization
interface { provides part_length [mm] "Length of the part to be produced. (assume cubical for simplicity)" provides part_resolution [1/mm] "(Inverse) resolution of the part to be produced. Higher is better." provides service_temperature [C] "Service temperature" requires electric_power [W] "Total power drawn during production" requires time_per_part [s] "Time necessary to produce the part" requires mass [g] "Total mass of the extruder" requires budget_per_part [$] "Total cost of the extruder" requires initial_investment [$] "Cost of the equipement" }
NDPInterface                                                                               
├ fs: {part_length: SB(0) mm, part_resolution: SB(0) 1/mm, service_temperature: SB(0) C}
└ rs: fdict[5]                                                                             
       electric_power: SB(0) W                                                           
       time_per_part: SB(0) s                                                            
       mass: SB(0) g                                                                     
       budget_per_part: SB(0) $                                                          
       initial_investment: SB(0) $                                                       

hel1-z7-prod-editor-2 Restart page