turned off sd card stuff for now.
This commit is contained in:
parent
b523c7d486
commit
ec0e056c01
3 changed files with 10 additions and 0 deletions
|
|
@ -96,9 +96,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new NotPassedItem("", "bed_temperature"),
|
||||
new NotPassedItem("", "bed_shape"),
|
||||
|
||||
#if false
|
||||
new NotPassedItem("", "has_fan"),
|
||||
new NotPassedItem("", "has_heated_bed"),
|
||||
new NotPassedItem("", "has_sd_card_reader"),
|
||||
#endif
|
||||
|
||||
new ScaledSingleNumber("objectSink", "bottom_clip_amount", 1000),
|
||||
|
||||
|
|
|
|||
|
|
@ -192,9 +192,11 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new MapRepairOutlines("repairOutlines", "repair_outlines_extensive_stitching"),
|
||||
new NotPassedItem("", "repair_outlines_keep_open"),
|
||||
|
||||
#if false
|
||||
new NotPassedItem("", "has_fan"),
|
||||
new NotPassedItem("", "has_heated_bed"),
|
||||
new NotPassedItem("", "has_sd_card_reader"),
|
||||
#endif
|
||||
|
||||
//repairOverlaps=NONE # Available Values: NONE, REVERSE_ORIENTATION, UNION_ALL_TOGETHER # You can or them together using '|'.
|
||||
new MapRepairOverlaps("repairOverlaps", "repair_overlaps_reverse_orientation"),
|
||||
|
|
|
|||
|
|
@ -79,6 +79,12 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
hideItems.Add("extruder_clearance_height");
|
||||
hideItems.Add("extruder_clearance_radius");
|
||||
hideItems.Add("wipe_shield_distance");
|
||||
#if true
|
||||
hideItems.Add("has_fan");
|
||||
hideItems.Add("has_heated_bed");
|
||||
hideItems.Add("has_sd_card_reader");
|
||||
#endif
|
||||
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue