ENH: rename filament in machine default materials

Change-Id: Ib5df8be29e0a4d69f3e1acb3a2f8b04134ec7bde
This commit is contained in:
xun.zhang 2023-06-16 19:47:51 +08:00 committed by Lane.Wei
parent d79ee0bafe
commit 8a34f6b606
83 changed files with 85 additions and 82 deletions

View file

@ -101,7 +101,7 @@
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Qidi Generic PLA"
"Generic PLA @Qidi"
],
"machine_start_gcode": "G28\nG92 E0\nG0 X5 Y5 Z0.3 F3600\n",
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n",