mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: add printer structure in code
Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I57c24a0ea977b510932970817d67570ab3fe7bc4
This commit is contained in:
parent
d9101bc104
commit
d01a94c9f7
4 changed files with 39 additions and 1 deletions
|
@ -210,6 +210,15 @@ enum NozzleType {
|
|||
ntCount
|
||||
};
|
||||
|
||||
// BBS
|
||||
enum PrinterStructure {
|
||||
psUndefine=0,
|
||||
psCoreXY,
|
||||
psI3,
|
||||
psHbot,
|
||||
psDelta
|
||||
};
|
||||
|
||||
// BBS
|
||||
enum ZHopType {
|
||||
zhtAuto = 0,
|
||||
|
@ -875,6 +884,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionString, template_custom_gcode))
|
||||
//BBS
|
||||
((ConfigOptionEnum<NozzleType>, nozzle_type))
|
||||
((ConfigOptionEnum<PrinterStructure>,printer_structure))
|
||||
((ConfigOptionBool, auxiliary_fan))
|
||||
((ConfigOptionBool, support_chamber_temp_control))
|
||||
((ConfigOptionBool, support_air_filtration))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue