mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
ENH: rename filament in machine default materials
Change-Id: Ib5df8be29e0a4d69f3e1acb3a2f8b04134ec7bde
This commit is contained in:
parent
d79ee0bafe
commit
8a34f6b606
83 changed files with 85 additions and 82 deletions
|
@ -19,6 +19,9 @@
|
|||
"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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue