Jump to content

No "print to 3D printer" button not available


mrkennedy

Recommended Posts

Posted · No "print to 3D printer" button not available

Hi!

i upgraded my UL2s to UL2+s and upgraded the firmware and then instructed my Cura 15.04.6 that they were 2+s now but where the save button used to say print to UM2, it just says save toolpath and to COM 2. when i print to COM 2 the printer starts immediately printing without warming up or even raising the bed.

  • Link to post
    Share on other sites

    Posted (edited) · No "print to 3D printer" button not available

    For the UM2, there is a gcode flavor setting in the Machine Settings on the Printers pane of the preferences.

    Unfortunately the Machine Settings plugin is not yet compatible with the UM2+ so you cannot easily change the gcode flavor. This means you currently cannot use Cura 2.3.0 to print directly to the UM2+ over USB.

    There is a workaround though. Copy and paste the following text into a file named "ultimaker2_plus_reprap.def.json" and place it in the resources/definitions folder inside the application folder. Next restart Cura and add a new printer of the type "Ultimaker 2+ (RepRap)". This printer will be able to print directly via USB (or to OctoPrint).

     

    {   "id": "ultimaker2_plus_reprap",   "version": 2,   "name": "Ultimaker 2+ (RepRap)",   "inherits": "ultimaker2_plus",   "metadata": {       "author": "Ultimaker",       "manufacturer": "Ultimaker",       "category": "Ultimaker",       "quality_definition": "ultimaker2_plus",       "weight": 2,       "file_formats": "text/x-gcode",       "platform": "ultimaker2_platform.obj",       "platform_texture": "Ultimaker2Plusbackplate.png",       "supported_actions":["UpgradeFirmware"]   },   "overrides": {       "machine_name": { "default_value": "Ultimaker 2+" },       "machine_start_gcode" : {           "default_value": "",           "value": "\"\"  if machine_gcode_flavor == \"UltiGCode\" else \"G21 ;metric values\\nG90 ;absolute positioning\\nM82 ;set extruder to absolute mode\\nM107 ;start with the fan off\\nG28 X0 Y0 ;move X/Y to min endstops\\nG28 Z0 ;move Z to bottom endstops\\nG0 X5 Y10 F7200 ;bring extruder to the front\\nG1 Z25.0 F7200 ;move the platform down 25mm\\nG92 E0 ;zero the extruded length\\nG1 F200 E20 ;extrude 20 mm of feed stock\\nG92 E0 ;zero the extruded length again\\nG1 F7200\\n;Put printing message on LCD screen\\nM117 Printing...\""       },       "machine_end_gcode" : {           "default_value": "",           "value": "\"\"  if machine_gcode_flavor == \"UltiGCode\" else \"M107 ;fans off\\nM104 S0 ;extruder heater off\\nM140 S0 ;heated bed heater off (if you have it)\\nG21 ;metric values\\nG90 ;absolute positioning\\nG28 Z0 X0 Y0 ;move Z and  X/Y to min endstops\\nG91 ;relative positioning\\nG1 E-15 F300 ;retract the filamen\\nM84 ;steppers off\\nG90 ;absolute positioning\""       },       "machine_gcode_flavor": {           "default_value": "RepRap (Marlin/Sprinter)"       }   }}

     

    Edited by Guest
  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...