mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
make exclude_object
off by default
This commit is contained in:
parent
a96ed26519
commit
f89932f63e
17 changed files with 34 additions and 17 deletions
|
@ -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"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue