make exclude_object off by default

This commit is contained in:
SoftFever 2023-12-29 09:21:49 +08:00
parent a96ed26519
commit f89932f63e
17 changed files with 34 additions and 17 deletions

View file

@ -10,5 +10,7 @@
"infill_jerk": "12", "infill_jerk": "12",
"travel_jerk": "12", "travel_jerk": "12",
"inner_wall_jerk": "7", "inner_wall_jerk": "7",
"top_surface_jerk": "7" "top_surface_jerk": "7",
"exclude_object": "1"
} }

View file

@ -104,5 +104,6 @@
"enable_arc_fitting": "0", "enable_arc_fitting": "0",
"compatible_printers": [ "compatible_printers": [
"MyKlipper 0.4 nozzle" "MyKlipper 0.4 nozzle"
] ],
"exclude_object": "1"
} }

View file

@ -110,5 +110,6 @@
"top_surface_speed": "120", "top_surface_speed": "120",
"gap_infill_speed": "120", "gap_infill_speed": "120",
"sparse_infill_speed": "200", "sparse_infill_speed": "200",
"travel_speed": "350" "travel_speed": "350",
"exclude_object": "1"
} }

View file

@ -30,5 +30,6 @@
"top_surface_speed": "120", "top_surface_speed": "120",
"gap_infill_speed": "120", "gap_infill_speed": "120",
"sparse_infill_speed": "200", "sparse_infill_speed": "200",
"travel_speed": "300" "travel_speed": "300",
"exclude_object": "1"
} }

View file

@ -25,5 +25,6 @@
"travel_speed": "400", "travel_speed": "400",
"compatible_printers": [ "compatible_printers": [
"FLSun V400 0.4 nozzle" "FLSun V400 0.4 nozzle"
] ],
"exclude_object": "1"
} }

View file

@ -219,5 +219,6 @@
"70" "70"
], ],
"xy_contour_compensation": "0", "xy_contour_compensation": "0",
"xy_hole_compensation": "0" "xy_hole_compensation": "0",
"exclude_object": "1"
} }

View file

@ -67,5 +67,6 @@
"enable_prime_tower": "0", "enable_prime_tower": "0",
"prime_tower_width": "60", "prime_tower_width": "60",
"xy_hole_compensation": "0", "xy_hole_compensation": "0",
"xy_contour_compensation": "0" "xy_contour_compensation": "0",
"exclude_object": "1"
} }

View file

@ -24,5 +24,6 @@
"top_surface_acceleration": "1000", "top_surface_acceleration": "1000",
"travel_acceleration": "4000", "travel_acceleration": "4000",
"inner_wall_acceleration": "4000", "inner_wall_acceleration": "4000",
"outer_wall_acceleration": "3000" "outer_wall_acceleration": "3000",
"exclude_object": "1"
} }

View file

@ -114,5 +114,6 @@
"internal_solid_infill_pattern": "monotonic", "internal_solid_infill_pattern": "monotonic",
"initial_layer_travel_speed": "50%", "initial_layer_travel_speed": "50%",
"filter_out_gap_fill": "2", "filter_out_gap_fill": "2",
"notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the top of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n {% set s = params.S|float %}\n {% if s == 0 %}\n # If target temperature is 0, do nothing\n M117 Chamber heating cancelled\n {% else %}\n SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s}\n # Orca: uncomment the following line if you want to use heat bed to assist chamber heating\n M140 S90\n TEMPERATURE_WAIT SENSOR=\"heater_generic chamber_heater\" MINIMUM={s-1} MAXIMUM={s+1}\n M117 Chamber at target temperature\n {% endif %}" "notes": "If you want to use Orca's chamber temperature control feature, check that printer.cfg has added the following M191 macro.\nTo add it: go to Fluidd web interface--configuration, copy the following code to the top of the printer.cfg document, SAVE&RESATART \n\n[gcode_macro M191]\ngcode:\n {% set s = params.S|float %}\n {% if s == 0 %}\n # If target temperature is 0, do nothing\n M117 Chamber heating cancelled\n {% else %}\n SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s}\n # Orca: uncomment the following line if you want to use heat bed to assist chamber heating\n M140 S90\n TEMPERATURE_WAIT SENSOR=\"heater_generic chamber_heater\" MINIMUM={s-1} MAXIMUM={s+1}\n M117 Chamber at target temperature\n {% endif %}",
"exclude_object": "1"
} }

View file

@ -111,5 +111,6 @@
"RatRig V-Minion 0.4 nozzle", "RatRig V-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle", "RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle" "RatRig V-Cast 0.6 nozzle"
] ],
"exclude_object": "1"
} }

View file

@ -106,5 +106,6 @@
"compatible_printers": [ "compatible_printers": [
"Troodon 2.0 Klipper 0.4 nozzle", "Troodon 2.0 Klipper 0.4 nozzle",
"Troodon 2.0 RRF 0.4 nozzle" "Troodon 2.0 RRF 0.4 nozzle"
] ],
"exclude_object": "1"
} }

View file

@ -67,5 +67,6 @@
"enable_prime_tower": "0", "enable_prime_tower": "0",
"prime_tower_width": "60", "prime_tower_width": "60",
"xy_hole_compensation": "0", "xy_hole_compensation": "0",
"xy_contour_compensation": "0" "xy_contour_compensation": "0",
"exclude_object": "1"
} }

View file

@ -107,5 +107,6 @@
"compatible_printers": [ "compatible_printers": [
"Vzbot 235 AWD 0.4 nozzle", "Vzbot 235 AWD 0.4 nozzle",
"Vzbot 330 AWD 0.4 nozzle" "Vzbot 330 AWD 0.4 nozzle"
] ],
"exclude_object": "1"
} }

View file

@ -67,5 +67,6 @@
"enable_prime_tower": "0", "enable_prime_tower": "0",
"prime_tower_width": "60", "prime_tower_width": "60",
"xy_hole_compensation": "0", "xy_hole_compensation": "0",
"xy_contour_compensation": "0" "xy_contour_compensation": "0",
"exclude_object": "1"
} }

View file

@ -68,5 +68,6 @@
"enable_prime_tower": "0", "enable_prime_tower": "0",
"prime_tower_width": "60", "prime_tower_width": "60",
"xy_hole_compensation": "0", "xy_hole_compensation": "0",
"xy_contour_compensation": "0" "xy_contour_compensation": "0",
"exclude_object": "1"
} }

View file

@ -68,5 +68,6 @@
"enable_prime_tower": "0", "enable_prime_tower": "0",
"prime_tower_width": "60", "prime_tower_width": "60",
"xy_hole_compensation": "0", "xy_hole_compensation": "0",
"xy_contour_compensation": "0" "xy_contour_compensation": "0",
"exclude_object": "1"
} }

View file

@ -2367,7 +2367,7 @@ def = this->add("filament_loading_speed", coFloats);
def->label = L("Exclude objects"); def->label = L("Exclude objects");
def->tooltip = L("Enable this option to add EXCLUDE OBJECT command in g-code"); def->tooltip = L("Enable this option to add EXCLUDE OBJECT command in g-code");
def->mode = comAdvanced; def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(1)); def->set_default_value(new ConfigOptionBool(false));
def = this->add("gcode_comments", coBool); def = this->add("gcode_comments", coBool);
def->label = L("Verbose G-code"); def->label = L("Verbose G-code");