Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
make exclude_object off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Dec 30, 2023
1 parent 9208767 commit bd70007
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"infill_jerk": "12",
"travel_jerk": "12",
"inner_wall_jerk": "7",
"top_surface_jerk": "7"
"top_surface_jerk": "7",
"exclude_object": "1"

}
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@
"enable_arc_fitting": "0",
"compatible_printers": [
"MyKlipper 0.4 nozzle"
]
],
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@
"top_surface_speed": "120",
"gap_infill_speed": "120",
"sparse_infill_speed": "200",
"travel_speed": "350"
"travel_speed": "350",
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"top_surface_speed": "120",
"gap_infill_speed": "120",
"sparse_infill_speed": "200",
"travel_speed": "300"
"travel_speed": "300",
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"travel_speed": "400",
"compatible_printers": [
"FLSun V400 0.4 nozzle"
]
],
"exclude_object": "1"
}
3 changes: 2 additions & 1 deletion resources/profiles/InfiMech/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,6 @@
"70"
],
"xy_contour_compensation": "0",
"xy_hole_compensation": "0"
"xy_hole_compensation": "0",
"exclude_object": "1"
}
3 changes: 2 additions & 1 deletion resources/profiles/OrcaArena/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"enable_prime_tower": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
"xy_contour_compensation": "0",
"exclude_object": "1"
}
3 changes: 2 additions & 1 deletion resources/profiles/Prusa/process/process_common_mk4.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"top_surface_acceleration": "1000",
"travel_acceleration": "4000",
"inner_wall_acceleration": "4000",
"outer_wall_acceleration": "3000"
"outer_wall_acceleration": "3000",
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@
"internal_solid_infill_pattern": "monotonic",
"initial_layer_travel_speed": "50%",
"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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"RatRig V-Minion 0.4 nozzle",
"RatRig V-Cast 0.4 nozzle",
"RatRig V-Cast 0.6 nozzle"
]
],
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@
"compatible_printers": [
"Troodon 2.0 Klipper 0.4 nozzle",
"Troodon 2.0 RRF 0.4 nozzle"
]
],
"exclude_object": "1"
}
3 changes: 2 additions & 1 deletion resources/profiles/Voron/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"enable_prime_tower": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
"xy_contour_compensation": "0",
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@
"compatible_printers": [
"Vzbot 235 AWD 0.4 nozzle",
"Vzbot 330 AWD 0.4 nozzle"
]
],
"exclude_object": "1"
}
3 changes: 2 additions & 1 deletion resources/profiles/Vzbot/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"enable_prime_tower": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
"xy_contour_compensation": "0",
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"enable_prime_tower": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
"xy_contour_compensation": "0",
"exclude_object": "1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"enable_prime_tower": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
"xy_contour_compensation": "0",
"exclude_object": "1"
}
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,7 @@ def = this->add("filament_loading_speed", coFloats);
def->label = L("Exclude objects");
def->tooltip = L("Enable this option to add EXCLUDE OBJECT command in g-code");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(1));
def->set_default_value(new ConfigOptionBool(false));

def = this->add("gcode_comments", coBool);
def->label = L("Verbose G-code");
Expand Down

0 comments on commit bd70007

Please sign in to comment.