Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. kmikesch
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    kmikesch

    @kmikesch

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kmikesch Unfollow Follow

    Latest posts made by kmikesch

    • RE: Changing s-prepare in M3D Crane Quad Fusion

      Hello, first thanks very much that was very helpful already. Im just using the text editor from windows. I just got the printer a few days ago and didnt open the webcontrol, i still need to download it and figure out how it works and how i can update the firmware specific for the quad crane printer. but still thanks i will download that and look into it.

      posted in Firmware installation
      kmikeschundefined
      kmikesch
    • M3D Quad Crane Using the SD Card on the back of the LCD screen

      Hello, does anybody know how to use the sd card slot on the back of the Lcd panel of the M3D Quad Crane using a Duet 2 Maestro Board. I dont want to unplug the microsd card all the time and save the gcode in the special gcode folder. I put some gcodes on a normal sd card and plugged it into the back but i couldn’t access it over the menu. Does somebody know how to do that. Thanks

      posted in Duet Hardware and wiring
      kmikeschundefined
      kmikesch
    • Changing s-prepare in M3D Crane Quad Fusion

      Hello all,
      i want to change the userinterface of my M3D Quad Fusion Printer (using an Duet 2 Maestro) because i dont like it right now.
      I already changed the main menu in editor without a problem, well i cant use the Ü and ß which i would like to use but this is not the most important. i would like to change the s-prepare file from:

      ; Created by PrintM3D
      ; for the Crane Series
      ; This menu is displayed when the printer is idle; for the menu active while
      ; printing, see "s_tune"
      ;
      button R3 C5 F0 T"Back to Main" A"return"
      button R15 C5 F0 T"Home All" A"G28"
      button R27 C5 F0 T"Load/Unload Filament »" A"menu x_fload" L"x_fload"
      button R39 C5 F0 T"Move Axis »" A"menu x_move" L"x_move"
      button R51 C5 F0 T"Home Other »" A"menu x_homing" L"x_homing"
      ; button R63 C5 F0 T"Unload Filament »" A"menu x_funload" L"x_funload"
      button R63 C5 F0 T"Disable Steppers" A"M18"
      button R75 C5 F0 T"Motor Tests »" A"menu x_motortest" L"x_motortest"
      button R87 C5 F0 T"Cooldown »" A"menu x_cooldown" L"x_cooldown"
      button R99 C5 F0 T"Bed Leveling" A"menu s_bed_leveling" L"s_bed_leveling"
      button R111 C5 F0 T"Print" A"menu s_sdprint" L"s_sdprint"
      button R123 C5 F0 T"PrepABSR" A"M98 P#0" L"/macros/set-absr-temp"

      to:
      ; Created by PrintM3D
      ; for the Crane Series
      ; This menu is displayed when the printer is idle; for the menu active while
      ; printing, see "s_tune"
      ;
      button R3 C3 F1 T"Zuruck" A"return"
      button R15 C5 F0 T"Vorheizen" A"M98 P#0" L"/macros/set-absr-temp"
      button R27 C5 F0 T"Drucken" A"menu s_sdprint" L"s_sdprint"
      button R39 C5 F0 T"Home" A"G28"
      button R51 C5 F0 T"Filament" A"menu x_fload" L"x_fload"
      button R63 C5 F0 T"Bewegen" A"menu x_move" L"x_move"
      button R75 C5 F0 T"Stepper Aus" A"M18"
      button R87 C5 F0 T"Bett Leveling" A"menu s_bed_leveling" L"s_bed_leveling"
      button R99 C5 F0 T"Abkuhlen" A"menu x_cooldown" L"x_cooldown"
      button R111 C5 F0 T"Home Other" A"menu x_homing" L"x_homing"
      ;button R99 C5 F0 T"Motoren Tests" A"menu x_motortest" L"x_motortest"
      ;button R63 C5 F0 T"Unload Filament »" A"menu x_funload" L"x_funload"

      but i cant even save the s_prepare file in editor without a change. than it just says error to load error in line1
      with what program can i make those changes or what else do i need to change that it works

      Thanks everybody

      posted in Firmware installation
      kmikeschundefined
      kmikesch