mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 11:52:05 +00:00
Adding pellet printer suppor to OrcaSlicer (#4836)
* creating settings for printer and some UI changes work * related filament diameter and pellet flow changes to each other * UI name change to turn Filament to Material * updated the flow coefficient to filament diameter formula * updated the preset for the configuration wizard * configuration changes for the final release * config changes and preset bundle sync removed * start gcode change for ginger machines * added explanation of relationship between pellet_flow_coefficient and filament_diameter * Added tooltip. Fixed Ginger machine configuration, Added docs
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"instantiation": "false",
|
||||
"deretraction_speed": ["60"],
|
||||
"from": "system",
|
||||
"inherits": "fdm_machine_common",
|
||||
"machine_end_gcode": "END_PRINT",
|
||||
"machine_max_acceleration_e": ["1000", "5000"],
|
||||
"machine_max_acceleration_extruding": ["2500", "20000"],
|
||||
"machine_max_acceleration_retracting": ["2500", "5000"],
|
||||
"machine_max_acceleration_x": ["2500", "20000"],
|
||||
"machine_max_acceleration_y": ["2500", "20000"],
|
||||
"machine_max_jerk_e": ["30", "2.5"],
|
||||
"machine_max_jerk_x": ["7", "9"],
|
||||
"machine_max_jerk_y": ["7", "9"],
|
||||
"machine_max_jerk_z": ["7", "0.4"],
|
||||
"machine_max_speed_e": ["100", "25"],
|
||||
"machine_max_speed_x": ["350", "200"],
|
||||
"machine_max_speed_y": ["300", "200"],
|
||||
"machine_max_speed_z": ["5", "12"],
|
||||
"machine_start_gcode": "START_PRINT MATERIAL=[filament_type] BED=[bed_temperature_initial_layer]\n",
|
||||
"name": "ginger_one_common",
|
||||
"print_host": "192.168.0.167",
|
||||
"printer_settings_id": "ginger_one_common",
|
||||
"retract_restart_extra": ["0.5"],
|
||||
"retraction_length": ["3"],
|
||||
"retraction_minimum_travel": ["10"],
|
||||
"retraction_speed": ["60"],
|
||||
"version": "1.9.0.2",
|
||||
"wipe_distance": ["10"],
|
||||
"z_hop": ["0.1"],
|
||||
"z_hop_types": ["Auto Lift"]
|
||||
}
|
||||
Reference in New Issue
Block a user