post changes after merging BS1.7.4

Remove tracking etc..
This commit is contained in:
SoftFever 2023-08-26 18:24:13 +08:00
parent e65b11a831
commit 2a478ab4f9
615 changed files with 46215 additions and 54844 deletions

View file

@ -1,15 +1,12 @@
{
"type": "machine",
"setting_id": "GM_Anycubic_000",
"setting_id": "GM003",
"name": "Anycubic 4Max Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Anycubic 4Max Pro",
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro",
"extruder_type": [
"Bowden"
],
"nozzle_diameter": [
"0.4"
],
@ -22,9 +19,6 @@
"270x205",
"0x205"
],
"default_filament_profile": [
"Generic PLA @Anycubic"
],
"printable_height": "200",
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
"machine_end_gcode": "PRINT_END",