有构建板,支持多模型构建,但生成支撑的切片还有bug
This commit is contained in:
8
tmp/parse_bed.py
Normal file
8
tmp/parse_bed.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
with open('print_config/printers/creality_ender3v3se.def.json') as f:
|
||||
d = json.load(f)
|
||||
print(d['overrides']['machine_width']['default_value'])
|
||||
print(d['overrides']['machine_depth']['default_value'])
|
||||
print(d['overrides']['machine_height']['default_value'])
|
||||
Reference in New Issue
Block a user