mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 12:41:32 +08:00

CURA-5334 All changed printers: - 101Hero - 3dator - abax_pri3 - abax_pri5 - abax_titan - alya3dp - anycubic_i3_mega - bfb - bq_hephestos - bq_hephestos_2 - bq_hephestos_xl - bq_witbox - bq_witbox_2 - creality_cr10 - creality_cr10s4 - creality_cr10s5 - dagoma_discoeasy200 - dagoma_neva - delta_go - deltabot - deltacomb - easyarts_ares - fabtotum - folgertech_FT-5 - gmax15plus - grr_neo - imade3d_jellybox - innovo_inventor - julia - kemiq_q2_beta - kemiq_q2_gama - kossel_mini - kossel_pro - kupido - makeR_pegasus - makeR_prusa_tairona_i3 - maker_starter - makerbotreplicator - malyan_m180 - malyan_m200 - mankati_fullscale_xt_plus - mendel90 - monoprice_select_mini_v1 - monoprice_select_mini_v2 - peopoly_moai - printrbot_play - printrbot_play_heated - printrbot_simple - printrbot_simple_extended - printrbot_simple_makers_kit - prusa_i3 - prusa_i3_mk2 - prusa_i3_xl - raise3D_N2_plus_single - raise3D_N2_single - renkforce_rf100 - rigid3d - rigid3d_3rdgen - rigid3d_hobby - rigid3d_mucit - rigid3d_zero - rigid3d_zero2 - rigidbot - rigidbot_big - robo_3d_r1 - seemecnc_artemis - seemecnc_v32 - tam - tevo_blackwidow - tevo_tarantula - ubuild-3d_mr_bot_280 - ultimaker2 - ultimaker2_extended - ultimaker2_extended_plus - ultimaker2_go - ultimaker2_plus - ultimaker_original - ultimaker_original_plus - uniqbot_one - vertex_delta_k8800 - vertex_k8400 - zone3d_printer - zyyx_agile
41 lines
2.7 KiB
JSON
41 lines
2.7 KiB
JSON
{
|
|
"name": "Kupido",
|
|
"version": 2,
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Kupido",
|
|
"file_formats": "text/x-gcode",
|
|
"platform_offset": [ 0, 0, 0],
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "kupido_extruder_0"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Kupido" },
|
|
"machine_start_gcode": {
|
|
"default_value": " ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_sparse_density}\n ;M190 S{material_bed_temperature} ;Uncomment to add your own bed temperature line\n ;M109 S{material_print_temperature} ;Uncomment to add your own temperature line\n G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X Y to endstops\n G28 Z0 ;move Z to endstops\n G1 Z20.0 F40 ;move the platform down 20mm\n G1 Y0 X170 F{speed_travel}\n G92 E0 ;zero the extruded length\n G1 F200 E10 ;extrude 3mm of feed stock\n G92 E0 ;zero the extruded length again\n G4 P7000\n G1 F{speed_travel}\n ;Put printing message on LCD screen\n M117 Printing...\n"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": " M104 S0 ;extruder heater off\n M140 S0 ;heated bed heater off (if you have it)\n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning\n"
|
|
},
|
|
"prime_tower_size": { "default_value": 8.660254037844387 },
|
|
"retraction_speed": { "default_value": 60 },
|
|
"material_bed_temperature": { "default_value": 60 },
|
|
"speed_wall_x": { "default_value": 40 },
|
|
"skirt_line_count": { "default_value": 2 },
|
|
"retraction_min_travel": { "default_value": 2 },
|
|
"speed_wall_0": { "default_value": 30 },
|
|
"material_print_temperature": { "default_value": 220 },
|
|
"brim_line_count": { "default_value": 15 },
|
|
"retraction_amount": { "default_value": 3.6 },
|
|
"speed_topbottom": { "default_value": 20 },
|
|
"layer_height": { "default_value": 0.2 },
|
|
"speed_print": { "default_value": 30 },
|
|
"speed_infill": { "default_value": 30 }
|
|
}
|
|
}
|