mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
fix filament names
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Lulzbot 2.85mm ABS",
|
||||
"name": "Generic ABS @Lulzbot",
|
||||
"inherits": "Generic ABS @System",
|
||||
"renamed_from": "Lulzbot 2.85mm ABS",
|
||||
"from": "system",
|
||||
"setting_id": "XwsWBVH2xIwyRMm4",
|
||||
"filament_id": "OF6O67Xk",
|
||||
"setting_id": "Mtn4Fh3Lp6KlAxjo",
|
||||
"instantiation": "true",
|
||||
"filament_diameter": [
|
||||
"2.85"
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Lulzbot 2.85mm PETG",
|
||||
"name": "Generic PETG @Lulzbot",
|
||||
"inherits": "Generic PETG @System",
|
||||
"renamed_from": "Lulzbot 2.85mm PETG",
|
||||
"from": "system",
|
||||
"setting_id": "7aS9fdn94lEOU1gJ",
|
||||
"filament_id": "OF8eQjjt",
|
||||
"setting_id": "dqj6O9NIPAaq8wWz",
|
||||
"instantiation": "true",
|
||||
"filament_diameter": [
|
||||
"2.85"
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Lulzbot 2.85mm PLA",
|
||||
"name": "Generic PLA @Lulzbot",
|
||||
"inherits": "Generic PLA @System",
|
||||
"renamed_from": "Lulzbot 2.85mm PLA",
|
||||
"from": "system",
|
||||
"setting_id": "1pyzsOWeVPCxWlqQ",
|
||||
"filament_id": "OFPryWt5",
|
||||
"setting_id": "3evRjso1wNxd9nV3",
|
||||
"instantiation": "true",
|
||||
"filament_diameter": [
|
||||
"2.85"
|
||||
@@ -104,7 +104,7 @@
|
||||
],
|
||||
"single_extruder_multi_material": "1",
|
||||
"default_filament_profile": [
|
||||
"Lulzbot 2.85mm PLA"
|
||||
"Generic PLA @Lulzbot"
|
||||
],
|
||||
"machine_start_gcode": ";This G-Code has been generated specifically for the Lulzbot Taz 4 and 5 - translated from CuraLE 4.13.10 by Wrathernaut\nM73 P0; clear GLCD progress bar\nM75; start GLCD timer\nM140 S{bed_temperature_initial_layer[0]}; start bed heating up\nG90; absolute positioning\nM107; disable fans\nM82; set extruder to absolute mode\nG28 X0 Y0; home X and Y\nG28 Z0; home Z\nG1 Z15.0 F175; move extruder up\nM117 Heating...; progress indicator message on LCD\nM109 R{nozzle_temperature_initial_layer[0]}; wait for extruder to reach printing temp\nM190 R{bed_temperature_initial_layer[0]}; wait for bed to reach printing temp\nG92 E0; set extruder position to 0\nG1 F200 E0; prime the nozzle with filament\nG92 E0; re-set extruder position to 0\nG1 F175; set travel speed\nM203 X192 Y208 Z3; set limits on travel speed\nM117 TAZ Printing...; progress indicator message on LCD\n;Start G-Code End",
|
||||
"machine_end_gcode": ";End G-Code Begin\nM400; wait for moves to finish\nM140 S0; disable hotend\nM104 S0; disable bed heater\nM107; disable fans\nG91; relative positioning\nG1 E-1 F300; filament retraction to release pressure\nG1 Z0.5 E-5 X-20 Y-20 F3000; lift up and retract even more filament\nM77;stopGLCD timer\nG90;absolute positioning\nG1 X0 Y250;move to cooling position\nM84;disable steppers\nM117 Print Complete.;print complete message",
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"bed_model": "taz_4_or_5_build_plate.stl",
|
||||
"bed_texture": "lulzbot_logo.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA"
|
||||
"default_materials": "Generic ABS @Lulzbot;Generic PETG @Lulzbot;Generic PLA @Lulzbot"
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -8,5 +8,5 @@
|
||||
"bed_model": "taz_6_build_plate.stl",
|
||||
"bed_texture": "lulzbot_logo.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA"
|
||||
"default_materials": "Generic ABS @Lulzbot;Generic PETG @Lulzbot;Generic PLA @Lulzbot"
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -8,5 +8,5 @@
|
||||
"bed_model": "taz_pro_dual_build_plate.stl",
|
||||
"bed_texture": "Taz_Pro_Dual_printbed.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Lulzbot 2.85mm ABS;Lulzbot 2.85mm PETG;Lulzbot 2.85mm PLA"
|
||||
"default_materials": "Generic ABS @Lulzbot;Generic PETG @Lulzbot;Generic PLA @Lulzbot"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user