printer nozzle edits, spool creation
This commit is contained in:
parent
319e30e3d4
commit
492990f073
9 changed files with 137 additions and 3 deletions
|
|
@ -2,6 +2,12 @@ extends Resource
|
|||
class_name Spool
|
||||
|
||||
@export var name : String
|
||||
@export var material : String
|
||||
#@export var material : String
|
||||
@export var link : String
|
||||
# tags?
|
||||
|
||||
func list_string() -> String:
|
||||
var result : String = name
|
||||
if link:
|
||||
result = "[" + result +"]("+link+")"
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue