Closed lbibass closed 3 years ago
some last though:
some last though:
- on windows, the phony bool use 8 bytes (a int32) in the 64b build anyway, for alignment reason I suppose (like in java). And it may be the same on other platform, so moving it from bool to unit32 changes nothing
Yes, the situation is the same on macOS, according to the debugger the ConfigOption class takes 16 bytes overall no matter if I use bool or uint32_t.
- I'm going to output a last log build to try a last time to pinpoint & understand the macos problem. -> can someone publish a log from the 'Nigthly macos 25' ?
Attached below.
- I'm moving to uint32 and make a release with that.
Sounds like a plan. :)
```
palfia@Akoss-iMac build % /Applications/SuperSlicer.app/Contents/MacOS/SuperSlicer --loglevel 5 --datadir "/Users/palfia/Library/Application Support/SuperSlicer-2"
After creation, the default FullPrintConfig:140415827275264 has no printer tech
set enum 140415801041440 to monotonic: 0=>23
set enum 140415801024000 to concentric: 0=>6
set enum 140415801032112 to object: 0=>0
set enum 140415801111984 to stars: 0=>3
set enum 140415801132432 to sprinter: 0=>1
set enum 140415801142832 to connected: 0=>0
set enum 140415801144992 to connected: 0=>0
set enum 140415801146112 to connected: 0=>0
set enum 140415801143872 to connected: 0=>0
set enum 140415801147104 to autoenlarged: 0=>2
set enum 140415801156624 to top: 0=>0
set enum 140415801166688 to time_estimate_only: 0=>1
set enum 140415801197856 to none: 0=>0
set enum 140415801064000 to rear: 0=>3
set enum 140415801223872 to nearest: 0=>1
set enum 140415801041456 to rectilineargapfill: 0=>22
set enum 140415801256848 to plane: 0=>1
set enum 140415801265712 to rectilinear: 0=>0
set enum 140415801265696 to rectilinear: 0=>0
set enum 140415801041504 to monotonic: 0=>23
set enum 140415801297392 to linear: 0=>0
try to infer printer_technology
Don't find anything, return unknown
set enum 140415801335088 to portrait: 0=>1
set enum 140415801378144 to mCWS: 0=>1
set enum 140415800984832 to FFF: 0=>1
set enum 140415801356448 to dynamic: 0=>2
create default config @140415827305984 with option printer_technology @140415827305992 value 1
[2021-05-04 12:03:15.897365] [0x000000011d124e00] [debug] full path: 15840400373692917632
[2021-05-04 12:03:15.897607] [0x000000011d124e00] [debug] single instance: undefined. other params: /Applications/SuperSlicer.app/Contents/MacOS/SuperSlicer;--loglevel;5;--datadir;"/Users/palfia/Library/Application Support/SuperSlicer-2"
[2021-05-04 12:03:15.897616] [0x000000011d124e00] [debug] full lock path: /Users/palfia/Library/Application Support/SuperSlicer-2/cache/15840400373692917632.lock
[2021-05-04 12:03:15.897667] [0x000000011d124e00] [info] instance check: Another instance not found or single-instance not set.
GUI_App::PresetBundle::new
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415799299104 => 1
ref: phony140415799299112, value: => 140415799299116, keymapptr: 140415799299120
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415799299104
DynamicConfig::optptr ptr after move into map 140415799299104 -> 1
Config:140415810797168::apply_only printer_technology for the first time to default @140415799299104==@140415799299104 value 0 to nothing because it doesn't exist
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415799319712 => 1
ref: phony140415799319720, value: => 140415799319724, keymapptr: 140415799319728
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415799319712
DynamicConfig::optptr ptr after move into map 140415799319712 -> 1
Config:140415818960928::apply_only printer_technology for the first time to default @140415799319712==@140415799319712 value 0 to value:0by conf @140732653054472 : 140415799299104
create PresetBundle, does it has the printer tech? yes, value: 0 @140415799319712
create PresetBundle with default printer as 0
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415799328016 => 1
ref: phony140415799328024, value: => 140415799328028, keymapptr: 140415799328032
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415799328016
DynamicConfig::optptr ptr after move into map 140415799328016 -> 1
Config:140415810797344::apply_only printer_technology for the first time to default @140415799328016==@140415799328016 value 0 to value:1by conf @140732653054408 : 140415827305992
set &this->printers.preset(1).printer_technology_ref() to SLA (2
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default FFF -
end PresetBundle creation with default printer as 112
GUI_App:on_init_inner test point 1 : (- default FFF -) = 112
GUI_App:on_init_inner test point 2 : (- default FFF -) = 112
GUI_App:on_init_inner test point 4 : (- default FFF -) = 112
[2021-05-04 12:03:16.033565] [0x000000011d124e00] [info] Checking if indices need to be installed from resources...
GUI_App:on_init_inner test point 6 : (- default FFF -) = 112
GUI_App:on_init_inner test point 7 : (- default FFF -) = 112
[2021-05-04 12:03:16.038964] [0x000000011d124e00] [trace] Best translation language detected (may be different from user locales): en_GB
[2021-05-04 12:03:16.038987] [0x000000011d124e00] [trace] Switching wxLocales to en_GB
GUI_App:on_init_inner test point 8 : (- default FFF -) = 112
GUI_App:on_init_inner test point 8.1 : (- default FFF -) = 112
PresetBundle::load_presets test point 1 : (- default FFF -) = 112
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415888043632 => 1
ref: phony140415888043640, value: => 140415888043644, keymapptr: 140415888043648
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415888043632
DynamicConfig::optptr ptr after move into map 140415888043632 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415888058928==@140415888058928 value 0 to value:0by conf @140732653050472 : 140415888043632
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415888043616 => 1
ref: phony140415888043624, value: => 140415888043628, keymapptr: 140415888043632
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415888043616
DynamicConfig::optptr ptr after move into map 140415888043616 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415888072576==@140415888072576 value 0 to value:0by conf @140732653050472 : 140415888043616
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415888209040 => 1
ref: phony140415888209048, value: => 140415888209052, keymapptr: 140415888209056
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415888209040
DynamicConfig::optptr ptr after move into map 140415888209040 -> 1
Config::set_deserialize printer_technology from value 52 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 52
Config:140732653051648::apply_only printer_technology from @140415888224288==@140415888224288 value 0 to value:52by conf @140732653050472 : 140415888209040
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415888464880 => 1
ref: phony140415888464888, value: => 140415888464892, keymapptr: 140415888464896
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415888464880
DynamicConfig::optptr ptr after move into map 140415888464880 -> 1
Config::set_deserialize printer_technology from value 116 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 116
Config:140732653051648::apply_only printer_technology from @140415888490688==@140415888490688 value 0 to value:116by conf @140732653050472 : 140415888464880
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415888476912 => 1
ref: phony140415888476920, value: => 140415888476924, keymapptr: 140415888476928
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415888476912
DynamicConfig::optptr ptr after move into map 140415888476912 -> 1
Config::set_deserialize printer_technology from value 113 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 113
Config:140732653051648::apply_only printer_technology from @140415888504896==@140415888504896 value 0 to value:113by conf @140732653050472 : 140415888476912
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415890244656 => 1
ref: phony140415890244664, value: => 140415890244668, keymapptr: 140415890244672
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415890244656
DynamicConfig::optptr ptr after move into map 140415890244656 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415890259872==@140415890259872 value 0 to value:0by conf @140732653050472 : 140415890244656
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415890244048 => 1
ref: phony140415890244056, value: => 140415890244060, keymapptr: 140415890244064
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415890244048
DynamicConfig::optptr ptr after move into map 140415890244048 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415890273584==@140415890273584 value 0 to value:0by conf @140732653050472 : 140415890244048
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415890243824 => 1
ref: phony140415890243832, value: => 140415890243836, keymapptr: 140415890243840
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415890243824
DynamicConfig::optptr ptr after move into map 140415890243824 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415890287296==@140415890287296 value 0 to value:0by conf @140732653050472 : 140415890243824
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886862896 => 1
ref: phony140415886862904, value: => 140415886862908, keymapptr: 140415886862912
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886862896
DynamicConfig::optptr ptr after move into map 140415886862896 -> 1
Config:140415802926704::apply_only printer_technology for the first time to default @140415886862896==@140415886862896 value 0 to nothing because it doesn't exist
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886837424 => 1
ref: phony140415886837432, value: => 140415886837436, keymapptr: 140415886837440
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886837424
DynamicConfig::optptr ptr after move into map 140415886837424 -> 1
Config:140732653054136::apply_only printer_technology for the first time to default @140415886837424==@140415886837424 value 0 to value:0by conf @140732653052040 : 140415886862896
create PresetBundle, does it has the printer tech? yes, value: 0 @140415886837424
create PresetBundle with default printer as 0
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886862112 => 1
ref: phony140415886862120, value: => 140415886862124, keymapptr: 140415886862128
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886862112
DynamicConfig::optptr ptr after move into map 140415886862112 -> 1
Config:140415802926880::apply_only printer_technology for the first time to default @140415886862112==@140415886862112 value 0 to value:1by conf @140732653051976 : 140415827305992
set &this->printers.preset(1).printer_technology_ref() to SLA (2
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default FFF -
end PresetBundle creation with default printer as 0
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896875376 => 1
ref: phony140415896875384, value: => 140415896875388, keymapptr: 140415896875392
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896875376
DynamicConfig::optptr ptr after move into map 140415896875376 -> 1
Config::set_deserialize printer_technology from value 114 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 114
Config:140732653051648::apply_only printer_technology from @140415896894448==@140415896894448 value 0 to value:114by conf @140732653050472 : 140415896875376
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896877888 => 1
ref: phony140415896877896, value: => 140415896877900, keymapptr: 140415896877904
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896877888
DynamicConfig::optptr ptr after move into map 140415896877888 -> 1
Config::set_deserialize printer_technology from value 84 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 84
Config:140732653051648::apply_only printer_technology from @140415896908288==@140415896908288 value 0 to value:84by conf @140732653050472 : 140415896877888
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896888544 => 1
ref: phony140415896888552, value: => 140415896888556, keymapptr: 140415896888560
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896888544
DynamicConfig::optptr ptr after move into map 140415896888544 -> 1
Config::set_deserialize printer_technology from value 82 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 82
Config:140732653051648::apply_only printer_technology from @140415896922160==@140415896922160 value 0 to value:82by conf @140732653050472 : 140415896888544
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896884688 => 1
ref: phony140415896884696, value: => 140415896884700, keymapptr: 140415896884704
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896884688
DynamicConfig::optptr ptr after move into map 140415896884688 -> 1
Config::set_deserialize printer_technology from value 122 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 122
Config:140732653051648::apply_only printer_technology from @140415896936720==@140415896936720 value 0 to value:122by conf @140732653050472 : 140415896884688
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896929328 => 1
ref: phony140415896929336, value: => 140415896929340, keymapptr: 140415896929344
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896929328
DynamicConfig::optptr ptr after move into map 140415896929328 -> 1
Config::set_deserialize printer_technology from value 125 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 125
Config:140732653051648::apply_only printer_technology from @140415896950912==@140415896950912 value 0 to value:125by conf @140732653050472 : 140415896929328
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896882368 => 1
ref: phony140415896882376, value: => 140415896882380, keymapptr: 140415896882384
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896882368
DynamicConfig::optptr ptr after move into map 140415896882368 -> 1
Config::set_deserialize printer_technology from value 132 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 132
Config:140732653051648::apply_only printer_technology from @140415896964656==@140415896964656 value 0 to value:132by conf @140732653050472 : 140415896882368
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896927072 => 1
ref: phony140415896927080, value: => 140415896927084, keymapptr: 140415896927088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896927072
DynamicConfig::optptr ptr after move into map 140415896927072 -> 1
Config::set_deserialize printer_technology from value 138 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 138
Config:140732653051648::apply_only printer_technology from @140415896979040==@140415896979040 value 0 to value:138by conf @140732653050472 : 140415896927072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896887312 => 1
ref: phony140415896887320, value: => 140415896887324, keymapptr: 140415896887328
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896887312
DynamicConfig::optptr ptr after move into map 140415896887312 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415896993184==@140415896993184 value 0 to value:0by conf @140732653050472 : 140415896887312
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896887312 => 1
ref: phony140415896887320, value: => 140415896887324, keymapptr: 140415896887328
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896887312
DynamicConfig::optptr ptr after move into map 140415896887312 -> 1
Config::set_deserialize printer_technology from value 84 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 84
Config:140732653051648::apply_only printer_technology from @140415897007776==@140415897007776 value 0 to value:84by conf @140732653050472 : 140415896887312
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896887312 => 1
ref: phony140415896887320, value: => 140415896887324, keymapptr: 140415896887328
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896887312
DynamicConfig::optptr ptr after move into map 140415896887312 -> 1
Config::set_deserialize printer_technology from value 82 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 82
Config:140732653051648::apply_only printer_technology from @140415897022384==@140415897022384 value 0 to value:82by conf @140732653050472 : 140415896887312
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896880416 => 1
ref: phony140415896880424, value: => 140415896880428, keymapptr: 140415896880432
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896880416
DynamicConfig::optptr ptr after move into map 140415896880416 -> 1
Config::set_deserialize printer_technology from value 105 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 105
Config:140732653051648::apply_only printer_technology from @140415897036848==@140415897036848 value 0 to value:105by conf @140732653050472 : 140415896880416
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896984448 => 1
ref: phony140415896984456, value: => 140415896984460, keymapptr: 140415896984464
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896984448
DynamicConfig::optptr ptr after move into map 140415896984448 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897052112==@140415897052112 value 0 to value:0by conf @140732653050472 : 140415896984448
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896941696 => 1
ref: phony140415896941704, value: => 140415896941708, keymapptr: 140415896941712
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896941696
DynamicConfig::optptr ptr after move into map 140415896941696 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897066848==@140415897066848 value 0 to value:0by conf @140732653050472 : 140415896941696
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897057408 => 1
ref: phony140415897057416, value: => 140415897057420, keymapptr: 140415897057424
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897057408
DynamicConfig::optptr ptr after move into map 140415897057408 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897081744==@140415897081744 value 0 to value:0by conf @140732653050472 : 140415897057408
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897057712 => 1
ref: phony140415897057720, value: => 140415897057724, keymapptr: 140415897057728
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897057712
DynamicConfig::optptr ptr after move into map 140415897057712 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897096640==@140415897096640 value 0 to value:0by conf @140732653050472 : 140415897057712
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897042176 => 1
ref: phony140415897042184, value: => 140415897042188, keymapptr: 140415897042192
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897042176
DynamicConfig::optptr ptr after move into map 140415897042176 -> 1
Config::set_deserialize printer_technology from value 105 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 105
Config:140732653051648::apply_only printer_technology from @140415897111104==@140415897111104 value 0 to value:105by conf @140732653050472 : 140415897042176
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897044224 => 1
ref: phony140415897044232, value: => 140415897044236, keymapptr: 140415897044240
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897044224
DynamicConfig::optptr ptr after move into map 140415897044224 -> 1
Config::set_deserialize printer_technology from value 167 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 167
Config:140732653051648::apply_only printer_technology from @140415897125776==@140415897125776 value 0 to value:167by conf @140732653050472 : 140415897044224
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897116624 => 1
ref: phony140415897116632, value: => 140415897116636, keymapptr: 140415897116640
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897116624
DynamicConfig::optptr ptr after move into map 140415897116624 -> 1
Config::set_deserialize printer_technology from value 84 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 84
Config:140732653051648::apply_only printer_technology from @140415897140368==@140415897140368 value 0 to value:84by conf @140732653050472 : 140415897116624
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897134032 => 1
ref: phony140415897134040, value: => 140415897134044, keymapptr: 140415897134048
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897134032
DynamicConfig::optptr ptr after move into map 140415897134032 -> 1
Config::set_deserialize printer_technology from value 82 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 82
Config:140732653051648::apply_only printer_technology from @140415897154976==@140415897154976 value 0 to value:82by conf @140732653050472 : 140415897134032
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897116624 => 1
ref: phony140415897116632, value: => 140415897116636, keymapptr: 140415897116640
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897116624
DynamicConfig::optptr ptr after move into map 140415897116624 -> 1
Config::set_deserialize printer_technology from value 105 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 105
Config:140732653051648::apply_only printer_technology from @140415897169440==@140415897169440 value 0 to value:105by conf @140732653050472 : 140415897116624
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897027696 => 1
ref: phony140415897027704, value: => 140415897027708, keymapptr: 140415897027712
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897027696
DynamicConfig::optptr ptr after move into map 140415897027696 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897184688==@140415897184688 value 0 to value:0by conf @140732653050472 : 140415897027696
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897027520 => 1
ref: phony140415897027528, value: => 140415897027532, keymapptr: 140415897027536
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897027520
DynamicConfig::optptr ptr after move into map 140415897027520 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897199440==@140415897199440 value 0 to value:0by conf @140732653050472 : 140415897027520
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896899344 => 1
ref: phony140415896899352, value: => 140415896899356, keymapptr: 140415896899360
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896899344
DynamicConfig::optptr ptr after move into map 140415896899344 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897214368==@140415897214368 value 0 to value:0by conf @140732653050472 : 140415896899344
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896998672 => 1
ref: phony140415896998680, value: => 140415896998684, keymapptr: 140415896998688
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896998672
DynamicConfig::optptr ptr after move into map 140415896998672 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897229296==@140415897229296 value 0 to value:0by conf @140732653050472 : 140415896998672
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897209312 => 1
ref: phony140415897209320, value: => 140415897209324, keymapptr: 140415897209328
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897209312
DynamicConfig::optptr ptr after move into map 140415897209312 -> 1
Config::set_deserialize printer_technology from value 105 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 105
Config:140732653051648::apply_only printer_technology from @140415897243776==@140415897243776 value 0 to value:105by conf @140732653050472 : 140415897209312
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897145568 => 1
ref: phony140415897145576, value: => 140415897145580, keymapptr: 140415897145584
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897145568
DynamicConfig::optptr ptr after move into map 140415897145568 -> 1
Config::set_deserialize printer_technology from value 105 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 105
Config:140732653051648::apply_only printer_technology from @140415897258832==@140415897258832 value 0 to value:105by conf @140732653050472 : 140415897145568
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897013104 => 1
ref: phony140415897013112, value: => 140415897013116, keymapptr: 140415897013120
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897013104
DynamicConfig::optptr ptr after move into map 140415897013104 -> 1
Config::set_deserialize printer_technology from value 105 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 105
Config:140732653051648::apply_only printer_technology from @140415897273888==@140415897273888 value 0 to value:105by conf @140732653050472 : 140415897013104
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896998576 => 1
ref: phony140415896998584, value: => 140415896998588, keymapptr: 140415896998592
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896998576
DynamicConfig::optptr ptr after move into map 140415896998576 -> 1
Config::set_deserialize printer_technology from value 65 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 65
Config:140732653051648::apply_only printer_technology from @140415897287920==@140415897287920 value 0 to value:65by conf @140732653050472 : 140415896998576
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897293552 => 1
ref: phony140415897293560, value: => 140415897293564, keymapptr: 140415897293568
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897293552
DynamicConfig::optptr ptr after move into map 140415897293552 -> 1
Config::set_deserialize printer_technology from value 185 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 185
Config:140732653051648::apply_only printer_technology from @140415897302816==@140415897302816 value 0 to value:185by conf @140732653050472 : 140415897293552
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897281856 => 1
ref: phony140415897281864, value: => 140415897281868, keymapptr: 140415897281872
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897281856
DynamicConfig::optptr ptr after move into map 140415897281856 -> 1
Config::set_deserialize printer_technology from value 214 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 214
Config:140732653051648::apply_only printer_technology from @140415897317488==@140415897317488 value 0 to value:214by conf @140732653050472 : 140415897281856
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897160384 => 1
ref: phony140415897160392, value: => 140415897160396, keymapptr: 140415897160400
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897160384
DynamicConfig::optptr ptr after move into map 140415897160384 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897332160==@140415897332160 value 0 to value:0by conf @140732653050472 : 140415897160384
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896941952 => 1
ref: phony140415896941960, value: => 140415896941964, keymapptr: 140415896941968
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896941952
DynamicConfig::optptr ptr after move into map 140415896941952 -> 1
Config::set_deserialize printer_technology from value 65 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 65
Config:140732653051648::apply_only printer_technology from @140415897346128==@140415897346128 value 0 to value:65by conf @140732653050472 : 140415896941952
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897175072 => 1
ref: phony140415897175080, value: => 140415897175084, keymapptr: 140415897175088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897175072
DynamicConfig::optptr ptr after move into map 140415897175072 -> 1
Config::set_deserialize printer_technology from value 221 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 221
Config:140732653051648::apply_only printer_technology from @140415897361168==@140415897361168 value 0 to value:221by conf @140732653050472 : 140415897175072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897308448 => 1
ref: phony140415897308456, value: => 140415897308460, keymapptr: 140415897308464
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897308448
DynamicConfig::optptr ptr after move into map 140415897308448 -> 1
Config::set_deserialize printer_technology from value 235 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 235
Config:140732653051648::apply_only printer_technology from @140415897375920==@140415897375920 value 0 to value:235by conf @140732653050472 : 140415897308448
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897028016 => 1
ref: phony140415897028024, value: => 140415897028028, keymapptr: 140415897028032
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897028016
DynamicConfig::optptr ptr after move into map 140415897028016 -> 1
Config::set_deserialize printer_technology from value 188 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 188
Config:140732653051648::apply_only printer_technology from @140415897390576==@140415897390576 value 0 to value:188by conf @140732653050472 : 140415897028016
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897351712 => 1
ref: phony140415897351720, value: => 140415897351724, keymapptr: 140415897351728
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897351712
DynamicConfig::optptr ptr after move into map 140415897351712 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897405104==@140415897405104 value 0 to value:0by conf @140732653050472 : 140415897351712
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897175072 => 1
ref: phony140415897175080, value: => 140415897175084, keymapptr: 140415897175088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897175072
DynamicConfig::optptr ptr after move into map 140415897175072 -> 1
Config::set_deserialize printer_technology from value 152 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 152
Config:140732653051648::apply_only printer_technology from @140415897420176==@140415897420176 value 0 to value:152by conf @140732653050472 : 140415897175072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897351712 => 1
ref: phony140415897351720, value: => 140415897351724, keymapptr: 140415897351728
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897351712
DynamicConfig::optptr ptr after move into map 140415897351712 -> 1
Config::set_deserialize printer_technology from value 163 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 163
Config:140732653051648::apply_only printer_technology from @140415897435120==@140415897435120 value 0 to value:163by conf @140732653050472 : 140415897351712
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897160608 => 1
ref: phony140415897160616, value: => 140415897160620, keymapptr: 140415897160624
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897160608
DynamicConfig::optptr ptr after move into map 140415897160608 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897465808==@140415897465808 value 0 to value:0by conf @140732653050472 : 140415897160608
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897145968 => 1
ref: phony140415897145976, value: => 140415897145980, keymapptr: 140415897145984
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897145968
DynamicConfig::optptr ptr after move into map 140415897145968 -> 1
Config::set_deserialize printer_technology from value 235 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 235
Config:140732653051648::apply_only printer_technology from @140415897480416==@140415897480416 value 0 to value:235by conf @140732653050472 : 140415897145968
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415896941952 => 1
ref: phony140415896941960, value: => 140415896941964, keymapptr: 140415896941968
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415896941952
DynamicConfig::optptr ptr after move into map 140415896941952 -> 1
Config::set_deserialize printer_technology from value 188 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 188
Config:140732653051648::apply_only printer_technology from @140415897495136==@140415897495136 value 0 to value:188by conf @140732653050472 : 140415896941952
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897323120 => 1
ref: phony140415897323128, value: => 140415897323132, keymapptr: 140415897323136
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897323120
DynamicConfig::optptr ptr after move into map 140415897323120 -> 1
Config::set_deserialize printer_technology from value 236 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 236
Config:140732653051648::apply_only printer_technology from @140415897510304==@140415897510304 value 0 to value:236by conf @140732653050472 : 140415897323120
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897293552 => 1
ref: phony140415897293560, value: => 140415897293564, keymapptr: 140415897293568
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897293552
DynamicConfig::optptr ptr after move into map 140415897293552 -> 1
Config::set_deserialize printer_technology from value 235 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 235
Config:140732653051648::apply_only printer_technology from @140415897525280==@140415897525280 value 0 to value:235by conf @140732653050472 : 140415897293552
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897311568 => 1
ref: phony140415897311576, value: => 140415897311580, keymapptr: 140415897311584
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897311568
DynamicConfig::optptr ptr after move into map 140415897311568 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897539568==@140415897539568 value 0 to value:0by conf @140732653050472 : 140415897311568
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897160320 => 1
ref: phony140415897160328, value: => 140415897160332, keymapptr: 140415897160336
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897160320
DynamicConfig::optptr ptr after move into map 140415897160320 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897554272==@140415897554272 value 0 to value:0by conf @140732653050472 : 140415897160320
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897131408 => 1
ref: phony140415897131416, value: => 140415897131420, keymapptr: 140415897131424
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897131408
DynamicConfig::optptr ptr after move into map 140415897131408 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897569552==@140415897569552 value 0 to value:0by conf @140732653050472 : 140415897131408
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897556288 => 1
ref: phony140415897556296, value: => 140415897556300, keymapptr: 140415897556304
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897556288
DynamicConfig::optptr ptr after move into map 140415897556288 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415897584768==@140415897584768 value 0 to value:0by conf @140732653050472 : 140415897556288
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897355072 => 1
ref: phony140415897355080, value: => 140415897355084, keymapptr: 140415897355088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897355072
DynamicConfig::optptr ptr after move into map 140415897355072 -> 1
Config::set_deserialize printer_technology from value 250 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 250
Config:140732653051648::apply_only printer_technology from @140415897600032==@140415897600032 value 0 to value:250by conf @140732653050472 : 140415897355072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897293152 => 1
ref: phony140415897293160, value: => 140415897293164, keymapptr: 140415897293168
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897293152
DynamicConfig::optptr ptr after move into map 140415897293152 -> 1
Config::set_deserialize printer_technology from value 181 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 181
Config:140732653051648::apply_only printer_technology from @140415897614816==@140415897614816 value 0 to value:181by conf @140732653050472 : 140415897293152
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897471008 => 1
ref: phony140415897471016, value: => 140415897471020, keymapptr: 140415897471024
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897471008
DynamicConfig::optptr ptr after move into map 140415897471008 -> 1
Config::set_deserialize printer_technology from value 8 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 8
Config:140732653051648::apply_only printer_technology from @140415897629616==@140415897629616 value 0 to value:8by conf @140732653050472 : 140415897471008
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897471008 => 1
ref: phony140415897471016, value: => 140415897471020, keymapptr: 140415897471024
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897471008
DynamicConfig::optptr ptr after move into map 140415897471008 -> 1
Config::set_deserialize printer_technology from value 42 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 42
Config:140732653051648::apply_only printer_technology from @140415897644384==@140415897644384 value 0 to value:42by conf @140732653050472 : 140415897471008
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to SLA == SLA
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415897594016 => 1
ref: phony140415897594024, value: => 140415897594028, keymapptr: 140415897594032
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415897594016
DynamicConfig::optptr ptr after move into map 140415897594016 -> 1
Config::set_deserialize printer_technology from value 31 to SLA
Config::set_deserialize_nothrow printer_technology, now new value is : 31
Config:140732653051648::apply_only printer_technology from @140415897635248==@140415897635248 value 0 to value:31by conf @140732653050472 : 140415897594016
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886815792 => 1
ref: phony140415886815800, value: => 140415886815804, keymapptr: 140415886815808
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886815792
DynamicConfig::optptr ptr after move into map 140415886815792 -> 1
Config:140415802894960::apply_only printer_technology for the first time to default @140415886815792==@140415886815792 value 0 to nothing because it doesn't exist
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886296624 => 1
ref: phony140415886296632, value: => 140415886296636, keymapptr: 140415886296640
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886296624
DynamicConfig::optptr ptr after move into map 140415886296624 -> 1
Config:140732653054136::apply_only printer_technology for the first time to default @140415886296624==@140415886296624 value 0 to value:0by conf @140732653052040 : 140415886815792
create PresetBundle, does it has the printer tech? yes, value: 0 @140415886296624
create PresetBundle with default printer as 0
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886759056 => 1
ref: phony140415886759064, value: => 140415886759068, keymapptr: 140415886759072
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886759056
DynamicConfig::optptr ptr after move into map 140415886759056 -> 1
Config:140415802895136::apply_only printer_technology for the first time to default @140415886759056==@140415886759056 value 0 to value:1by conf @140732653051976 : 140415827305992
set &this->printers.preset(1).printer_technology_ref() to SLA (2
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default -
PresetCollection::select_preset => - default FFF -
end PresetBundle creation with default printer as 0
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838001600 => 1
ref: phony140415838001608, value: => 140415838001612, keymapptr: 140415838001616
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838001600
DynamicConfig::optptr ptr after move into map 140415838001600 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838015872==@140415838015872 value 0 to value:0by conf @140732653050472 : 140415838001600
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415837996784 => 1
ref: phony140415837996792, value: => 140415837996796, keymapptr: 140415837996800
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415837996784
DynamicConfig::optptr ptr after move into map 140415837996784 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838029536==@140415838029536 value 0 to value:0by conf @140732653050472 : 140415837996784
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415837996720 => 1
ref: phony140415837996728, value: => 140415837996732, keymapptr: 140415837996736
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415837996720
DynamicConfig::optptr ptr after move into map 140415837996720 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838043200==@140415838043200 value 0 to value:0by conf @140732653050472 : 140415837996720
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838048448 => 1
ref: phony140415838048456, value: => 140415838048460, keymapptr: 140415838048464
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838048448
DynamicConfig::optptr ptr after move into map 140415838048448 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838056864==@140415838056864 value 0 to value:0by conf @140732653050472 : 140415838048448
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838048448 => 1
ref: phony140415838048456, value: => 140415838048460, keymapptr: 140415838048464
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838048448
DynamicConfig::optptr ptr after move into map 140415838048448 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838070528==@140415838070528 value 0 to value:0by conf @140732653050472 : 140415838048448
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838034960 => 1
ref: phony140415838034968, value: => 140415838034972, keymapptr: 140415838034976
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838034960
DynamicConfig::optptr ptr after move into map 140415838034960 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838084192==@140415838084192 value 0 to value:0by conf @140732653050472 : 140415838034960
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838006368 => 1
ref: phony140415838006376, value: => 140415838006380, keymapptr: 140415838006384
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838006368
DynamicConfig::optptr ptr after move into map 140415838006368 -> 1
Config::set_deserialize printer_technology from value 86 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 86
Config:140732653051648::apply_only printer_technology from @140415838097888==@140415838097888 value 0 to value:86by conf @140732653050472 : 140415838006368
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838021472 => 1
ref: phony140415838021480, value: => 140415838021484, keymapptr: 140415838021488
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838021472
DynamicConfig::optptr ptr after move into map 140415838021472 -> 1
Config::set_deserialize printer_technology from value 81 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 81
Config:140732653051648::apply_only printer_technology from @140415838111584==@140415838111584 value 0 to value:81by conf @140732653050472 : 140415838021472
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838000512 => 1
ref: phony140415838000520, value: => 140415838000524, keymapptr: 140415838000528
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838000512
DynamicConfig::optptr ptr after move into map 140415838000512 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838125280==@140415838125280 value 0 to value:0by conf @140732653050472 : 140415838000512
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838021216 => 1
ref: phony140415838021224, value: => 140415838021228, keymapptr: 140415838021232
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838021216
DynamicConfig::optptr ptr after move into map 140415838021216 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838138976==@140415838138976 value 0 to value:0by conf @140732653050472 : 140415838021216
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838089760 => 1
ref: phony140415838089768, value: => 140415838089772, keymapptr: 140415838089776
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838089760
DynamicConfig::optptr ptr after move into map 140415838089760 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838152640==@140415838152640 value 0 to value:0by conf @140732653050472 : 140415838089760
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838089712 => 1
ref: phony140415838089720, value: => 140415838089724, keymapptr: 140415838089728
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838089712
DynamicConfig::optptr ptr after move into map 140415838089712 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838166304==@140415838166304 value 0 to value:0by conf @140732653050472 : 140415838089712
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838001728 => 1
ref: phony140415838001736, value: => 140415838001740, keymapptr: 140415838001744
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838001728
DynamicConfig::optptr ptr after move into map 140415838001728 -> 1
Config::set_deserialize printer_technology from value 81 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 81
Config:140732653051648::apply_only printer_technology from @140415838179968==@140415838179968 value 0 to value:81by conf @140732653050472 : 140415838001728
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838001728 => 1
ref: phony140415838001736, value: => 140415838001740, keymapptr: 140415838001744
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838001728
DynamicConfig::optptr ptr after move into map 140415838001728 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838193632==@140415838193632 value 0 to value:0by conf @140732653050472 : 140415838001728
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838004048 => 1
ref: phony140415838004056, value: => 140415838004060, keymapptr: 140415838004064
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838004048
DynamicConfig::optptr ptr after move into map 140415838004048 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838207296==@140415838207296 value 0 to value:0by conf @140732653050472 : 140415838004048
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838000560 => 1
ref: phony140415838000568, value: => 140415838000572, keymapptr: 140415838000576
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838000560
DynamicConfig::optptr ptr after move into map 140415838000560 -> 1
Config::set_deserialize printer_technology from value 81 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 81
Config:140732653051648::apply_only printer_technology from @140415838220960==@140415838220960 value 0 to value:81by conf @140732653050472 : 140415838000560
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838212528 => 1
ref: phony140415838212536, value: => 140415838212540, keymapptr: 140415838212544
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838212528
DynamicConfig::optptr ptr after move into map 140415838212528 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838234656==@140415838234656 value 0 to value:0by conf @140732653050472 : 140415838212528
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838035136 => 1
ref: phony140415838035144, value: => 140415838035148, keymapptr: 140415838035152
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838035136
DynamicConfig::optptr ptr after move into map 140415838035136 -> 1
Config::set_deserialize printer_technology from value 89 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 89
Config:140732653051648::apply_only printer_technology from @140415838248352==@140415838248352 value 0 to value:89by conf @140732653050472 : 140415838035136
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838062208 => 1
ref: phony140415838062216, value: => 140415838062220, keymapptr: 140415838062224
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838062208
DynamicConfig::optptr ptr after move into map 140415838062208 -> 1
Config::set_deserialize printer_technology from value 96 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 96
Config:140732653051648::apply_only printer_technology from @140415838262048==@140415838262048 value 0 to value:96by conf @140732653050472 : 140415838062208
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838035008 => 1
ref: phony140415838035016, value: => 140415838035020, keymapptr: 140415838035024
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838035008
DynamicConfig::optptr ptr after move into map 140415838035008 -> 1
Config::set_deserialize printer_technology from value 89 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 89
Config:140732653051648::apply_only printer_technology from @140415838275744==@140415838275744 value 0 to value:89by conf @140732653050472 : 140415838035008
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838004544 => 1
ref: phony140415838004552, value: => 140415838004556, keymapptr: 140415838004560
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838004544
DynamicConfig::optptr ptr after move into map 140415838004544 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653051648::apply_only printer_technology from @140415838289408==@140415838289408 value 0 to value:0by conf @140732653050472 : 140415838004544
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415838035136 => 1
ref: phony140415838035144, value: => 140415838035148, keymapptr: 140415838035152
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415838035136
DynamicConfig::optptr ptr after move into map 140415838035136 -> 1
Config::set_deserialize printer_technology from value 149 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 149
Config:140732653051648::apply_only printer_technology from @140415838303088==@140415838303088 value 0 to value:149by conf @140732653050472 : 140415838035136
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836070272 => 1
ref: phony140415836070280, value: => 140415836070284, keymapptr: 140415836070288
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836070272
DynamicConfig::optptr ptr after move into map 140415836070272 -> 1
Config::set_deserialize printer_technology from value 67 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 67
Config:140732653051648::apply_only printer_technology from @140415835976064==@140415835976064 value 98 to value:67by conf @140732653050472 : 140415836070272
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836171792 => 1
ref: phony140415836171800, value: => 140415836171804, keymapptr: 140415836171808
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836171792
DynamicConfig::optptr ptr after move into map 140415836171792 -> 1
Config::set_deserialize printer_technology from value 68 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 68
Config:140732653051648::apply_only printer_technology from @140415835853104==@140415835853104 value 119 to value:68by conf @140732653050472 : 140415836171792
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836221136 => 1
ref: phony140415836221144, value: => 140415836221148, keymapptr: 140415836221152
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836221136
DynamicConfig::optptr ptr after move into map 140415836221136 -> 1
Config::set_deserialize printer_technology from value 210 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 210
Config:140732653051648::apply_only printer_technology from @140415835832464==@140415835832464 value 0 to value:210by conf @140732653050472 : 140415836221136
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835900400 => 1
ref: phony140415835900408, value: => 140415835900412, keymapptr: 140415835900416
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835900400
DynamicConfig::optptr ptr after move into map 140415835900400 -> 1
Config::set_deserialize printer_technology from value 86 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 86
Config:140732653051648::apply_only printer_technology from @140415835767184==@140415835767184 value 0 to value:86by conf @140732653050472 : 140415835900400
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836070272 => 1
ref: phony140415836070280, value: => 140415836070284, keymapptr: 140415836070288
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836070272
DynamicConfig::optptr ptr after move into map 140415836070272 -> 1
Config::set_deserialize printer_technology from value 68 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 68
Config:140732653051648::apply_only printer_technology from @140415836149504==@140415836149504 value 0 to value:68by conf @140732653050472 : 140415836070272
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836073104 => 1
ref: phony140415836073112, value: => 140415836073116, keymapptr: 140415836073120
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836073104
DynamicConfig::optptr ptr after move into map 140415836073104 -> 1
Config::set_deserialize printer_technology from value 146 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 146
Config:140732653051648::apply_only printer_technology from @140415835766624==@140415835766624 value 0 to value:146by conf @140732653050472 : 140415836073104
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835946912 => 1
ref: phony140415835946920, value: => 140415835946924, keymapptr: 140415835946928
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835946912
DynamicConfig::optptr ptr after move into map 140415835946912 -> 1
Config::set_deserialize printer_technology from value 159 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 159
Config:140732653051648::apply_only printer_technology from @140415836123184==@140415836123184 value 0 to value:159by conf @140732653050472 : 140415835946912
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836048432 => 1
ref: phony140415836048440, value: => 140415836048444, keymapptr: 140415836048448
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836048432
DynamicConfig::optptr ptr after move into map 140415836048432 -> 1
Config::set_deserialize printer_technology from value 162 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 162
Config:140732653051648::apply_only printer_technology from @140415836305968==@140415836305968 value 177 to value:162by conf @140732653050472 : 140415836048432
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835925072 => 1
ref: phony140415835925080, value: => 140415835925084, keymapptr: 140415835925088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835925072
DynamicConfig::optptr ptr after move into map 140415835925072 -> 1
Config::set_deserialize printer_technology from value 50 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 50
Config:140732653051648::apply_only printer_technology from @140415836293712==@140415836293712 value 175 to value:50by conf @140732653050472 : 140415835925072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835777040 => 1
ref: phony140415835777048, value: => 140415835777052, keymapptr: 140415835777056
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835777040
DynamicConfig::optptr ptr after move into map 140415835777040 -> 1
Config::set_deserialize printer_technology from value 116 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 116
Config:140732653051648::apply_only printer_technology from @140415836262880==@140415836262880 value 172 to value:116by conf @140732653050472 : 140415835777040
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836144288 => 1
ref: phony140415836144296, value: => 140415836144300, keymapptr: 140415836144304
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836144288
DynamicConfig::optptr ptr after move into map 140415836144288 -> 1
Config::set_deserialize printer_technology from value 62 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 62
Config:140732653051648::apply_only printer_technology from @140415836382704==@140415836382704 value 187 to value:62by conf @140732653050472 : 140415836144288
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835875728 => 1
ref: phony140415835875736, value: => 140415835875740, keymapptr: 140415835875744
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835875728
DynamicConfig::optptr ptr after move into map 140415835875728 -> 1
Config::set_deserialize printer_technology from value 116 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 116
Config:140732653051648::apply_only printer_technology from @140415836396416==@140415836396416 value 187 to value:116by conf @140732653050472 : 140415835875728
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835826384 => 1
ref: phony140415835826392, value: => 140415835826396, keymapptr: 140415835826400
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835826384
DynamicConfig::optptr ptr after move into map 140415835826384 -> 1
Config::set_deserialize printer_technology from value 86 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 86
Config:140732653051648::apply_only printer_technology from @140415836457936==@140415836457936 value 0 to value:86by conf @140732653050472 : 140415835826384
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835925072 => 1
ref: phony140415835925080, value: => 140415835925084, keymapptr: 140415835925088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835925072
DynamicConfig::optptr ptr after move into map 140415835925072 -> 1
Config::set_deserialize printer_technology from value 50 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 50
Config:140732653051648::apply_only printer_technology from @140415836419968==@140415836419968 value 205 to value:50by conf @140732653050472 : 140415835925072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836282272 => 1
ref: phony140415836282280, value: => 140415836282284, keymapptr: 140415836282288
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836282272
DynamicConfig::optptr ptr after move into map 140415836282272 -> 1
Config::set_deserialize printer_technology from value 140 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 140
Config:140732653051648::apply_only printer_technology from @140415893768016==@140415893768016 value 55 to value:140by conf @140732653050472 : 140415836282272
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835900400 => 1
ref: phony140415835900408, value: => 140415835900412, keymapptr: 140415835900416
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835900400
DynamicConfig::optptr ptr after move into map 140415835900400 -> 1
Config::set_deserialize printer_technology from value 104 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 104
Config:140732653051648::apply_only printer_technology from @140415893900368==@140415893900368 value 0 to value:104by conf @140732653050472 : 140415835900400
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836147120 => 1
ref: phony140415836147128, value: => 140415836147132, keymapptr: 140415836147136
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836147120
DynamicConfig::optptr ptr after move into map 140415836147120 -> 1
Config::set_deserialize printer_technology from value 44 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 44
Config:140732653051648::apply_only printer_technology from @140415893475744==@140415893475744 value 0 to value:44by conf @140732653050472 : 140415836147120
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836119616 => 1
ref: phony140415836119624, value: => 140415836119628, keymapptr: 140415836119632
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836119616
DynamicConfig::optptr ptr after move into map 140415836119616 -> 1
Config::set_deserialize printer_technology from value 44 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 44
Config:140732653051648::apply_only printer_technology from @140415894043744==@140415894043744 value 193 to value:44by conf @140732653050472 : 140415836119616
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836034928 => 1
ref: phony140415836034936, value: => 140415836034940, keymapptr: 140415836034944
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836034928
DynamicConfig::optptr ptr after move into map 140415836034928 -> 1
Config::set_deserialize printer_technology from value 128 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 128
Config:140732653051648::apply_only printer_technology from @140415894031664==@140415894031664 value 0 to value:128by conf @140732653050472 : 140415836034928
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835900400 => 1
ref: phony140415835900408, value: => 140415835900412, keymapptr: 140415835900416
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835900400
DynamicConfig::optptr ptr after move into map 140415835900400 -> 1
Config::set_deserialize printer_technology from value 140 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 140
Config:140732653051648::apply_only printer_technology from @140415894013824==@140415894013824 value 186 to value:140by conf @140732653050472 : 140415835900400
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836048432 => 1
ref: phony140415836048440, value: => 140415836048444, keymapptr: 140415836048448
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836048432
DynamicConfig::optptr ptr after move into map 140415836048432 -> 1
Config::set_deserialize printer_technology from value 128 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 128
Config:140732653051648::apply_only printer_technology from @140415894006176==@140415894006176 value 184 to value:128by conf @140732653050472 : 140415836048432
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836144288 => 1
ref: phony140415836144296, value: => 140415836144300, keymapptr: 140415836144304
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836144288
DynamicConfig::optptr ptr after move into map 140415836144288 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893986656==@140415893986656 value 180 to value:158by conf @140732653050472 : 140415836144288
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836144288 => 1
ref: phony140415836144296, value: => 140415836144300, keymapptr: 140415836144304
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836144288
DynamicConfig::optptr ptr after move into map 140415836144288 -> 1
Config::set_deserialize printer_technology from value 91 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 91
Config:140732653051648::apply_only printer_technology from @140415893969184==@140415893969184 value 176 to value:91by conf @140732653050472 : 140415836144288
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836122448 => 1
ref: phony140415836122456, value: => 140415836122460, keymapptr: 140415836122464
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836122448
DynamicConfig::optptr ptr after move into map 140415836122448 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893964240==@140415893964240 value 0 to value:158by conf @140732653050472 : 140415836122448
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835925072 => 1
ref: phony140415835925080, value: => 140415835925084, keymapptr: 140415835925088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835925072
DynamicConfig::optptr ptr after move into map 140415835925072 -> 1
Config::set_deserialize printer_technology from value 167 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 167
Config:140732653051648::apply_only printer_technology from @140415893948192==@140415893948192 value 0 to value:167by conf @140732653050472 : 140415835925072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836282272 => 1
ref: phony140415836282280, value: => 140415836282284, keymapptr: 140415836282288
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836282272
DynamicConfig::optptr ptr after move into map 140415836282272 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893931696==@140415893931696 value 167 to value:158by conf @140732653050472 : 140415836282272
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835897568 => 1
ref: phony140415835897576, value: => 140415835897580, keymapptr: 140415835897584
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835897568
DynamicConfig::optptr ptr after move into map 140415835897568 -> 1
Config::set_deserialize printer_technology from value 113 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 113
Config:140732653051648::apply_only printer_technology from @140415893912192==@140415893912192 value 162 to value:113by conf @140732653050472 : 140415835897568
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835946912 => 1
ref: phony140415835946920, value: => 140415835946924, keymapptr: 140415835946928
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835946912
DynamicConfig::optptr ptr after move into map 140415835946912 -> 1
Config::set_deserialize printer_technology from value 113 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 113
Config:140732653051648::apply_only printer_technology from @140415893905680==@140415893905680 value 0 to value:113by conf @140732653050472 : 140415835946912
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835826384 => 1
ref: phony140415835826392, value: => 140415835826396, keymapptr: 140415835826400
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835826384
DynamicConfig::optptr ptr after move into map 140415835826384 -> 1
Config::set_deserialize printer_technology from value 79 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 79
Config:140732653051648::apply_only printer_technology from @140415893885584==@140415893885584 value 156 to value:79by conf @140732653050472 : 140415835826384
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836221136 => 1
ref: phony140415836221144, value: => 140415836221148, keymapptr: 140415836221152
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836221136
DynamicConfig::optptr ptr after move into map 140415836221136 -> 1
Config::set_deserialize printer_technology from value 128 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 128
Config:140732653051648::apply_only printer_technology from @140415893874864==@140415893874864 value 0 to value:128by conf @140732653050472 : 140415836221136
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836282272 => 1
ref: phony140415836282280, value: => 140415836282284, keymapptr: 140415836282288
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836282272
DynamicConfig::optptr ptr after move into map 140415836282272 -> 1
Config::set_deserialize printer_technology from value 62 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 62
Config:140732653051648::apply_only printer_technology from @140415893857680==@140415893857680 value 148 to value:62by conf @140732653050472 : 140415836282272
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836048432 => 1
ref: phony140415836048440, value: => 140415836048444, keymapptr: 140415836048448
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836048432
DynamicConfig::optptr ptr after move into map 140415836048432 -> 1
Config::set_deserialize printer_technology from value 140 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 140
Config:140732653051648::apply_only printer_technology from @140415893841376==@140415893841376 value 144 to value:140by conf @140732653050472 : 140415836048432
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836221136 => 1
ref: phony140415836221144, value: => 140415836221148, keymapptr: 140415836221152
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836221136
DynamicConfig::optptr ptr after move into map 140415836221136 -> 1
Config::set_deserialize printer_technology from value 44 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 44
Config:140732653051648::apply_only printer_technology from @140415893825088==@140415893825088 value 141 to value:44by conf @140732653050472 : 140415836221136
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835925072 => 1
ref: phony140415835925080, value: => 140415835925084, keymapptr: 140415835925088
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835925072
DynamicConfig::optptr ptr after move into map 140415835925072 -> 1
Config::set_deserialize printer_technology from value 167 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 167
Config:140732653051648::apply_only printer_technology from @140415893815888==@140415893815888 value 138 to value:167by conf @140732653050472 : 140415835925072
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835875728 => 1
ref: phony140415835875736, value: => 140415835875740, keymapptr: 140415835875744
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835875728
DynamicConfig::optptr ptr after move into map 140415835875728 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893797936==@140415893797936 value 134 to value:158by conf @140732653050472 : 140415835875728
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415835900400 => 1
ref: phony140415835900408, value: => 140415835900412, keymapptr: 140415835900416
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415835900400
DynamicConfig::optptr ptr after move into map 140415835900400 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893780416==@140415893780416 value 130 to value:158by conf @140732653050472 : 140415835900400
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836257776 => 1
ref: phony140415836257784, value: => 140415836257788, keymapptr: 140415836257792
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836257776
DynamicConfig::optptr ptr after move into map 140415836257776 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893773584==@140415893773584 value 128 to value:158by conf @140732653050472 : 140415836257776
PresetBundle::loadconfigbundle :: deserialize a conf in 140732653050800
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415836122448 => 1
ref: phony140415836122456, value: => 140415836122460, keymapptr: 140415836122464
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415836122448
DynamicConfig::optptr ptr after move into map 140415836122448 -> 1
Config::set_deserialize printer_technology from value 158 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 158
Config:140732653051648::apply_only printer_technology from @140415893755664==@140415893755664 value 123 to value:158by conf @140732653050472 : 140415836122448
PresetBundle::load_presets test point 2 : (- default FFF -) = 112
PresetCollection::select_preset - default - => 0.05mm 0.25nozzle
PresetCollection::select_preset - default - => 0.025 UltraDetail
PresetCollection::select_preset - default - => 3Dmensionals PLA @MEGA
PresetCollection::select_preset - default - => 3DJake High Precision Blue @0.025
PresetBundle::load_presets test point 5 : (- default FFF -) = 112
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415798668864 => 1
ref: phony140415798668872, value: => 140415798668876, keymapptr: 140415798668880
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415798668864
DynamicConfig::optptr ptr after move into map 140415798668864 -> 1
Config::set_deserialize printer_technology from value 121 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 121
Config:140732653054392::apply_only printer_technology from @140415886005280==@140415886005280 value 0 to value:121by conf @140732653054088 : 140415798668864
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415798788512 => 1
ref: phony140415798788520, value: => 140415798788524, keymapptr: 140415798788528
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415798788512
DynamicConfig::optptr ptr after move into map 140415798788512 -> 1
Config::set_deserialize printer_technology from value 0 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 0
Config:140732653054392::apply_only printer_technology from @140415798829024==@140415798829024 value 0 to value:0by conf @140732653054088 : 140415798788512
PresetCollection::select_preset - default FFF - => Anycubic Kossel Linear Plus
PresetBundle::load_presets test point 6 : (Anycubic Kossel Linear Plus) = 0
Config:140732653054496::apply_only printer_technology from @140415886767280==@140415886767280 value 1 to value:1by conf @140732653053992 : 140415886767280
set enum 140415886767280 to FFF: 1=>1
set enum 140415798794640 to octoprint: 0=>0
set enum 140415897028032 to key: 0=>0
Config::set_deserialize_nothrow printer_technology from 'unfound option' to FFF == FFF
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415886485264 => 1
ref: phony140415886485272, value: => 140415886485276, keymapptr: 140415886485280
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415886485264
DynamicConfig::optptr ptr after move into map 140415886485264 -> 1
Config::set_deserialize printer_technology from value 68 to FFF
Config::set_deserialize_nothrow printer_technology, now new value is : 68
Config:140732653054496::apply_only printer_technology from @140415886767280==@140415886767280 value 1 to value:68by conf @140732653054072 : 140415886485264
set enum 140415886485264 to FFF: 1=>1
set enum 140415886180784 to octoprint: 0=>0
set enum 140415886329936 to key: 0=>0
PresetBundle::load_presets test point 7 : (Anycubic Kossel Linear Plus) = 0
PresetBundle::load_presets test point 8 : (Anycubic Kossel Linear Plus) = 0
PresetBundle::update_compatible test point 1 : (Anycubic Kossel Linear Plus) = 0
PresetBundle::update_compatible test point 2 : (Anycubic Kossel Linear Plus) = 0
PresetBundle::update_compatible test point 13 : (Anycubic Kossel Linear Plus) = 0
PresetBundle::load_presets test point 9 : (Anycubic Kossel Linear Plus) = 0
PresetCollection::select_preset Anycubic Kossel Linear Plus => Anycubic_palfia 0.4 nozzle
PresetCollection::select_preset 0.05mm 0.25nozzle => 0.2mm 0.4nozzle slower
PresetCollection::select_preset 3Dmensionals PLA @MEGA => Biofusion Cherry Red PLA @VORON
PresetBundle::update_compatible test point 1 : (Anycubic_palfia 0.4 nozzle) = 0
PresetBundle::update_compatible test point 2 : (Anycubic_palfia 0.4 nozzle) = 0
PresetBundle::update_compatible test point 13 : (Anycubic_palfia 0.4 nozzle) = 0
PresetBundle::load_presets test point 10 : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:on_init_inner test point 9 : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:on_init_inner test point 10 : (Anycubic_palfia 0.4 nozzle) = 0
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415891029184 => 1
ref: phony140415891029192, value: => 140415891029196, keymapptr: 140415891029200
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415891029184
DynamicConfig::optptr ptr after move into map 140415891029184 -> 1
Config:140415891026448::apply_only printer_technology for the first time to default @140415891029184==@140415891029184 value 0 to nothing because it doesn't exist
set enum 140415801032112 to object: 0=>0
set enum 140415801132432 to sprinter: 0=>1
set enum 140415801166688 to time_estimate_only: 0=>1
set enum 140415801297392 to linear: 0=>0
set enum 140415801024000 to concentric: 0=>6
set enum 140415801223872 to nearest: 0=>1
set enum 140415801256848 to plane: 0=>1
set enum 140415801265712 to rectilinear: 0=>0
set enum 140415801265696 to rectilinear: 0=>0
set enum 140415801041440 to monotonic: 0=>23
set enum 140415801111984 to stars: 0=>3
set enum 140415801142832 to connected: 0=>0
set enum 140415801144992 to connected: 0=>0
set enum 140415801146112 to connected: 0=>0
set enum 140415801143872 to connected: 0=>0
set enum 140415801147104 to autoenlarged: 0=>2
set enum 140415801156624 to top: 0=>0
set enum 140415801197856 to none: 0=>0
set enum 140415801064000 to rear: 0=>3
set enum 140415801041456 to rectilineargapfill: 0=>22
set enum 140415801041504 to monotonic: 0=>23
set enum 140415801335088 to portrait: 0=>1
set enum 140415801378144 to mCWS: 0=>1
set enum 140415800984832 to FFF: 0=>1
create default config @140415890328400 with option printer_technology @140415890328408 value 1
set enum 140415801356448 to dynamic: 0=>2
set fff print to background_process, this print has the config 140415819091640
BackgroundSlicingProcess:select_technology(1)
[2021-05-04 12:03:16.352912] [0x000000011d124e00] [info] 3dx mac handler starts
[2021-05-04 12:03:16.353080] [0x000000011d124e00] [error] 3dx drivers module loading error: dlopen(/Library/Frameworks/3DconnexionClient.framework/3DconnexionClient, 5): image not found
[2021-05-04 12:03:16.353090] [0x000000011d124e00] [info] 3dx drivers loaded: NO
[2021-05-04 12:03:16.355015] [0x000000011d124e00] [info] Undo / Redo snapshot taken: New Project, Undo / Redo stack memory: 0MB Resident memory: 84MB; Peak memory usage: 84MB
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415889876528 => 1
ref: phony140415889876536, value: => 140415889876540, keymapptr: 140415889876544
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415889876528
DynamicConfig::optptr ptr after move into map 140415889876528 -> 1
Config:140732653054560::apply_only printer_technology for the first time to default @140415889876528==@140415889876528 value 26 to value:1by conf @140732653054040 : 140415827305992
Config:140732653054560::apply_only printer_technology from @140415889876528==@140415889876528 value 26 to value:0by conf @140732653054040 : 140415885970288
BackgroundSlicingProcess:select_technology(2)
ConfigOptionDef::create_default_option printer_technology
ConfigOptionDef::create_default_option it extists a printer_technology
ConfigOptionDef::create_default_option create a defautl with value 1
ConfigOptionDef::create_default_option @140415889960208 => 1
ref: phony140415889960216, value: => 140415889960220, keymapptr: 140415889960224
ConfigOptionDef::create_default_option set it again:1
DynamicConfig::optptr get ptr 140415889960208
DynamicConfig::optptr ptr after move into map 140415889960208 -> 1
Config:140732653053984::apply_only printer_technology for the first time to default @140415889960208==@140415889960208 value 26 to value:1by conf @140732653053352 : 140415827305992
Config:140732653053984::apply_only printer_technology from @140415889960208==@140415889960208 value 26 to value:0by conf @140732653053352 : 140415885970288
Config:140415819104808::apply_only printer_technology from @140415819104112==@140415819104112 value 1 to value:26by conf @140732653052040 : 140415889990688
set enum 140415889990688 to SLA: 1=>2
set enum 140415889995888 to zigzag: 2=>0
Config:140415819109872::apply_only printer_technology from @140415819109176==@140415819109176 value 1 to value:2by conf @140732653051960 : 140415819104112
set enum 140415819104112 to SLA: 1=>2
[2021-05-04 12:03:16.434899] [0x000000011d124e00] [debug] GLCanvas3D: Use Retina OpenGL: true
[2021-05-04 12:03:16.434919] [0x000000011d124e00] [debug] GLCanvas3D: Use Retina OpenGL: true
GUI_App:on_init_inner test point 11 : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:on_init_inner test point 12 : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:on_init_inner test point 13 : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:on_init_inner test point 14 : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:load_current_presets start : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:load_current_presets check_printer_presets : (Anycubic_palfia 0.4 nozzle) = 0
GUI_App:load_current_presets check_printer_presets : (Anycubic_palfia 0.4 nozzle) = 0
BackgroundSlicingProcess:select_technology(0)
BackgroundSlicingProcess:select_technology(1)
[2021-05-04 12:03:16.467851] [0x000000011d124e00] [debug] TriangleMesh::repair() started
[2021-05-04 12:03:16.468124] [0x000000011d124e00] [debug] TriangleMesh::repair() finished
[2021-05-04 12:03:16.468130] [0x000000011d124e00] [trace] TriangleMeshSlicer::require_shared_vertices - start
[2021-05-04 12:03:16.468134] [0x000000011d124e00] [trace] TriangleMeshSlicer::require_shared_vertices - stl_generate_shared_vertices
[2021-05-04 12:03:16.468148] [0x000000011d124e00] [trace] TriangleMeshSlicer::require_shared_vertices - end
[2021-05-04 12:03:16.468196] [0x000000011d124e00] [debug] TriangleMesh::repair() started
[2021-05-04 12:03:16.468347] [0x000000011d124e00] [debug] TriangleMesh::repair() finished
[2021-05-04 12:03:16.468352] [0x000000011d124e00] [trace] TriangleMeshSlicer::require_shared_vertices - start
[2021-05-04 12:03:16.468355] [0x000000011d124e00] [trace] TriangleMeshSlicer::require_shared_vertices - stl_generate_shared_vertices
[2021-05-04 12:03:16.468365] [0x000000011d124e00] [trace] TriangleMeshSlicer::require_shared_vertices - end
GUI_APP::Register wxEVT_IDLE
GUI_APP::post_init
[2021-05-04 12:03:16.679711] [0x000000011d124e00] [info] Checking for cached configuration updates...
[2021-05-04 12:03:16.679785] [0x000000011d124e00] [info] Confing bundle not installed for vendor TriLAB, skipping:
[2021-05-04 12:03:16.679815] [0x000000011d124e00] [info] Confing bundle not installed for vendor BIBO, skipping:
[2021-05-04 12:03:16.679830] [0x000000011d124e00] [info] Confing bundle not installed for vendor LulzBot, skipping:
[2021-05-04 12:03:16.693410] [0x000000011d124e00] [debug] Vendor: Prusa {technology}, version installed: 1.2.2, version cached: 1.2.2
[2021-05-04 12:03:16.696906] [0x000000011d124e00] [debug] Vendor: Voron, version installed: 0.0.5, version cached: 0.0.5
[2021-05-04 12:03:16.696946] [0x000000011d124e00] [info] Confing bundle not installed for vendor FLSun, skipping:
[2021-05-04 12:03:16.701260] [0x000000011d124e00] [debug] Vendor: Anycubic, version installed: 0.0.9, version cached: 0.0.9
[2021-05-04 12:03:16.701329] [0x000000011d124e00] [info] Confing bundle not installed for vendor Creality, skipping:
[2021-05-04 12:03:16.701339] [0x000000011d124e00] [info] No configuration updates available.
GUI_APP::config_wizard_startup
[2021-05-04 12:03:16.708737] [0x0000700007db6000] [info] Downloading SuperSlicer online version from: `https://api.github.com/repos/supermerill/SuperSlicer/releases`
* Trying 140.82.121.5...
* TCP_NODELAY set
* Connected to api.github.com (140.82.121.5) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
* Server certificate: *.github.com
* Server certificate: DigiCert High Assurance TLS Hybrid ECC SHA256 2020 CA1
* Server certificate: DigiCert High Assurance EV Root CA
> GET /repos/supermerill/SuperSlicer/releases HTTP/1.1
Host: api.github.com
User-Agent: SuperSlicer/2.3.56
Accept: */*
< HTTP/1.1 200 OK
< Server: GitHub.com
< Date: Tue, 04 May 2021 10:02:58 GMT
< Content-Type: application/json; charset=utf-8
< Cache-Control: public, max-age=60, s-maxage=60
< Vary: Accept, Accept-Encoding, Accept, X-Requested-With
< ETag: W/"22039632790ea40e5795d47dd87ffc2e30b097ba7012176fcf07376a4446f8c8"
< X-GitHub-Media-Type: github.v3; format=json
< Link:
Any updates on this? It's still broken, unfortunately.
Same for me
didn't had the time to push a not-buggy code before my departure. I'm back now. will push it shortly
didn't had the time to push a not-buggy code before my departure. I'm back now. will push it shortly
nice to hear that you are back :)
just an FYI, I've been using my own build with the uint32_t "fix" for about a week now and I didn't notice any problem with it.
Just wanted to let you know that the new version 2.3.56.0 seems to be working fine on Mac OS.
Describe the bug SuperSlicer Crashes on launch. To Reproduce Steps to reproduce the behavior: Attempt to open SuperSlicer.
3D Model and Slic3r Configuration Export N/A Expected behavior App Launches. Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here. Here's the debug log reported by macos. This crash also occurs when running a build compiled on my native machine. This was not a problem as of commit d4f5d643f3c2b62b724651818b4037f0fd8dd164.
log:
```Process: SuperSlicer [34192] Path: /private/var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer Identifier: com.merill.slic3r/ Version: SuperSlicer Slic3r_2.3.56.0 (Slic3r_2.3.56.0) Code Type: X86-64 (Translated) Parent Process: ??? [1] Responsible: SuperSlicer [34192] User ID: 501 Date/Time: 2021-04-26 17:38:00.388 -0400 OS Version: macOS 11.2.3 (20D91) Report Version: 12 Anonymous UUID: A7484206-1361-AE4B-248C-74F12DFEDDC0 Sleep/Wake UUID: DF1B5D9F-5453-47E1-A1D5-70D70F84CF2A Time Awake Since Boot: 70000 seconds Time Since Wake: 8800 seconds System Integrity Protection: enabled Notes: Translocated Process Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xc49dffff88371bf9 -> 0xffffffff88371bf9 (possible pointer authentication failure) Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [34192] VM Regions Near 0xffffffff88371bf9: --> mapped file 7fffe0000000-7fffe22cc000 [ 34.8M] r--/r-- SM=COW Object_id=f3266aa1 Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread 0 com.merill.slic3r/ 0x0000000102cea604 Slic3r::GUI::Tab::load_current_preset() + 964 1 com.merill.slic3r/ 0x0000000102bf0cc8 Slic3r::GUI::GUI_App::load_current_presets(bool) + 248 2 com.merill.slic3r/ 0x0000000102bec4e8 Slic3r::GUI::GUI_App::on_init_inner() + 3912 3 com.merill.slic3r/ 0x0000000102beb55b Slic3r::GUI::GUI_App::OnInit() + 11 4 com.merill.slic3r/ 0x0000000103a3ef51 wxApp::CallOnInit() + 417 5 com.merill.slic3r/ 0x0000000103bd1976 wxEntry(int&, wchar_t**) + 198 6 com.merill.slic3r/ 0x0000000103bd1bab wxEntry(int&, char**) + 59 7 com.merill.slic3r/ 0x0000000102bdc69c Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) + 236 8 com.merill.slic3r/ 0x00000001023359ab Slic3r::CLI::run(int, char**) + 17435 9 com.merill.slic3r/ 0x000000010233a237 main + 439 10 libdyld.dylib 0x00007fff20355621 start + 1 Thread 1:: com.apple.rosetta.exceptionserver 0 runtime 0x00007ffdffd74238 0x7ffdffd72000 + 8760 1 runtime 0x00007ffdffd7e354 0x7ffdffd72000 + 50004 2 runtime 0x00007ffdffd7f1f8 0x7ffdffd72000 + 53752 Thread 2: 0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100 Thread 3: 0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100 Thread 4: 0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100 Thread 5: 0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100 Thread 6:: com.apple.NSEventThread 0 ??? 0x00007ffe9634eab8 ??? 1 libsystem_kernel.dylib 0x00007fff20305e7e mach_msg_trap + 10 2 com.apple.CoreFoundation 0x00007fff2043250d __CFRunLoopServiceMachPort + 316 3 com.apple.CoreFoundation 0x00007fff20430bf6 __CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff2042ffe2 CFRunLoopRunSpecific + 567 5 com.apple.AppKit 0x00007fff22d0b7c6 _NSEventThread + 124 6 libsystem_pthread.dylib 0x00007fff2033a950 _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff2033647b thread_start + 15 Thread 7: 0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100 Thread 8: 0 runtime 0x00007ffdffdcc99c 0x7ffdffd72000 + 371100 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00006000022ccd00 rbx: 0xffffffffffffffff rcx: 0xc49dffff88371a41 rdx: 0x000000002f800078 rdi: 0x00006000022ccd00 rsi: 0x0000000000000000 rbp: 0x000000030bf21cf0 rsp: 0x000000030bf21c60 r8: 0x00000000000000cb r9: 0x00000000000007fb r10: 0x0000000000002530 r11: 0x0000000000000050 r12: 0x00007f9f5e263000 r13: 0x00007f9f3f617e60 r14: 0x0000600001919510 r15: 0x0000000004147800 rip: 0x0000000102cea604 rfl: 0x0000000000000242 Binary Images: 0x10232a000 - 0x1040e5fff +com.merill.slic3r/ (SuperSlicer Slic3r_2.3.56.0 - Slic3r_2.3.56.0) <5FA8C71A-D493-3AE0-A625-F57683DFA986> /var/folders/*/SuperSlicer.app/Contents/MacOS/SuperSlicer 0x114474000 - 0x114483fff libobjc-trampolines.dylib (818.2) <0FECD337-2668-3E38-B494-E75D781B054C> /usr/lib/libobjc-trampolines.dylib 0x11a554000 - 0x11a5bbfff com.apple.AppleMetalOpenGLRenderer (1.0 - 1) <700DD696-2785-38FB-ACA0-07F939D1B00C> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer 0x11a6a9000 - 0x11ade4fff com.apple.AGXMetal13-3 (172.26.2 - 172.26.2) <6361D994-024D-3335-9F50-6902739D307E> /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3 0x205ae8000 - 0x205b83fff dyld (832.7.3) <0D4EA85F-7E30-338B-9215-314A5A5539B6> /usr/lib/dyld 0x7ffdffd72000 - 0x7ffdffde5fff +runtime (203.30)