mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 06:24:01 -06:00
Feature/enhance profile validator (#4278)
* check more profile issues * 1 * update ci/cd * update name
This commit is contained in:
parent
01b0c87471
commit
2b6937acbe
13 changed files with 223 additions and 49 deletions
|
@ -116,8 +116,6 @@
|
|||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"bbl_calib_mark_logo": "1",
|
||||
"setting_id": "GM003",
|
||||
"name": "Kingroon KP3S PRO S1 0.4 nozzle",
|
||||
"instantiation": "true",
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"bbl_calib_mark_logo": "1",
|
||||
"name": "fdm_machine_common",
|
||||
"auxiliary_fan": "0",
|
||||
"fan_kickstart": "0",
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
"auxiliary_fan": "0",
|
||||
"remaining_times": "1",
|
||||
"single_extruder_multi_material": "0",
|
||||
"single_extruder_multi_material_priming": "0",
|
||||
"purge_in_prime_tower": "0",
|
||||
"enable_filament_ramming": "0",
|
||||
"nozzle_volume": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue