Merge upstream/main into belt-printer

Brings the belt-printer work up to date with 591 upstream commits.

Conflict resolutions (12 files, 42 hunks):

- GCode.cpp: adopted upstream's per-filament/per-nozzle config refactor
  (get_filament_config_index, NOZZLE_CONFIG), the extracted
  generate_timelapse_gcode + farthest-point timelapse, and the
  ConfigOptionFloatsNullable calibration options. Re-applied the belt
  hooks on top: init_belt_writer / axis remap / FirstLayerPlane setup,
  on_set_origin, the belt-corrected calib_z for the volumetric speed
  tower, and path_on_first_layer (belt's per-path first-layer test) in
  place of upstream's layer-index on_first_layer() in the acceleration,
  jerk and overhang-detection paths. Swept upstream's new m_writer.
  uses to m_writer-> since belt holds the writer by unique_ptr.
- interpolate_value_across_layers: kept upstream's banded stepping and
  belt's object-Z-span ratio; dropped upstream's duplicate ratio decl.
- Plater.cpp: took upstream's guarded add_model(...) early-returns and
  the VFA vfa_layer_height plumbing; kept the belt temp-tower path,
  _calib_apply_belt_mode and belt_calib_flip_ringing_tower. Dropped the
  VFA "cut upper" block, superseded upstream by model scaling.
- Brim.cpp: upstream's ObjectInstanceID-keyed brimAreaMap, keeping the
  belt early-return.
- 3DScene.cpp: kept both the belt build-plate tilt up_direction and
  upstream's per-extruder printable-height shading.
- GCodeViewer.cpp: kept upstream's dim-previous-layers setup and belt's
  exemption from the same-result early return.
- TreeSupport.cpp: upstream's >= 0 roof-layer fix inside belt's
  belt-floor branch.
- calib.cpp / GCode.hpp / GCodeWriter.{cpp,hpp} / Print.hpp: upstream's
  additions adapted to belt's pointer-held writer and helpers.
- Custom.json: kept profile version 02.04.00.03 (belt) over upstream's
  02.04.00.01; both bumped from 02.04.00.00.

Building this tree needs the wxInspector dependency, which upstream
added in the interim (python3 and wxWidgets 3.3.2 were already present
in the shared deps prefix).
This commit is contained in:
harrierpigeon
2026-07-31 13:39:00 -05:00
9423 changed files with 2619364 additions and 1294341 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Afinia",
"version": "02.04.00.00",
"version": "02.04.00.02",
"force_update": "0",
"description": "Afinia configurations",
"machine_model_list": [
@@ -124,14 +124,6 @@
"name": "fdm_filament_tpu",
"sub_path": "filament/fdm_filament_tpu.json"
},
{
"name": "Afinia ABS",
"sub_path": "filament/Afinia ABS.json"
},
{
"name": "Afinia ABS+",
"sub_path": "filament/Afinia ABS+.json"
},
{
"name": "Afinia ABS+@HS",
"sub_path": "filament/Afinia ABS+@HS.json"
@@ -140,34 +132,18 @@
"name": "Afinia ABS@HS",
"sub_path": "filament/Afinia ABS@HS.json"
},
{
"name": "Afinia Value ABS",
"sub_path": "filament/Afinia Value ABS.json"
},
{
"name": "Afinia Value ABS@HS",
"sub_path": "filament/Afinia Value ABS@HS.json"
},
{
"name": "Afinia PLA",
"sub_path": "filament/Afinia PLA.json"
},
{
"name": "Afinia PLA@HS",
"sub_path": "filament/Afinia PLA@HS.json"
},
{
"name": "Afinia Value PLA",
"sub_path": "filament/Afinia Value PLA.json"
},
{
"name": "Afinia Value PLA@HS",
"sub_path": "filament/Afinia Value PLA@HS.json"
},
{
"name": "Afinia TPU",
"sub_path": "filament/Afinia TPU.json"
},
{
"name": "Afinia TPU@HS",
"sub_path": "filament/Afinia TPU@HS.json"

View File

@@ -1,37 +0,0 @@
{
"type": "filament",
"filament_id": "GFB00",
"setting_id": "GFSB00",
"name": "Afinia ABS+",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.95"
],
"filament_cost": [
"24.99"
],
"filament_vendor": [
"Afinia"
],
"fan_max_speed": [
"60"
],
"filament_max_volumetric_speed": [
"16"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": [
"Afinia H400 Pro 0.4 nozzle",
"Afinia H400 Pro 0.6 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "filament",
"filament_id": "GFB00_01",
"setting_id": "GFSB00",
"setting_id": "wAJTMxtCY7EoavRi",
"name": "Afinia ABS+@HS",
"from": "system",
"instantiation": "true",

View File

@@ -1,31 +0,0 @@
{
"type": "filament",
"filament_id": "GFB00",
"setting_id": "GFSB00",
"name": "Afinia ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.95"
],
"filament_cost": [
"24.99"
],
"filament_vendor": [
"Afinia"
],
"fan_max_speed": [
"60"
],
"filament_max_volumetric_speed": [
"16"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": [
"Afinia H400 Pro 0.4 nozzle",
"Afinia H400 Pro 0.6 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "filament",
"filament_id": "GFB00_01",
"setting_id": "GFSB00",
"setting_id": "qCDnb2iBaz4hd4vX",
"name": "Afinia ABS@HS",
"from": "system",
"instantiation": "true",

View File

@@ -1,34 +0,0 @@
{
"type": "filament",
"filament_id": "GFA00",
"setting_id": "GFSA00",
"name": "Afinia PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"21"
],
"filament_vendor": [
"Afinia"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": [
"Afinia H400 Pro 0.4 nozzle",
"Afinia H400 Pro 0.6 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "filament",
"filament_id": "GFA00_01",
"setting_id": "GFSA00",
"setting_id": "N3sCgjdjvp6FTtw9",
"name": "Afinia PLA@HS",
"from": "system",
"instantiation": "true",

View File

@@ -1,27 +0,0 @@
{
"type": "filament",
"name": "Afinia TPU",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "GFU01",
"instantiation": "true",
"filament_vendor": [
"Afinia"
],
"filament_density": [
"1.22"
],
"nozzle_temperature_initial_layer": [
"230"
],
"filament_cost": [
"41.99"
],
"nozzle_temperature": [
"230"
],
"compatible_printers": [
"Afinia H400 Pro 0.4 nozzle",
"Afinia H400 Pro 0.6 nozzle"
]
}

View File

@@ -3,6 +3,7 @@
"name": "Afinia TPU@HS",
"inherits": "fdm_filament_tpu",
"from": "system",
"setting_id": "zUqTgAEbqTN1EdRl",
"filament_id": "GFU01_01",
"instantiation": "true",
"filament_vendor": [

View File

@@ -1,37 +0,0 @@
{
"type": "filament",
"filament_id": "GFB00",
"setting_id": "GFSB00",
"name": "Afinia Value ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.95"
],
"filament_cost": [
"24.99"
],
"filament_vendor": [
"Afinia"
],
"fan_max_speed": [
"60"
],
"filament_max_volumetric_speed": [
"16"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"245"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": [
"Afinia H400 Pro 0.4 nozzle",
"Afinia H400 Pro 0.6 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "filament",
"filament_id": "GFB00_01",
"setting_id": "GFSB00",
"setting_id": "OxIiEYjbhEvSykaQ",
"name": "Afinia Value ABS@HS",
"from": "system",
"instantiation": "true",

View File

@@ -1,40 +0,0 @@
{
"type": "filament",
"filament_id": "GFA00",
"setting_id": "GFSA00",
"name": "Afinia Value PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"21"
],
"filament_vendor": [
"Afinia"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"nozzle_temperature": [
"190"
],
"nozzle_temperature_initial_layer": [
"190"
],
"compatible_printers": [
"Afinia H400 Pro 0.4 nozzle",
"Afinia H400 Pro 0.6 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "filament",
"filament_id": "GFA00_01",
"setting_id": "GFSA00",
"setting_id": "BASsUdyvElEVJ9AA",
"name": "Afinia Value PLA@HS",
"from": "system",
"instantiation": "true",

View File

@@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "iwkXfmEyz9RLZTvh",
"name": "Afinia H+1(HS) 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "vngsrxKvEIsmr8tQ",
"name": "Afinia H+1(HS) 0.6 nozzle",
"from": "system",
"instantiation": "true",

View File

@@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "FueWYijuvLNWzNmL",
"name": "0.12mm Fine @Afinia H+1(HS)",
"from": "system",
"instantiation": "true",

View File

@@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "Ntf0ZMcETTPz7EY1",
"name": "0.16mm Optimal @Afinia H+1(HS)",
"from": "system",
"instantiation": "true",

View File

@@ -3,7 +3,7 @@
"name": "0.18mm Fine @Afinia H+1(HS) 0.6 nozzle",
"inherits": "fdm_process_afinia_0.18_nozzle_0.6_HS",
"from": "system",
"setting_id": "GP021",
"setting_id": "b7oGgrSCik70LqdL",
"instantiation": "true",
"description": "It has a smaller layer height and results in smoother surface and higher printing quality.",
"elefant_foot_compensation": "0.15",

View File

@@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "Lxid5Z2e0fvVDMMm",
"name": "0.20mm Standard @Afinia H+1(HS)",
"from": "system",
"inherits": "fdm_process_afinia_HS_common",

View File

@@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "APeSqnRZh6I9OTFr",
"name": "0.24mm Draft @Afinia H+1(HS)",
"from": "system",
"instantiation": "true",

View File

@@ -3,7 +3,7 @@
"name": "0.24mm Standard @Afinia H+1(HS) 0.6 nozzle",
"inherits": "fdm_process_afinia_0.24_nozzle_0.6_HS",
"from": "system",
"setting_id": "GP022",
"setting_id": "QlOnQEeUXkGaxZS5",
"instantiation": "true",
"description": "It has a balanced layer height for good quality and reasonable printing time.",
"elefant_foot_compensation": "0.15",

View File

@@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "VZ3NOVzdVWqZ37Ge",
"name": "0.28mm Extra Draft @Afinia H+1(HS)",
"from": "system",
"instantiation": "true",

View File

@@ -3,7 +3,7 @@
"name": "0.30mm Standard @Afinia H+1(HS) 0.6 nozzle",
"inherits": "fdm_process_afinia_0.30_nozzle_0.6_HS",
"from": "system",
"setting_id": "GP023",
"setting_id": "7PPJm0girx11EP80",
"instantiation": "true",
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
"elefant_foot_compensation": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.30mm Strength @Afinia H+1(HS) 0.6 nozzle",
"inherits": "fdm_process_afinia_0.30_nozzle_0.6_HS",
"from": "system",
"setting_id": "GP024",
"setting_id": "BewLobRVuiw6HPuc",
"instantiation": "true",
"description": "It has a big layer height with optimized settings for stronger parts.",
"elefant_foot_compensation": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.36mm Draft @Afinia H+1(HS) 0.6 nozzle",
"inherits": "fdm_process_afinia_0.36_nozzle_0.6_HS",
"from": "system",
"setting_id": "GP025",
"setting_id": "pBS3NpSZPjtySd3X",
"instantiation": "true",
"description": "It has a bigger layer height for faster printing but with more visible layer lines.",
"elefant_foot_compensation": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.42mm Extra Draft @Afinia H+1(HS) 0.6 nozzle",
"inherits": "fdm_process_afinia_0.42_nozzle_0.6_HS",
"from": "system",
"setting_id": "GP026",
"setting_id": "kHUEpY5ZMtYrLKtO",
"instantiation": "true",
"description": "It has the biggest layer height for fastest printing but with very visible layer lines.",
"elefant_foot_compensation": "0.15",

View File

@@ -1,6 +1,6 @@
{
"name": "Anker",
"version": "02.04.00.00",
"version": "02.04.00.01",
"force_update": "0",
"description": "Anker configurations",
"machine_model_list": [

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic ABS 0.2 nozzle",
"inherits": "Anker Generic ABS @base",
"from": "system",
"setting_id": "GFSB99_20",
"setting_id": "BD5ODYVM90Ig44C5",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic ABS 0.25 nozzle",
"inherits": "Anker Generic ABS @base",
"from": "system",
"setting_id": "GFSB99_25",
"setting_id": "WS5wXckNuiQqSVwO",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic ABS",
"inherits": "Anker Generic ABS @base",
"from": "system",
"setting_id": "GFSB99",
"setting_id": "axEspGzFJnrnidm4",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic ASA 0.2 nozzle",
"inherits": "Anker Generic ASA @base",
"from": "system",
"setting_id": "GFSB98_20",
"setting_id": "G7pzEyyhPFDnae3R",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic ASA 0.25 nozzle",
"inherits": "Anker Generic ASA @base",
"from": "system",
"setting_id": "GFSB98_25",
"setting_id": "ErUUDTQ7h1wNHAKT",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic ASA",
"inherits": "Anker Generic ASA @base",
"from": "system",
"setting_id": "GFSB98",
"setting_id": "QiFoBW5WuDUJGmFZ",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PA 0.2 nozzle",
"inherits": "Anker Generic PA @base",
"from": "system",
"setting_id": "GFSN99_20",
"setting_id": "NZB26MSD9WbOeY2S",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PA 0.25 nozzle",
"inherits": "Anker Generic PA @base",
"from": "system",
"setting_id": "GFSN99_25",
"setting_id": "Wj7oXTGUxo8lie1B",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PA-CF",
"inherits": "Anker Generic PA-CF @base",
"from": "system",
"setting_id": "GFSN98",
"setting_id": "qdsEps11ugFHJkn7",
"instantiation": "true",
"compatible_printers": [
"Anker M5 All-Metal 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PA",
"inherits": "Anker Generic PA @base",
"from": "system",
"setting_id": "GFSN99",
"setting_id": "QbIiX554Yee6vb32",
"instantiation": "true",
"compatible_printers": [
"Anker M5 All-Metal 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PC 0.2 nozzle",
"inherits": "Anker Generic PC @base",
"from": "system",
"setting_id": "GFSC99_20",
"setting_id": "GhIOAidtgDkzh9Aj",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PC 0.25 nozzle",
"inherits": "Anker Generic PC @base",
"from": "system",
"setting_id": "GFSC99_25",
"setting_id": "TQm9EPdenyGJMvgP",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PC",
"inherits": "Anker Generic PC @base",
"from": "system",
"setting_id": "GFSC99",
"setting_id": "xY25QcIsR9pWai3n",
"instantiation": "true",
"compatible_printers": [
"Anker M5 All-Metal 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PETG 0.2 nozzle",
"inherits": "Anker Generic PETG @base",
"from": "system",
"setting_id": "GFSG99_20",
"setting_id": "VItvDP6zmenWXwPO",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PETG 0.25 nozzle",
"inherits": "Anker Generic PETG @base",
"from": "system",
"setting_id": "GFSG99_25",
"setting_id": "UgKfPuleh1xnoJLT",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PETG-CF",
"inherits": "Anker Generic PETG-CF @base",
"from": "system",
"setting_id": "GFSG98",
"setting_id": "j8PLF6AZD0R0oVs8",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PETG",
"inherits": "Anker Generic PETG @base",
"from": "system",
"setting_id": "GFSG99",
"setting_id": "FMnK9qOMiqDcGqhd",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA 0.2 nozzle",
"inherits": "Anker Generic PLA @base",
"from": "system",
"setting_id": "GFSL99_20",
"setting_id": "j6QmCITPJoP7bWHq",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA 0.25 nozzle",
"inherits": "Anker Generic PLA @base",
"from": "system",
"setting_id": "GFSL99_25",
"setting_id": "uKfcnPWdXxAGB5Ls",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA Silk 0.2 nozzle",
"inherits": "Anker Generic PLA Silk @base",
"from": "system",
"setting_id": "GFSL96_20",
"setting_id": "A1l6NiwRrasdV556",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA Silk 0.25 nozzle",
"inherits": "Anker Generic PLA Silk @base",
"from": "system",
"setting_id": "GFSL96_25",
"setting_id": "yzHmKTOtA9JamlNf",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA Silk",
"inherits": "Anker Generic PLA Silk @base",
"from": "system",
"setting_id": "GFSL96",
"setting_id": "BGttYO9m2rGcnrEG",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA+ 0.2 nozzle",
"inherits": "Anker Generic PLA+ @base",
"from": "system",
"setting_id": "GFSL95_20",
"setting_id": "6IcMSjyxt0szdUuY",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA+ 0.25 nozzle",
"inherits": "Anker Generic PLA+ @base",
"from": "system",
"setting_id": "GFSL95_25",
"setting_id": "a2Rf07ZUhpTPONN1",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA+",
"inherits": "Anker Generic PLA+ @base",
"from": "system",
"setting_id": "GFSL95",
"setting_id": "0yQN44WNvLVjQu2b",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA-CF",
"inherits": "Anker Generic PLA-CF @base",
"from": "system",
"setting_id": "GFSL98",
"setting_id": "diNUVM7UcHLnOr9J",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PLA",
"inherits": "Anker Generic PLA @base",
"from": "system",
"setting_id": "GFSL99",
"setting_id": "qfKC91VAAFZSExhm",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic PVA",
"inherits": "Anker Generic PVA @base",
"from": "system",
"setting_id": "GFSS99",
"setting_id": "GRtdOKUkQfZ5eDH4",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker Generic TPU",
"inherits": "Anker Generic TPU @base",
"from": "system",
"setting_id": "GFSR99",
"setting_id": "YyTaPGGiEyAzmh9A",
"instantiation": "true",
"compatible_printers": [
"Anker M5 0.4 nozzle",

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 0.2 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM004",
"setting_id": "kN8Hohcpw8f5ntpr",
"instantiation": "true",
"nozzle_diameter": [
"0.2"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 0.25 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM007",
"setting_id": "7dfus0FEePH32qeb",
"instantiation": "true",
"nozzle_diameter": [
"0.25"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 0.4 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM001",
"setting_id": "P4a46X3GsXKseJZA",
"instantiation": "true",
"nozzle_diameter": [
"0.4"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 0.6 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM010",
"setting_id": "Oc59gC5v0WBApuk0",
"instantiation": "true",
"nozzle_diameter": [
"0.6"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 All-Metal 0.2 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM005",
"setting_id": "oGl7LwEgqjA1YhCr",
"instantiation": "true",
"nozzle_diameter": [
"0.2"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 All-Metal 0.25 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM008",
"setting_id": "imIr5Mjp5nZ3e7Od",
"instantiation": "true",
"nozzle_diameter": [
"0.25"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 All-Metal 0.4 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM002",
"setting_id": "coZ1LkMyEaPb0IUW",
"instantiation": "true",
"nozzle_diameter": [
"0.4"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5 All-Metal 0.6 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM011",
"setting_id": "Ud7gCUZXdNlpBEoB",
"instantiation": "true",
"nozzle_diameter": [
"0.6"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5C 0.2 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM006",
"setting_id": "gydejA4b2J8t11NZ",
"instantiation": "true",
"nozzle_diameter": [
"0.2"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5C 0.25 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM009",
"setting_id": "rvdyXQTYJawcfGrp",
"instantiation": "true",
"nozzle_diameter": [
"0.25"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5C 0.4 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM003",
"setting_id": "nU0a3nS7wts4sQW4",
"instantiation": "true",
"nozzle_diameter": [
"0.4"

View File

@@ -3,7 +3,7 @@
"name": "Anker M5C 0.6 nozzle",
"inherits": "fdm_marlin_common",
"from": "system",
"setting_id": "GM012",
"setting_id": "vMRJqTpMxHG2tMbO",
"instantiation": "true",
"nozzle_diameter": [
"0.6"

View File

@@ -3,7 +3,7 @@
"name": "0.05mm Optimal 0.2 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_2",
"from": "system",
"setting_id": "GP010",
"setting_id": "ue2qhXydEN7TC2g8",
"instantiation": "true",
"layer_height": "0.05",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.05mm Optimal 0.25 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_25",
"from": "system",
"setting_id": "GP013",
"setting_id": "0BaK6KcVfmLfDWQ5",
"instantiation": "true",
"layer_height": "0.05",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.05mm Ultradetail @Anker",
"inherits": "fdm_process_anker_common",
"from": "system",
"setting_id": "GP002",
"setting_id": "GmuMBllBDCV3wgp6",
"instantiation": "true",
"layer_height": "0.05",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.10mm Detail @Anker",
"inherits": "fdm_process_anker_common",
"from": "system",
"setting_id": "GP003",
"setting_id": "doEmSk2yclAlrDje",
"instantiation": "true",
"layer_height": "0.10",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.10mm Standard 0.2 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_2",
"from": "system",
"setting_id": "GP011",
"setting_id": "VsbQS5WHAe8eWdMb",
"instantiation": "true",
"layer_height": "0.10",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.10mm Standard 0.25 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_25",
"from": "system",
"setting_id": "GP014",
"setting_id": "tVkN8yO3KNU7RBil",
"instantiation": "true",
"layer_height": "0.10",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.15mm Detail 0.6 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_6",
"from": "system",
"setting_id": "GP016",
"setting_id": "G86FJ5HcZrezkPiL",
"instantiation": "true",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",

View File

@@ -3,7 +3,7 @@
"name": "0.15mm Draft 0.2 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_2",
"from": "system",
"setting_id": "GP012",
"setting_id": "mvB5mkr4Rcnt6nfL",
"instantiation": "true",
"layer_height": "0.15",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.15mm Draft 0.25 nozzle @Anker",
"inherits": "fdm_process_anker_common_0_25",
"from": "system",
"setting_id": "GP015",
"setting_id": "2z0V3ymNPvCkaMKl",
"instantiation": "true",
"layer_height": "0.15",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.15mm Fast @Anker",
"inherits": "fdm_process_anker_fast_common",
"from": "system",
"setting_id": "GP007",
"setting_id": "AmygchBTj8t7w1p8",
"instantiation": "true",
"layer_height": "0.15",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.15mm Optimal @Anker",
"inherits": "fdm_process_anker_common",
"from": "system",
"setting_id": "GP004",
"setting_id": "B60G1FrfJwUViHQb",
"instantiation": "true",
"layer_height": "0.15",
"initial_layer_print_height": "0.15",

View File

@@ -3,7 +3,7 @@
"name": "0.20mm Fast @Anker",
"inherits": "fdm_process_anker_fast_common",
"from": "system",
"setting_id": "GP008",
"setting_id": "Qu11kOAqDc189BDd",
"instantiation": "true",
"layer_height": "0.20",
"initial_layer_print_height": "0.20",

View File

@@ -1,9 +1,10 @@
{
"type": "process",
"name": "0.20mm Optimal 0.6 nozzle @Anker",
"renamed_from": "0.20mm Optimal 0.6 nozzle @Anker.json",
"inherits": "fdm_process_anker_common_0_6",
"from": "system",
"setting_id": "GP017",
"setting_id": "re5qmcOFJ1OJP3Ip",
"instantiation": "true",
"layer_height": "0.20",
"initial_layer_print_height": "0.20",

View File

@@ -3,7 +3,7 @@
"name": "0.20mm Standard @Anker",
"inherits": "fdm_process_anker_common",
"from": "system",
"setting_id": "GP001",
"setting_id": "pIFD3fv1vaRXYpPA",
"instantiation": "true",
"layer_height": "0.20",
"initial_layer_print_height": "0.20",

View File

@@ -3,7 +3,7 @@
"name": "0.25mm Draft @Anker",
"inherits": "fdm_process_anker_common",
"from": "system",
"setting_id": "GP005",
"setting_id": "jYoKBJ0eOXh4FZ8Q",
"instantiation": "true",
"layer_height": "0.25",
"initial_layer_print_height": "0.25",

View File

@@ -3,7 +3,7 @@
"name": "0.25mm Fast @Anker",
"inherits": "fdm_process_anker_fast_common",
"from": "system",
"setting_id": "GP009",
"setting_id": "wrZr3PBnVbQ6AVn9",
"instantiation": "true",
"layer_height": "0.25",
"initial_layer_print_height": "0.25",

View File

@@ -3,7 +3,7 @@
"name": "0.30mm Standard 0.6mm nozzle @Anker",
"inherits": "fdm_process_anker_common_0_6",
"from": "system",
"setting_id": "GP018",
"setting_id": "dZht9nv2lKNm1JHa",
"instantiation": "true",
"layer_height": "0.30",
"initial_layer_print_height": "0.30",

View File

@@ -3,7 +3,7 @@
"name": "0.30mm Superdraft @Anker",
"inherits": "fdm_process_anker_common",
"from": "system",
"setting_id": "GP006",
"setting_id": "ilmQ7GegvVeH9AxA",
"instantiation": "true",
"layer_height": "0.30",
"initial_layer_print_height": "0.30",

View File

@@ -3,7 +3,7 @@
"name": "0.35mm Draft 0.6mm nozzle @Anker",
"inherits": "fdm_process_anker_common_0_6",
"from": "system",
"setting_id": "GP019",
"setting_id": "LAKBtstaShZ3atGa",
"instantiation": "true",
"layer_height": "0.35",
"initial_layer_print_height": "0.35",

View File

@@ -3,7 +3,7 @@
"name": "0.40mm Superdraft 0.6mm nozzle @Anker",
"inherits": "fdm_process_anker_common_0_6",
"from": "system",
"setting_id": "GP020",
"setting_id": "pZ1lqDq7UEaKzUAb",
"instantiation": "true",
"layer_height": "0.40",
"initial_layer_print_height": "0.40",

View File

@@ -1,6 +1,6 @@
{
"name": "Anycubic",
"version": "02.04.00.01",
"version": "02.04.00.02",
"force_update": "0",
"description": "Anycubic configurations",
"machine_model_list": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra 3 Max 0.4 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "RDI26qeSRSTe0PDg",
"filament_id": "GFB99",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra 3 Max 0.6 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "Moc1cylP6mmSQjlb",
"filament_id": "GFB99",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra 3 Max 0.8 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "2xgfnUKyOUQwYWPa",
"filament_id": "GFB99",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra S1 0.4 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "NOiAgxA0BbvLhR1v",
"filament_id": "GFB99",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra S1 Max 0.25 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "MDWaiSjl89E6Edsn",
"filament_id": "GFABS",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra S1 Max 0.4 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "wZjVYc7dBDSKRusJ",
"filament_id": "GFABS",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra S1 Max 0.6 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "AbB6JtoPRsNgmxyy",
"filament_id": "GFABS",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra S1 Max 0.8 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "exX565xnrLPkYkvu",
"filament_id": "GFABS",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ABS @Anycubic Kobra X 0.4 nozzle",
"inherits": "fdm_filament_abs",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "KeEk3yQZrKmJY9Q0",
"filament_id": "GFABS",
"instantiation": "true",
"filament_settings_id": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ASA @Anycubic Kobra 3 0.4 nozzle",
"inherits": "Anycubic Generic ASA",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "U66DGcpZeZ24VfPe",
"filament_id": "GFA99",
"instantiation": "true",
"filament_vendor": [

View File

@@ -3,7 +3,7 @@
"name": "Anycubic ASA @Anycubic Kobra 3 Max 0.6 nozzle",
"inherits": "fdm_filament_asa",
"from": "system",
"setting_id": "GFSA04",
"setting_id": "06j8OTuYw3Sh9BxL",
"filament_id": "GFA99",
"instantiation": "true",
"filament_settings_id": [

Some files were not shown because too many files have changed in this diff Show More