mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-30 03:10:29 -07:00
- Added AD5X - Added SUNLU filaments for AD5 and AD3 series - Updated SUNLU filament & setting IDs for BBL - Updated SUNLU parameters in OrcaLibrary - Fixes & enhancements for Flashforge profiles Co-authored-by: SoftFever <softfeverever@gmail.com>
23 lines
858 B
JSON
23 lines
858 B
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_guider3_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_flashforge_common",
|
|
"gcode_flavor": "klipper",
|
|
"machine_max_acceleration_e": ["5000", "5000"],
|
|
"machine_max_acceleration_extruding": ["20000", "20000"],
|
|
"machine_max_acceleration_retracting": ["5000", "5000"],
|
|
"machine_max_acceleration_travel": ["20000", "20000"],
|
|
"machine_max_acceleration_x": ["20000", "20000"],
|
|
"machine_max_acceleration_y": ["20000", "20000"],
|
|
"machine_max_acceleration_z": ["500", "500"],
|
|
"machine_max_jerk_e": ["2.5", "2.5"],
|
|
"machine_max_jerk_x": ["9", "9"],
|
|
"machine_max_jerk_y": ["9", "9"],
|
|
"machine_max_jerk_z": ["3", "3"],
|
|
"machine_max_speed_e": ["30", "30"],
|
|
"machine_max_speed_x": ["600", "600"],
|
|
"machine_max_speed_y": ["600", "600"],
|
|
"machine_max_speed_z": ["20", "20"]
|
|
}
|