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

    sbNielsen

    @sbNielsen

    3
    Reputation
    9
    Profile views
    37
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sbNielsen Unfollow Follow

    Best posts made by sbNielsen

    • RE: Big pellet extruder; How to configure the servo motor?

      @droftarts
      I just plugged the servo, and it works!

      Thank you for the support!

      posted in Duet Hardware and wiring
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @jay_s_uk
      M115
      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.5.0-rc.1++ ELECTRONICS: Duet 3 MB6HC v1.02 or later FIRMWARE_DATE: 2023-12-07 12:53:53

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @droftarts said in Parsing error when loading height map:

      @sbNielsen

      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,0.00,17000.00,0.00,9000.00,-1.00,100.00,100.00,18,10
      

      You have changed the axis length from 1700mm to 17000mm, and 900mm to 9000mm?! Also, you only have 17 points for each line of the probe data; you need 18 to go to from 0 (the first point) to 1700 (the 18th and last point) in 100mm steps.

      Ian

      Damn it, I change things to quick and then I fuck it up, sorry!

      It works now! The main issues was the missing 18th column in the grid..

      I feel stupid and happy haha, thank you for your help and patience!

      To anybody reading this in the future, here is the .csv file that ended up working:

      RepRapFirmware height map file v2 
      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,0.00,1700.00,0.00,900.00,-1.00,100.00,100.00,18,10
        0.600,  0.500,  0.400,  0.400,  0.400,  0.400,  0.400,  0.300,  0.300,  0.400,  0.400,  0.500,  0.500,  0.600,  0.700,  0.900,  1.100,  1.100 
        0.400,  0.400,  0.300,  0.300,  0.200,  0.200,  0.200,  0.200,  0.200,  0.200,  0.300,  0.350,  0.450,  0.500,  0.700,  0.800,  1.050,  1.050 
        0.300,  0.200,  0.200,  0.100,  0.100,  0.100,  0.050,  0.000,  0.000,  0.000,  0.100,  0.200,  0.300,  0.450,  0.600,  0.800,  1.000,  1.000
        0.200,  0.100,  0.000, -0.100, -0.100, -0.100, -0.150, -0.200, -0.200, -0.200, -0.100, -0.100,  0.150,  0.280,  0.450,  0.680,  0.900,  0.900
        0.100,  0.000, -0.100, -0.200, -0.200, -0.300, -0.300, -0.300, -0.220, -0.220, -0.180, -0.050,  0.020,  0.180,  0.400,  0.600,  0.900,  0.900
        0.100,  0.000, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.300, -0.300, -0.200, -0.150, -0.100,  0.000,  0.280,  0.500,  0.800,  0.800
        0.100,  0.000, -0.150, -0.280, -0.400, -0.450, -0.400, -0.400, -0.200, -0.250, -0.200, -0.200, -0.050,  0.160,  0.400,  0.700,  0.700,  0.700
        0.180, -0.050, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.400, -0.350, -0.300, -0.250, -0.150,  0.050,  0.300,  0.600,  0.900,  0.900
        0.100, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.380, -0.350, -0.280, -0.200, -0.200,  0.080,  0.250,  0.600,  0.900,  0.900
        0.100, -0.100, -0.280, -0.380, -0.400, -0.440, -0.400, -0.400, -0.380, -0.350, -0.300, -0.280, -0.200,  0.000,  0.200,  0.550,  0.900,  0.900
      
      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen

    Latest posts made by sbNielsen

    • RE: Out of the blue --> Home X doesn't work

      @gloomyandy '
      Nothing changed on the homex.g file.
      Looks like this:

      homex.g
      called to home the X axis
      
      generated by RepRapFirmware Configuration Tool v3.3.16 on Sat Jul 01 2023 14:29:49 GMT+0200 (CEST)
      G91                ; relative positioning
      G1 H2 Z5 F6000     ; lift Z relative to current position
      G1 H1 X-2015 F4500 ; move quickly to X axis endstop and stop there (first pass)
      G1 H2 X5 F6000     ; go back a few mm
      G1 H1 X-1015 F360  ; move slowly to X axis endstop once more (second pass)
      G1 H2 X5 F6000     ; go back a few mm
      G1 H2 Z-5 F6000    ; lower Z again
      G90                ; absolute positioning
      
      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • Out of the blue --> Home X doesn't work

      Hi there,

      As the title suggests, my Duet 6HC suddenly gives me this error message when i try to home x - or home all.

      The X axis runs fine otherwise, i can move the print head and print just fine.

      When I run the 'Home X' it jogs 2 small moves to the in X+ direction, but nothing else.

      Here is the error i get from the console:

      G28 X
      Error: Bad command: homex.g
      Error: Bad command: called to home the X axis
      Error: Bad command: generated by RepRapFir
      Error: Bad command: mware Confi
      Error: Bad command: guration Tool v3.3.16 on Sat Jul 01 2023 14:29:49
      Error: Bad command: G
      Error: Bad command: MT+0200 (CEST)
      

      Any fixes for this?
      Would also love to know what happened.

      Best,
      Søren

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @droftarts said in Parsing error when loading height map:

      @sbNielsen

      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,0.00,17000.00,0.00,9000.00,-1.00,100.00,100.00,18,10
      

      You have changed the axis length from 1700mm to 17000mm, and 900mm to 9000mm?! Also, you only have 17 points for each line of the probe data; you need 18 to go to from 0 (the first point) to 1700 (the 18th and last point) in 100mm steps.

      Ian

      Damn it, I change things to quick and then I fuck it up, sorry!

      It works now! The main issues was the missing 18th column in the grid..

      I feel stupid and happy haha, thank you for your help and patience!

      To anybody reading this in the future, here is the .csv file that ended up working:

      RepRapFirmware height map file v2 
      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,0.00,1700.00,0.00,900.00,-1.00,100.00,100.00,18,10
        0.600,  0.500,  0.400,  0.400,  0.400,  0.400,  0.400,  0.300,  0.300,  0.400,  0.400,  0.500,  0.500,  0.600,  0.700,  0.900,  1.100,  1.100 
        0.400,  0.400,  0.300,  0.300,  0.200,  0.200,  0.200,  0.200,  0.200,  0.200,  0.300,  0.350,  0.450,  0.500,  0.700,  0.800,  1.050,  1.050 
        0.300,  0.200,  0.200,  0.100,  0.100,  0.100,  0.050,  0.000,  0.000,  0.000,  0.100,  0.200,  0.300,  0.450,  0.600,  0.800,  1.000,  1.000
        0.200,  0.100,  0.000, -0.100, -0.100, -0.100, -0.150, -0.200, -0.200, -0.200, -0.100, -0.100,  0.150,  0.280,  0.450,  0.680,  0.900,  0.900
        0.100,  0.000, -0.100, -0.200, -0.200, -0.300, -0.300, -0.300, -0.220, -0.220, -0.180, -0.050,  0.020,  0.180,  0.400,  0.600,  0.900,  0.900
        0.100,  0.000, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.300, -0.300, -0.200, -0.150, -0.100,  0.000,  0.280,  0.500,  0.800,  0.800
        0.100,  0.000, -0.150, -0.280, -0.400, -0.450, -0.400, -0.400, -0.200, -0.250, -0.200, -0.200, -0.050,  0.160,  0.400,  0.700,  0.700,  0.700
        0.180, -0.050, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.400, -0.350, -0.300, -0.250, -0.150,  0.050,  0.300,  0.600,  0.900,  0.900
        0.100, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.380, -0.350, -0.280, -0.200, -0.200,  0.080,  0.250,  0.600,  0.900,  0.900
        0.100, -0.100, -0.280, -0.380, -0.400, -0.440, -0.400, -0.400, -0.380, -0.350, -0.300, -0.280, -0.200,  0.000,  0.200,  0.550,  0.900,  0.900
      
      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @droftarts said in Parsing error when loading height map:

      @sbNielsen Did you update your firmware from the old release candidate (3.5.0-rc.1++) you are currently running?

      Ian

      Updated firmware to latest, still getting the error messages described above

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @droftarts
      No will do it now!

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @sbNielsen

      Ah yes, you are right!

      I corrected the mistakes you pointed out:

      RepRapFirmware height map file v2 
      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,0.00,17000.00,0.00,9000.00,-1.00,100.00,100.00,18,10
        0.600,  0.500,  0.400,  0.400,  0.400,  0.400,  0.400,  0.300,  0.300,  0.400,  0.400,  0.500,  0.500,  0.600,  0.700,  0.900,  1.100
        0.400,  0.400,  0.300,  0.300,  0.200,  0.200,  0.200,  0.200,  0.200,  0.200,  0.300,  0.350,  0.450,  0.500,  0.700,  0.800,  1.050
        0.300,  0.200,  0.200,  0.100,  0.100,  0.100,  0.050,  0.000,  0.000,  0.000,  0.100,  0.200,  0.300,  0.450,  0.600,  0.800,  1.000
        0.200,  0.100,  0.000, -0.100, -0.100, -0.100, -0.150, -0.200, -0.200, -0.200, -0.100, -0.100,  0.150,  0.280,  0.450,  0.680,  0.900
        0.100,  0.000, -0.100, -0.200, -0.200, -0.300, -0.300, -0.300, -0.220, -0.220, -0.180, -0.050,  0.020,  0.180,  0.400,  0.600,  0.900
        0.100,  0.000, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.300, -0.300, -0.200, -0.150, -0.100,  0.000,  0.280,  0.500,  0.800
        0.100,  0.000, -0.150, -0.280, -0.400, -0.450, -0.400, -0.400, -0.200, -0.250, -0.200, -0.200, -0.050,  0.160,  0.400,  0.700,  0.700
        0.180, -0.050, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.400, -0.350, -0.300, -0.250, -0.150,  0.050,  0.300,  0.600,  0.900
        0.100, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.380, -0.350, -0.280, -0.200, -0.200,  0.080,  0.250,  0.600,  0.900
        0.100, -0.100, -0.280, -0.380, -0.400, -0.440, -0.400, -0.400, -0.380, -0.350, -0.300, -0.280, -0.200,  0.000,  0.200,  0.550,  0.900
      

      Now i get this error message:
      Error: G29: Failed to load height map from file 0:/sys/heightmap.csv: number expected at line 3 column 136

      If i flip the num0, num1 values around so num0=10 and num1=18 I get this error:
      Error: G29: Failed to load height map from file 0:/sys/heightmap.csv: failed to read line from file

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      Screenshot 2024-07-17 at 13.33.39.png

      Strange, even though I get the error message, that it failed to load, I can still preview the map in the 'height map' tab.

      And it corresponds correctly with the coordinates and the expected value.

      Does that mean that it is loaded anyway or?

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @droftarts

      RepRapFirmware height map file v2 generated at 2024-16-07 19:04, min error -0.45, max error 1.10, mean 0.083, deviation 0.387
      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,0.00,1700.00,0.00,900.00,,10.00,10.00,17,10
        0.600,  0.500,  0.400,  0.400,  0.400,  0.400,  0.400,  0.300,  0.300,  0.400,  0.400,  0.500,  0.500,  0.600,  0.700,  0.900,  1.100
        0.400,  0.400,  0.300,  0.300,  0.200,  0.200,  0.200,  0.200,  0.200,  0.200,  0.300,  0.350,  0.450,  0.500,  0.700,  0.800,  1.050
        0.300,  0.200,  0.200,  0.100,  0.100,  0.100,  0.050,  0.000,  0.000,  0.000,  0.100,  0.200,  0.300,  0.450,  0.600,  0.800,  1.000
        0.200,  0.100,  0.000, -0.100, -0.100, -0.100, -0.150, -0.200, -0.200, -0.200, -0.100, -0.100,  0.150,  0.280,  0.450,  0.680,  0.900
        0.100,  0.000, -0.100, -0.200, -0.200, -0.300, -0.300, -0.300, -0.220, -0.220, -0.180, -0.050,  0.020,  0.180,  0.400,  0.600,  0.900
        0.100,  0.000, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.300, -0.300, -0.200, -0.150, -0.100,  0.000,  0.280,  0.500,  0.800
        0.100,  0.000, -0.150, -0.280, -0.400, -0.450, -0.400, -0.400, -0.200, -0.250, -0.200, -0.200, -0.050,  0.160,  0.400,  0.700,  0.700
        0.180, -0.050, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.400, -0.350, -0.300, -0.250, -0.150,  0.050,  0.300,  0.600,  0.900
        0.100, -0.100, -0.200, -0.300, -0.400, -0.400, -0.400, -0.400, -0.380, -0.350, -0.280, -0.200, -0.200,  0.080,  0.250,  0.600,  0.900
        0.100, -0.100, -0.280, -0.380, -0.400, -0.440, -0.400, -0.400, -0.380, -0.350, -0.300, -0.280, -0.200,  0.000,  0.200,  0.550,  0.900
      

      I have a difficult time spotting any differences in syntax/structure between mine (above) and the example i posted before, but somehow my map will not load, and the other one will.

      With ^ this map i still get the
      Error: G29: Failed to load height map from file 0:/sys/heightmap.csv: failed to parse grid parameters

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      Just tried to load this height map instead and it works!
      What is the issue, with the syntax on the first 3 lines or?

      RepRapFirmware height map file v2 generated at 2024-05-08 10:04, min error -0.135, max error 0.460, mean 0.168, deviation 0.111
      axis0,axis1,min0,max0,min1,max1,radius,spacing0,spacing1,num0,num1
      X,Y,20.00,280.00,10.00,170.00,-1.00,10.00,10.00,27,17
       -0.046, -0.129, -0.088, -0.023, -0.013, -0.061, -0.062, -0.036, -0.009, -0.010,  0.011,  0.006, -0.049,  0.000, -0.051,  0.024,  0.006,  0.026,  0.024,  0.091,  0.102,  0.126,  0.159,  0.142,  0.083,  0.093,  0.132
       -0.135, -0.086, -0.059, -0.026,  0.021,  0.012, -0.022,  0.003, -0.030,  0.058,  0.013, -0.020,  0.031,  0.044, -0.028,  0.023,  0.052,  0.110,  0.098,  0.109,  0.132,  0.116,  0.193,  0.161,  0.160,  0.094,  0.074
       -0.114, -0.070, -0.028, -0.012, -0.046, -0.019,  0.051, -0.029,  0.014, -0.001,  0.048, -0.011,  0.036, -0.002,  0.040,  0.029,  0.132,  0.151,  0.151,  0.141,  0.112,  0.153,  0.150,  0.190,  0.143,  0.202,  0.154
       -0.040, -0.021, -0.006, -0.014, -0.040,  0.046,  0.049,  0.111,  0.048,  0.051,  0.106,  0.104,  0.033,  0.036,  0.111,  0.106,  0.065,  0.161,  0.118,  0.161,  0.184,  0.214,  0.138,  0.166,  0.166,  0.176,  0.158
       -0.058, -0.028, -0.001,  0.039,  0.039,  0.051,  0.061,  0.074,  0.072,  0.073,  0.069,  0.051,  0.071,  0.126,  0.109,  0.156,  0.176,  0.138,  0.140,  0.220,  0.231,  0.171,  0.171,  0.218,  0.201,  0.220,  0.168
        0.012, -0.027,  0.011,  0.112,  0.112,  0.093,  0.044,  0.083,  0.078,  0.101,  0.082,  0.080,  0.084,  0.162,  0.144,  0.100,  0.139,  0.232,  0.137,  0.232,  0.220,  0.234,  0.238,  0.198,  0.257,  0.193,  0.234
        0.001,  0.029,  0.067,  0.060,  0.048,  0.082,  0.139,  0.127,  0.167,  0.138,  0.130,  0.122,  0.145,  0.089,  0.121,  0.156,  0.198,  0.243,  0.201,  0.199,  0.241,  0.189,  0.221,  0.270,  0.312,  0.228,  0.235
       -0.009,  0.063,  0.076,  0.087,  0.118,  0.089,  0.038,  0.129,  0.115,  0.146,  0.164,  0.121,  0.139,  0.120,  0.131,  0.107,  0.178,  0.206,  0.279,  0.285,  0.242,  0.260,  0.217,  0.220,  0.281,  0.244,  0.165
       -0.003,  0.086,  0.085,  0.126,  0.111,  0.141,  0.139,  0.126,  0.150,  0.138,  0.178,  0.152,  0.170,  0.094,  0.118,  0.181,  0.200,  0.250,  0.231,  0.277,  0.313,  0.225,  0.316,  0.297,  0.251,  0.249,  0.213
        0.011,  0.029,  0.094,  0.125,  0.139,  0.153,  0.166,  0.139,  0.132,  0.171,  0.199,  0.189,  0.137,  0.119,  0.153,  0.172,  0.238,  0.246,  0.252,  0.297,  0.256,  0.281,  0.306,  0.270,  0.244,  0.197,  0.227
        0.045,  0.082,  0.107,  0.089,  0.159,  0.132,  0.184,  0.182,  0.213,  0.195,  0.196,  0.197,  0.198,  0.166,  0.226,  0.224,  0.278,  0.230,  0.212,  0.243,  0.298,  0.322,  0.293,  0.265,  0.273,  0.221,  0.191
        0.069,  0.043,  0.041,  0.181,  0.133,  0.142,  0.202,  0.229,  0.225,  0.225,  0.228,  0.220,  0.146,  0.157,  0.201,  0.229,  0.199,  0.317,  0.292,  0.292,  0.272,  0.311,  0.319,  0.321,  0.262,  0.236,  0.248
        0.044,  0.066,  0.070,  0.140,  0.167,  0.197,  0.251,  0.256,  0.241,  0.199,  0.191,  0.218,  0.224,  0.166,  0.195,  0.251,  0.251,  0.241,  0.252,  0.256,  0.317,  0.314,  0.329,  0.366,  0.337,  0.326,  0.269
        0.072,  0.124,  0.104,  0.149,  0.144,  0.226,  0.301,  0.221,  0.224,  0.242,  0.206,  0.260,  0.197,  0.242,  0.240,  0.287,  0.242,  0.292,  0.341,  0.299,  0.300,  0.274,  0.324,  0.339,  0.304,  0.302,  0.314
        0.122,  0.185,  0.169,  0.196,  0.242,  0.248,  0.262,  0.255,  0.252,  0.215,  0.266,  0.221,  0.259,  0.301,  0.304,  0.233,  0.297,  0.289,  0.316,  0.294,  0.340,  0.308,  0.386,  0.324,  0.319,  0.351,  0.298
        0.118,  0.187,  0.199,  0.243,  0.256,  0.259,  0.267,  0.306,  0.271,  0.243,  0.245,  0.274,  0.304,  0.293,  0.279,  0.258,  0.295,  0.304,  0.324,  0.319,  0.348,  0.407,  0.345,  0.364,  0.338,  0.317,  0.326
        0.146,  0.183,  0.242,  0.186,  0.262,  0.319,  0.326,  0.330,  0.350,  0.259,  0.333,  0.272,  0.251,  0.271,  0.269,  0.269,  0.281,  0.344,  0.326,  0.339,  0.312,  0.460,  0.377,  0.400,  0.390,  0.313,  0.337
      
      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen
    • RE: Parsing error when loading height map

      @jay_s_uk
      M115
      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.5.0-rc.1++ ELECTRONICS: Duet 3 MB6HC v1.02 or later FIRMWARE_DATE: 2023-12-07 12:53:53

      posted in Tuning and tweaking
      sbNielsenundefined
      sbNielsen