mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
update
This commit is contained in:
51
resources/printers/ams_load.gcode
Normal file
51
resources/printers/ams_load.gcode
Normal file
@@ -0,0 +1,51 @@
|
||||
M620 S[next_extruder]
|
||||
M106 S255
|
||||
M104 S250
|
||||
M17 S
|
||||
M17 X0.5 Y0.5
|
||||
G91
|
||||
G1 Y-5 F1200
|
||||
G1 Z3
|
||||
G90
|
||||
G28 X
|
||||
M17 R
|
||||
G1 X70 F21000
|
||||
G1 Y245
|
||||
G1 Y265 F3000
|
||||
G4
|
||||
M106 S0
|
||||
M109 S250
|
||||
G1 X90
|
||||
G1 Y255
|
||||
G1 X120
|
||||
G1 X20 Y50 F21000
|
||||
G1 Y-3
|
||||
T[next_extruder]
|
||||
G1 X54
|
||||
G1 Y265
|
||||
G92 E0
|
||||
G1 E40 F180
|
||||
G4
|
||||
M104 S[new_filament_temp]
|
||||
G1 X70 F15000
|
||||
G1 X76
|
||||
G1 X65
|
||||
G1 X76
|
||||
G1 X65
|
||||
G1 X90 F3000
|
||||
G1 Y255
|
||||
G1 X100
|
||||
G1 Y265
|
||||
G1 X70 F10000
|
||||
G1 X100 F5000
|
||||
G1 X70 F10000
|
||||
G1 X100 F5000
|
||||
G1 X165 F12000
|
||||
G1 Y245
|
||||
G1 X70
|
||||
G1 Y265 F3000
|
||||
G91
|
||||
G1 Z-3 F1200
|
||||
G90
|
||||
M621 S[next_extruder]
|
||||
|
||||
33
resources/printers/ams_unload.gcode
Normal file
33
resources/printers/ams_unload.gcode
Normal file
@@ -0,0 +1,33 @@
|
||||
M620 S255
|
||||
M106 P1 S255
|
||||
M104 S250
|
||||
M17 S
|
||||
M17 X0.5 Y0.5
|
||||
G91
|
||||
G1 Y-5 F3000
|
||||
G1 Z3 F1200
|
||||
G90
|
||||
G28 X
|
||||
M17 R
|
||||
G1 X70 F21000
|
||||
G1 Y245
|
||||
G1 Y265 F3000
|
||||
G4
|
||||
M106 P1 S0
|
||||
M109 S250
|
||||
G1 X90 F3000
|
||||
G1 Y255 F4000
|
||||
G1 X100 F5000
|
||||
G1 X120 F21000
|
||||
G1 X20 Y50
|
||||
G1 Y-3
|
||||
T255
|
||||
G4
|
||||
M104 S0
|
||||
G1 X70 F3000
|
||||
|
||||
G91
|
||||
G1 Z-3 F1200
|
||||
G90
|
||||
M621 S255
|
||||
|
||||
60
resources/printers/filaments_blacklist.json
Normal file
60
resources/printers/filaments_blacklist.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"whitelist": [
|
||||
],
|
||||
"blacklist": [
|
||||
{
|
||||
"vendor": "Third Party",
|
||||
"type": "TPU",
|
||||
"action": "prohibition",
|
||||
"description": "TPU: not supported"
|
||||
},
|
||||
{
|
||||
"vendor": "QIDIlab",
|
||||
"type": "TPU",
|
||||
"action": "prohibition",
|
||||
"description": "TPU: not supported"
|
||||
},
|
||||
{
|
||||
"vendor": "Third Party",
|
||||
"type": "PVA",
|
||||
"action": "warning",
|
||||
"description": "PVA: flexible"
|
||||
},
|
||||
{
|
||||
"vendor": "Third Party",
|
||||
"type": "PLA-CF",
|
||||
"action": "warning",
|
||||
"description": "CF/GF: hard and brittle"
|
||||
},
|
||||
{
|
||||
"vendor": "Third Party",
|
||||
"type": "PETG-CF",
|
||||
"action": "warning",
|
||||
"description": "CF/GF: hard and brittle"
|
||||
},
|
||||
{
|
||||
"vendor": "Third Party",
|
||||
"type": "PA-CF",
|
||||
"action": "warning",
|
||||
"description": "CF/GF: hard and brittle"
|
||||
},
|
||||
{
|
||||
"vendor": "Third Party",
|
||||
"type": "PAHT-CF",
|
||||
"action": "warning",
|
||||
"description": "CF/GF: hard and brittle"
|
||||
},
|
||||
{
|
||||
"vendor": "QIDIlab",
|
||||
"type": "PET-CF",
|
||||
"action": "prohibition",
|
||||
"description": "QIDI PET-CF/PA6-CF: not supported"
|
||||
},
|
||||
{
|
||||
"vendor": "QIDIlab",
|
||||
"type": "PA6-CF",
|
||||
"action": "prohibition",
|
||||
"description": "QIDI PET-CF/PA6-CF: not supported"
|
||||
}
|
||||
]
|
||||
}
|
||||
1
resources/printers/version.txt
Normal file
1
resources/printers/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
01.08.03.01
|
||||
Reference in New Issue
Block a user